@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeParameterGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeParameterGroupsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeParameterGroupsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
Provides an identifier to allow retrieval of paginated results.
|
List<ParameterGroup> |
getParameterGroups()
An array of parameter groups.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
|
void |
setParameterGroups(Collection<ParameterGroup> parameterGroups)
An array of parameter groups.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeParameterGroupsResult |
withNextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
|
DescribeParameterGroupsResult |
withParameterGroups(Collection<ParameterGroup> parameterGroups)
An array of parameter groups.
|
DescribeParameterGroupsResult |
withParameterGroups(ParameterGroup... parameterGroups)
An array of parameter groups.
|
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 DescribeParameterGroupsResult withNextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
nextToken
- Provides an identifier to allow retrieval of paginated results.public List<ParameterGroup> getParameterGroups()
An array of parameter groups. Each element in the array represents one parameter group.
public void setParameterGroups(Collection<ParameterGroup> parameterGroups)
An array of parameter groups. Each element in the array represents one parameter group.
parameterGroups
- An array of parameter groups. Each element in the array represents one parameter group.public DescribeParameterGroupsResult withParameterGroups(ParameterGroup... parameterGroups)
An array of parameter groups. Each element in the array represents one parameter group.
NOTE: This method appends the values to the existing list (if any). Use
setParameterGroups(java.util.Collection)
or withParameterGroups(java.util.Collection)
if you
want to override the existing values.
parameterGroups
- An array of parameter groups. Each element in the array represents one parameter group.public DescribeParameterGroupsResult withParameterGroups(Collection<ParameterGroup> parameterGroups)
An array of parameter groups. Each element in the array represents one parameter group.
parameterGroups
- An array of parameter groups. Each element in the array represents one parameter group.public String toString()
toString
in class Object
Object.toString()
public DescribeParameterGroupsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.