Class ListTagsRequest

    • Method Detail

      • resourceArn

        public final String resourceArn()

        The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.

        Returns:
        The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.
      • nextToken

        public final String nextToken()

        If the response to the previous ListTags request is truncated, SageMaker returns this token. To retrieve the next set of tags, use it in the subsequent request.

        Returns:
        If the response to the previous ListTags request is truncated, SageMaker returns this token. To retrieve the next set of tags, use it in the subsequent request.
      • maxResults

        public final Integer maxResults()

        Maximum number of tags to return.

        Returns:
        Maximum number of tags to return.
      • 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