@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()
Provides an identifier to allow retrieval of paginated results.
|
List<Parameter> |
getParameters()
A list of parameters within a parameter group.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
|
void |
setParameters(Collection<Parameter> parameters)
A list of parameters within a parameter group.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeParametersResult |
withNextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
|
DescribeParametersResult |
withParameters(Collection<Parameter> parameters)
A list of parameters within a parameter group.
|
DescribeParametersResult |
withParameters(Parameter... parameters)
A list of parameters within a parameter group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
nextToken
- Provides an identifier to allow retrieval of paginated results.public String getNextToken()
Provides an identifier to allow retrieval of paginated results.
public DescribeParametersResult withNextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
nextToken
- Provides an identifier to allow retrieval of paginated results.public List<Parameter> getParameters()
A list of parameters within a parameter group. Each element in the list represents one parameter.
public void setParameters(Collection<Parameter> parameters)
A list of parameters within a parameter group. Each element in the list represents one parameter.
parameters
- A list of parameters within a parameter group. Each element in the list represents one parameter.public DescribeParametersResult withParameters(Parameter... parameters)
A list of parameters within a parameter group. Each element in the list represents 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 within a parameter group. Each element in the list represents one parameter.public DescribeParametersResult withParameters(Collection<Parameter> parameters)
A list of parameters within a parameter group. Each element in the list represents one parameter.
parameters
- A list of parameters within a parameter group. Each element in the list represents one parameter.public String toString()
toString
in class Object
Object.toString()
public DescribeParametersResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.