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 DescribeParametersRequest

    • Constructor Detail

      • DescribeParametersRequest

        public DescribeParametersRequest()
    • Method Detail

      • setParameterGroupName

        public void setParameterGroupName(String parameterGroupName)

        The name of the parameter group.

        Parameters:
        parameterGroupName - The name of the parameter group.
      • getParameterGroupName

        public String getParameterGroupName()

        The name of the parameter group.

        Returns:
        The name of the parameter group.
      • withParameterGroupName

        public DescribeParametersRequest withParameterGroupName(String parameterGroupName)

        The name of the parameter group.

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

        public void setSource(String source)

        How the parameter is defined. For example, system denotes a system-defined parameter.

        Parameters:
        source - How the parameter is defined. For example, system denotes a system-defined parameter.
      • getSource

        public String getSource()

        How the parameter is defined. For example, system denotes a system-defined parameter.

        Returns:
        How the parameter is defined. For example, system denotes a system-defined parameter.
      • withSource

        public DescribeParametersRequest withSource(String source)

        How the parameter is defined. For example, system denotes a system-defined parameter.

        Parameters:
        source - How the parameter is defined. For example, system denotes a system-defined parameter.
        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 DescribeParametersRequest 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 DescribeParametersRequest 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 によって変換されたページ (->オリジナル) /