@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutConfigurationAggregatorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| PutConfigurationAggregatorRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| PutConfigurationAggregatorRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| List<AccountAggregationSource> | getAccountAggregationSources()
 A list of AccountAggregationSource object. | 
| String | getConfigurationAggregatorName()
 The name of the configuration aggregator. | 
| OrganizationAggregationSource | getOrganizationAggregationSource()
 An OrganizationAggregationSource object. | 
| List<Tag> | getTags()
 An array of tag object. | 
| int | hashCode() | 
| void | setAccountAggregationSources(Collection<AccountAggregationSource> accountAggregationSources)
 A list of AccountAggregationSource object. | 
| void | setConfigurationAggregatorName(String configurationAggregatorName)
 The name of the configuration aggregator. | 
| void | setOrganizationAggregationSource(OrganizationAggregationSource organizationAggregationSource)
 An OrganizationAggregationSource object. | 
| void | setTags(Collection<Tag> tags)
 An array of tag object. | 
| String | toString()Returns a string representation of this object. | 
| PutConfigurationAggregatorRequest | withAccountAggregationSources(AccountAggregationSource... accountAggregationSources)
 A list of AccountAggregationSource object. | 
| PutConfigurationAggregatorRequest | withAccountAggregationSources(Collection<AccountAggregationSource> accountAggregationSources)
 A list of AccountAggregationSource object. | 
| PutConfigurationAggregatorRequest | withConfigurationAggregatorName(String configurationAggregatorName)
 The name of the configuration aggregator. | 
| PutConfigurationAggregatorRequest | withOrganizationAggregationSource(OrganizationAggregationSource organizationAggregationSource)
 An OrganizationAggregationSource object. | 
| PutConfigurationAggregatorRequest | withTags(Collection<Tag> tags)
 An array of tag object. | 
| PutConfigurationAggregatorRequest | withTags(Tag... tags)
 An array of tag object. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setConfigurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
configurationAggregatorName - The name of the configuration aggregator.public String getConfigurationAggregatorName()
The name of the configuration aggregator.
public PutConfigurationAggregatorRequest withConfigurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
configurationAggregatorName - The name of the configuration aggregator.public List<AccountAggregationSource> getAccountAggregationSources()
A list of AccountAggregationSource object.
public void setAccountAggregationSources(Collection<AccountAggregationSource> accountAggregationSources)
A list of AccountAggregationSource object.
accountAggregationSources - A list of AccountAggregationSource object.public PutConfigurationAggregatorRequest withAccountAggregationSources(AccountAggregationSource... accountAggregationSources)
A list of AccountAggregationSource object.
 NOTE: This method appends the values to the existing list (if any). Use
 setAccountAggregationSources(java.util.Collection) or
 withAccountAggregationSources(java.util.Collection) if you want to override the existing values.
 
accountAggregationSources - A list of AccountAggregationSource object.public PutConfigurationAggregatorRequest withAccountAggregationSources(Collection<AccountAggregationSource> accountAggregationSources)
A list of AccountAggregationSource object.
accountAggregationSources - A list of AccountAggregationSource object.public void setOrganizationAggregationSource(OrganizationAggregationSource organizationAggregationSource)
An OrganizationAggregationSource object.
organizationAggregationSource - An OrganizationAggregationSource object.public OrganizationAggregationSource getOrganizationAggregationSource()
An OrganizationAggregationSource object.
public PutConfigurationAggregatorRequest withOrganizationAggregationSource(OrganizationAggregationSource organizationAggregationSource)
An OrganizationAggregationSource object.
organizationAggregationSource - An OrganizationAggregationSource object.public void setTags(Collection<Tag> tags)
An array of tag object.
tags - An array of tag object.public PutConfigurationAggregatorRequest withTags(Tag... tags)
An array of tag object.
 NOTE: This method appends the values to the existing list (if any). Use
 setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the
 existing values.
 
tags - An array of tag object.public PutConfigurationAggregatorRequest withTags(Collection<Tag> tags)
An array of tag object.
tags - An array of tag object.public String toString()
toString in class ObjectObject.toString()public PutConfigurationAggregatorRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()