@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetAggregateResourceConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
BatchGetAggregateResourceConfigRequest() |
| Modifier and Type | Method and Description |
|---|---|
BatchGetAggregateResourceConfigRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConfigurationAggregatorName()
The name of the configuration aggregator.
|
List<AggregateResourceIdentifier> |
getResourceIdentifiers()
A list of aggregate ResourceIdentifiers objects.
|
int |
hashCode() |
void |
setConfigurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
|
void |
setResourceIdentifiers(Collection<AggregateResourceIdentifier> resourceIdentifiers)
A list of aggregate ResourceIdentifiers objects.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetAggregateResourceConfigRequest |
withConfigurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
|
BatchGetAggregateResourceConfigRequest |
withResourceIdentifiers(AggregateResourceIdentifier... resourceIdentifiers)
A list of aggregate ResourceIdentifiers objects.
|
BatchGetAggregateResourceConfigRequest |
withResourceIdentifiers(Collection<AggregateResourceIdentifier> resourceIdentifiers)
A list of aggregate ResourceIdentifiers objects.
|
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 BatchGetAggregateResourceConfigRequest()
public 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 BatchGetAggregateResourceConfigRequest withConfigurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
configurationAggregatorName - The name of the configuration aggregator.public List<AggregateResourceIdentifier> getResourceIdentifiers()
A list of aggregate ResourceIdentifiers objects.
public void setResourceIdentifiers(Collection<AggregateResourceIdentifier> resourceIdentifiers)
A list of aggregate ResourceIdentifiers objects.
resourceIdentifiers - A list of aggregate ResourceIdentifiers objects.public BatchGetAggregateResourceConfigRequest withResourceIdentifiers(AggregateResourceIdentifier... resourceIdentifiers)
A list of aggregate ResourceIdentifiers objects.
NOTE: This method appends the values to the existing list (if any). Use
setResourceIdentifiers(java.util.Collection) or withResourceIdentifiers(java.util.Collection)
if you want to override the existing values.
resourceIdentifiers - A list of aggregate ResourceIdentifiers objects.public BatchGetAggregateResourceConfigRequest withResourceIdentifiers(Collection<AggregateResourceIdentifier> resourceIdentifiers)
A list of aggregate ResourceIdentifiers objects.
resourceIdentifiers - A list of aggregate ResourceIdentifiers objects.public String toString()
toString in class ObjectObject.toString()public BatchGetAggregateResourceConfigRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()