Class ListContainersRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        Only if you used MaxResults in the first command, enter the token (which was included in the previous response) to obtain the next set of containers. This token is included in a response only if there actually are more containers to list.

        Returns:
        Only if you used MaxResults in the first command, enter the token (which was included in the previous response) to obtain the next set of containers. This token is included in a response only if there actually are more containers to list.
      • maxResults

        public final Integer maxResults()

        Enter the maximum number of containers in the response. Use from 1 to 255 characters.

        Returns:
        Enter the maximum number of containers in the response. Use from 1 to 255 characters.
      • 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