public class CreateAssociationBatchRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
CreateAssociationBatch operation.
Associates the specified configuration documents with the specified instances.
When you associate a configuration document with an instance, the configuration agent on the instance processes the configuration document and configures the instance as specified.
If you associate a configuration document with an instance that already has an associated configuration document, we replace the current configuration document with the new configuration document.
NOOP| Constructor and Description |
|---|
CreateAssociationBatchRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateAssociationBatchRequest |
clone() |
boolean |
equals(Object obj) |
List<CreateAssociationBatchRequestEntry> |
getEntries()
One or more associations.
|
int |
hashCode() |
void |
setEntries(Collection<CreateAssociationBatchRequestEntry> entries)
One or more associations.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateAssociationBatchRequest |
withEntries(Collection<CreateAssociationBatchRequestEntry> entries)
One or more associations.
|
CreateAssociationBatchRequest |
withEntries(CreateAssociationBatchRequestEntry... entries)
One or more associations.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic List<CreateAssociationBatchRequestEntry> getEntries()
public void setEntries(Collection<CreateAssociationBatchRequestEntry> entries)
entries - One or more associations.public CreateAssociationBatchRequest withEntries(CreateAssociationBatchRequestEntry... entries)
Returns a reference to this object so that method calls can be chained together.
entries - One or more associations.public CreateAssociationBatchRequest withEntries(Collection<CreateAssociationBatchRequestEntry> entries)
Returns a reference to this object so that method calls can be chained together.
entries - One or more associations.public String toString()
toString in class ObjectObject.toString()public CreateAssociationBatchRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.