Class ListTagsRequest

    • Method Detail

      • resourceArn

        public final String resourceArn()

        The stack or layer's Amazon Resource Number (ARN).

        Returns:
        The stack or layer's Amazon Resource Number (ARN).
      • maxResults

        public final Integer maxResults()

        Do not use. A validation exception occurs if you add a MaxResults parameter to a ListTagsRequest call.

        Returns:
        Do not use. A validation exception occurs if you add a MaxResults parameter to a ListTagsRequest call.
      • nextToken

        public final String nextToken()

        Do not use. A validation exception occurs if you add a NextToken parameter to a ListTagsRequest call.

        Returns:
        Do not use. A validation exception occurs if you add a NextToken parameter to a ListTagsRequest call.
      • 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