Class DescribeChimeWebhookConfigurationsRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()
        The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
        Returns:
        The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
      • nextToken

        public final String nextToken()
        An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
        Returns:
        An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
      • chatConfigurationArn

        public final String chatConfigurationArn()
        An optional ARN of a ChimeWebhookConfiguration to describe.
        Returns:
        An optional ARN of a ChimeWebhookConfiguration to describe.
      • 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