@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConfigurationAggregatorsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeConfigurationAggregatorsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeConfigurationAggregatorsResult |
clone() |
boolean |
equals(Object obj) |
List<ConfigurationAggregator> |
getConfigurationAggregators()
Returns a ConfigurationAggregators object.
|
String |
getNextToken()
The nextToken string returned on a previous page that you use to get the next page of results in a paginated
response.
|
int |
hashCode() |
void |
setConfigurationAggregators(Collection<ConfigurationAggregator> configurationAggregators)
Returns a ConfigurationAggregators object.
|
void |
setNextToken(String nextToken)
The nextToken string returned on a previous page that you use to get the next page of results in a paginated
response.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeConfigurationAggregatorsResult |
withConfigurationAggregators(Collection<ConfigurationAggregator> configurationAggregators)
Returns a ConfigurationAggregators object.
|
DescribeConfigurationAggregatorsResult |
withConfigurationAggregators(ConfigurationAggregator... configurationAggregators)
Returns a ConfigurationAggregators object.
|
DescribeConfigurationAggregatorsResult |
withNextToken(String nextToken)
The nextToken string returned on a previous page that you use to get the next page of results in a paginated
response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeConfigurationAggregatorsResult()
public List<ConfigurationAggregator> getConfigurationAggregators()
Returns a ConfigurationAggregators object.
public void setConfigurationAggregators(Collection<ConfigurationAggregator> configurationAggregators)
Returns a ConfigurationAggregators object.
configurationAggregators
- Returns a ConfigurationAggregators object.public DescribeConfigurationAggregatorsResult withConfigurationAggregators(ConfigurationAggregator... configurationAggregators)
Returns a ConfigurationAggregators object.
NOTE: This method appends the values to the existing list (if any). Use
setConfigurationAggregators(java.util.Collection)
or
withConfigurationAggregators(java.util.Collection)
if you want to override the existing values.
configurationAggregators
- Returns a ConfigurationAggregators object.public DescribeConfigurationAggregatorsResult withConfigurationAggregators(Collection<ConfigurationAggregator> configurationAggregators)
Returns a ConfigurationAggregators object.
configurationAggregators
- Returns a ConfigurationAggregators object.public void setNextToken(String nextToken)
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
nextToken
- The nextToken string returned on a previous page that you use to get the next page of results in a
paginated response.public String getNextToken()
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
public DescribeConfigurationAggregatorsResult withNextToken(String nextToken)
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
nextToken
- The nextToken string returned on a previous page that you use to get the next page of results in a
paginated response.public String toString()
toString
in class Object
Object.toString()
public DescribeConfigurationAggregatorsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.