Class ListChannelsRequest

    • Method Detail

      • notificationConfigurationArn

        public final String notificationConfigurationArn()

        The Amazon Resource Name (ARN) of the NotificationConfiguration.

        Returns:
        The Amazon Resource Name (ARN) of the NotificationConfiguration.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to be returned in this call. The default value is 20.

        Returns:
        The maximum number of results to be returned in this call. The default value is 20.
      • nextToken

        public final String nextToken()

        The start token for paginated calls. Retrieved from the response of a previous ListNotificationEvents call. NextToken uses Base64 encoding.

        Returns:
        The start token for paginated calls. Retrieved from the response of a previous ListNotificationEvents call. NextToken uses Base64 encoding.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object