@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConfigurationSetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeConfigurationSetsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeConfigurationSetsResult |
clone() |
boolean |
equals(Object obj) |
List<ConfigurationSetInformation> |
getConfigurationSets()
An array of ConfigurationSets objects.
|
String |
getNextToken()
The token to be used for the next set of paginated results.
|
int |
hashCode() |
void |
setConfigurationSets(Collection<ConfigurationSetInformation> configurationSets)
An array of ConfigurationSets objects.
|
void |
setNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeConfigurationSetsResult |
withConfigurationSets(Collection<ConfigurationSetInformation> configurationSets)
An array of ConfigurationSets objects.
|
DescribeConfigurationSetsResult |
withConfigurationSets(ConfigurationSetInformation... configurationSets)
An array of ConfigurationSets objects.
|
DescribeConfigurationSetsResult |
withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ConfigurationSetInformation> getConfigurationSets()
An array of ConfigurationSets objects.
public void setConfigurationSets(Collection<ConfigurationSetInformation> configurationSets)
An array of ConfigurationSets objects.
configurationSets
- An array of ConfigurationSets objects.public DescribeConfigurationSetsResult withConfigurationSets(ConfigurationSetInformation... configurationSets)
An array of ConfigurationSets objects.
NOTE: This method appends the values to the existing list (if any). Use
setConfigurationSets(java.util.Collection)
or withConfigurationSets(java.util.Collection)
if
you want to override the existing values.
configurationSets
- An array of ConfigurationSets objects.public DescribeConfigurationSetsResult withConfigurationSets(Collection<ConfigurationSetInformation> configurationSets)
An array of ConfigurationSets objects.
configurationSets
- An array of ConfigurationSets objects.public void setNextToken(String nextToken)
The token to be used for the next set of paginated results. If this field is empty then there are no more results.
nextToken
- The token to be used for the next set of paginated results. If this field is empty then there are no more
results.public String getNextToken()
The token to be used for the next set of paginated results. If this field is empty then there are no more results.
public DescribeConfigurationSetsResult withNextToken(String nextToken)
The token to be used for the next set of paginated results. If this field is empty then there are no more results.
nextToken
- The token to be used for the next set of paginated results. If this field is empty then there are no more
results.public String toString()
toString
in class Object
Object.toString()
public DescribeConfigurationSetsResult clone()