@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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.
|
CreateAssociationBatchRequest |
withEntries(Collection<CreateAssociationBatchRequestEntry> entries)
One or more associations.
|
CreateAssociationBatchRequest |
withEntries(CreateAssociationBatchRequestEntry... entries)
One or more associations.
|
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 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()