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.dax.model

Class DescribeSubnetGroupsRequest

    • Constructor Detail

      • DescribeSubnetGroupsRequest

        public DescribeSubnetGroupsRequest()
    • Method Detail

      • getSubnetGroupNames

        public List<String> getSubnetGroupNames()

        The name of the subnet group.

        Returns:
        The name of the subnet group.
      • setSubnetGroupNames

        public void setSubnetGroupNames(Collection<String> subnetGroupNames)

        The name of the subnet group.

        Parameters:
        subnetGroupNames - The name of the subnet group.
      • withSubnetGroupNames

        public DescribeSubnetGroupsRequest withSubnetGroupNames(Collection<String> subnetGroupNames)

        The name of the subnet group.

        Parameters:
        subnetGroupNames - The name of the subnet group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMaxResults

        public void setMaxResults(Integer maxResults)

        The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

        The value for MaxResults must be between 20 and 100.

        Parameters:
        maxResults - The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

        The value for MaxResults must be between 20 and 100.

      • getMaxResults

        public Integer getMaxResults()

        The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

        The value for MaxResults must be between 20 and 100.

        Returns:
        The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

        The value for MaxResults must be between 20 and 100.

      • withMaxResults

        public DescribeSubnetGroupsRequest withMaxResults(Integer maxResults)

        The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

        The value for MaxResults must be between 20 and 100.

        Parameters:
        maxResults - The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

        The value for MaxResults must be between 20 and 100.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken(String nextToken)

        An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

        Parameters:
        nextToken - An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
      • getNextToken

        public String getNextToken()

        An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

        Returns:
        An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
      • withNextToken

        public DescribeSubnetGroupsRequest withNextToken(String nextToken)

        An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

        Parameters:
        nextToken - An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
        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 によって変換されたページ (->オリジナル) /