@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeParametersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| DescribeParametersResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeParametersResult | clone() | 
| boolean | equals(Object obj) | 
| String | getNextToken()
 An optional argument to pass in case the total number of records exceeds the value of MaxResults. | 
| List<Parameter> | getParameters()
 A list of parameters specific to a particular parameter group. | 
| int | hashCode() | 
| void | setNextToken(String nextToken)
 An optional argument to pass in case the total number of records exceeds the value of MaxResults. | 
| void | setParameters(Collection<Parameter> parameters)
 A list of parameters specific to a particular parameter group. | 
| String | toString()Returns a string representation of this object. | 
| DescribeParametersResult | withNextToken(String nextToken)
 An optional argument to pass in case the total number of records exceeds the value of MaxResults. | 
| DescribeParametersResult | withParameters(Collection<Parameter> parameters)
 A list of parameters specific to a particular parameter group. | 
| DescribeParametersResult | withParameters(Parameter... parameters)
 A list of parameters specific to a particular parameter group. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
nextToken - An optional argument to pass in case the total number of records exceeds the value of MaxResults. If
        nextToken is returned, there are more results available. The value of nextToken is a unique pagination
        token for each page. Make the call again using the returned token to retrieve the next page. Keep all
        other arguments unchanged.public String getNextToken()
An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
public DescribeParametersResult withNextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
nextToken - An optional argument to pass in case the total number of records exceeds the value of MaxResults. If
        nextToken is returned, there are more results available. The value of nextToken is a unique pagination
        token for each page. Make the call again using the returned token to retrieve the next page. Keep all
        other arguments unchanged.public List<Parameter> getParameters()
A list of parameters specific to a particular parameter group. Each element in the list contains detailed information about one parameter.
public void setParameters(Collection<Parameter> parameters)
A list of parameters specific to a particular parameter group. Each element in the list contains detailed information about one parameter.
parameters - A list of parameters specific to a particular parameter group. Each element in the list contains detailed
        information about one parameter.public DescribeParametersResult withParameters(Parameter... parameters)
A list of parameters specific to a particular parameter group. Each element in the list contains detailed information about one parameter.
 NOTE: This method appends the values to the existing list (if any). Use
 setParameters(java.util.Collection) or withParameters(java.util.Collection) if you want to
 override the existing values.
 
parameters - A list of parameters specific to a particular parameter group. Each element in the list contains detailed
        information about one parameter.public DescribeParametersResult withParameters(Collection<Parameter> parameters)
A list of parameters specific to a particular parameter group. Each element in the list contains detailed information about one parameter.
parameters - A list of parameters specific to a particular parameter group. Each element in the list contains detailed
        information about one parameter.public String toString()
toString in class ObjectObject.toString()public DescribeParametersResult clone()