Class ListAlertsRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        The maximum number of alerts that you want MediaTailor to return in response to the current request. If there are more than MaxResults alerts, use the value of NextToken in the response to get the next page of results.

        Returns:
        The maximum number of alerts that you want MediaTailor to return in response to the current request. If there are more than MaxResults alerts, use the value of NextToken in the response to get the next page of results.
      • nextToken

        public final String nextToken()

        Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.

        Returns:
        Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
      • resourceArn

        public final String resourceArn()

        The Amazon Resource Name (ARN) of the resource.

        Returns:
        The Amazon Resource Name (ARN) of the resource.
      • 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