@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchAssociateUserStackRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| BatchAssociateUserStackRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchAssociateUserStackRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| List<UserStackAssociation> | getUserStackAssociations()
 The list of UserStackAssociation objects. | 
| int | hashCode() | 
| void | setUserStackAssociations(Collection<UserStackAssociation> userStackAssociations)
 The list of UserStackAssociation objects. | 
| String | toString()Returns a string representation of this object. | 
| BatchAssociateUserStackRequest | withUserStackAssociations(Collection<UserStackAssociation> userStackAssociations)
 The list of UserStackAssociation objects. | 
| BatchAssociateUserStackRequest | withUserStackAssociations(UserStackAssociation... userStackAssociations)
 The list of UserStackAssociation 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 List<UserStackAssociation> getUserStackAssociations()
The list of UserStackAssociation objects.
public void setUserStackAssociations(Collection<UserStackAssociation> userStackAssociations)
The list of UserStackAssociation objects.
userStackAssociations - The list of UserStackAssociation objects.public BatchAssociateUserStackRequest withUserStackAssociations(UserStackAssociation... userStackAssociations)
The list of UserStackAssociation objects.
 NOTE: This method appends the values to the existing list (if any). Use
 setUserStackAssociations(java.util.Collection) or
 withUserStackAssociations(java.util.Collection) if you want to override the existing values.
 
userStackAssociations - The list of UserStackAssociation objects.public BatchAssociateUserStackRequest withUserStackAssociations(Collection<UserStackAssociation> userStackAssociations)
The list of UserStackAssociation objects.
userStackAssociations - The list of UserStackAssociation objects.public String toString()
toString in class ObjectObject.toString()public BatchAssociateUserStackRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.