@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetCollaborationAnalysisTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
BatchGetCollaborationAnalysisTemplateRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
BatchGetCollaborationAnalysisTemplateRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
List<String> | 
getAnalysisTemplateArns()
 The Amazon Resource Name (ARN) associated with the analysis template within a collaboration. 
 | 
String | 
getCollaborationIdentifier()
 A unique identifier for the collaboration that the analysis templates belong to. 
 | 
int | 
hashCode()  | 
void | 
setAnalysisTemplateArns(Collection<String> analysisTemplateArns)
 The Amazon Resource Name (ARN) associated with the analysis template within a collaboration. 
 | 
void | 
setCollaborationIdentifier(String collaborationIdentifier)
 A unique identifier for the collaboration that the analysis templates belong to. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
BatchGetCollaborationAnalysisTemplateRequest | 
withAnalysisTemplateArns(Collection<String> analysisTemplateArns)
 The Amazon Resource Name (ARN) associated with the analysis template within a collaboration. 
 | 
BatchGetCollaborationAnalysisTemplateRequest | 
withAnalysisTemplateArns(String... analysisTemplateArns)
 The Amazon Resource Name (ARN) associated with the analysis template within a collaboration. 
 | 
BatchGetCollaborationAnalysisTemplateRequest | 
withCollaborationIdentifier(String collaborationIdentifier)
 A unique identifier for the collaboration that the analysis templates belong to. 
 | 
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 BatchGetCollaborationAnalysisTemplateRequest()
public void setCollaborationIdentifier(String collaborationIdentifier)
A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.
collaborationIdentifier - A unique identifier for the collaboration that the analysis templates belong to. Currently accepts
        collaboration ID.public String getCollaborationIdentifier()
A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.
public BatchGetCollaborationAnalysisTemplateRequest withCollaborationIdentifier(String collaborationIdentifier)
A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.
collaborationIdentifier - A unique identifier for the collaboration that the analysis templates belong to. Currently accepts
        collaboration ID.public List<String> getAnalysisTemplateArns()
The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.
public void setAnalysisTemplateArns(Collection<String> analysisTemplateArns)
The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.
analysisTemplateArns - The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.public BatchGetCollaborationAnalysisTemplateRequest withAnalysisTemplateArns(String... analysisTemplateArns)
The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.
 NOTE: This method appends the values to the existing list (if any). Use
 setAnalysisTemplateArns(java.util.Collection) or withAnalysisTemplateArns(java.util.Collection)
 if you want to override the existing values.
 
analysisTemplateArns - The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.public BatchGetCollaborationAnalysisTemplateRequest withAnalysisTemplateArns(Collection<String> analysisTemplateArns)
The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.
analysisTemplateArns - The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.public String toString()
toString in class ObjectObject.toString()public BatchGetCollaborationAnalysisTemplateRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()