JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.fsx.model

Class DescribeFileSystemAliasesRequest

    • Constructor Detail

      • DescribeFileSystemAliasesRequest

        public DescribeFileSystemAliasesRequest()
    • Method Detail

      • setClientRequestToken

        public void setClientRequestToken(String clientRequestToken)
        Parameters:
        clientRequestToken -
      • getClientRequestToken

        public String getClientRequestToken()
        Returns:
      • withClientRequestToken

        public DescribeFileSystemAliasesRequest withClientRequestToken(String clientRequestToken)
        Parameters:
        clientRequestToken -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFileSystemId

        public void setFileSystemId(String fileSystemId)

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

        Parameters:
        fileSystemId - The ID of the file system to return the associated DNS aliases for (String).
      • getFileSystemId

        public String getFileSystemId()

        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).
      • withFileSystemId

        public DescribeFileSystemAliasesRequest withFileSystemId(String fileSystemId)

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

        Parameters:
        fileSystemId - The ID of the file system to return the associated DNS aliases for (String).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMaxResults

        public void setMaxResults(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.

        Parameters:
        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.
      • getMaxResults

        public Integer getMaxResults()

        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.
      • withMaxResults

        public DescribeFileSystemAliasesRequest withMaxResults(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken(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.

        Parameters:
        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.
      • getNextToken

        public String getNextToken()

        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.
      • withNextToken

        public DescribeFileSystemAliasesRequest withNextToken(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /