Class DescribeFileSystemAliasesRequest

    • Method Detail

      • clientRequestToken

        public final String clientRequestToken()
        Returns the value of the ClientRequestToken property for this object.
        Returns:
        The value of the ClientRequestToken property for this object.
      • fileSystemId

        public final String fileSystemId()

        The ID of the file system to return the associated DNS aliases for (String).

        Returns:
        The ID of the file system to return the associated DNS aliases for (String).
      • maxResults

        public final Integer maxResults()

        Maximum number of DNS aliases to return in the response (integer). This parameter value must be greater than 0. The number of items that Amazon FSx returns is the minimum of the MaxResults parameter specified in the request and the service's internal maximum number of items per page.

        Returns:
        Maximum number of DNS aliases to return in the response (integer). This parameter value must be greater than 0. The number of items that Amazon FSx returns is the minimum of the MaxResults parameter specified in the request and the service's internal maximum number of items per page.
      • nextToken

        public final String nextToken()

        Opaque pagination token returned from a previous DescribeFileSystemAliases operation (String). If a token is included in the request, the action continues the list from where the previous returning call left off.

        Returns:
        Opaque pagination token returned from a previous DescribeFileSystemAliases operation (String). If a token is included in the request, the action continues the list from where the previous returning call left off.
      • 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