public class CreateAssociationBatchRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateAssociationBatchRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateAssociationBatchRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<CreateAssociationBatchRequestEntry> getEntries()
One or more associations.
public void setEntries(Collection<CreateAssociationBatchRequestEntry> entries)
One or more associations.
entries - One or more associations.public CreateAssociationBatchRequest withEntries(CreateAssociationBatchRequestEntry... entries)
One or more associations.
NOTE: This method appends the values to the existing list (if
any). Use setEntries(java.util.Collection) or
withEntries(java.util.Collection) if you want to override the
existing values.
entries - One or more associations.public CreateAssociationBatchRequest withEntries(Collection<CreateAssociationBatchRequestEntry> entries)
One or more associations.
entries - One or more associations.public String toString()
toString in class ObjectObject.toString()public CreateAssociationBatchRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.