@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCollaborationAnalysisTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetCollaborationAnalysisTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
GetCollaborationAnalysisTemplateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAnalysisTemplateArn()
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 |
setAnalysisTemplateArn(String analysisTemplateArn)
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.
|
GetCollaborationAnalysisTemplateRequest |
withAnalysisTemplateArn(String analysisTemplateArn)
The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.
|
GetCollaborationAnalysisTemplateRequest |
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, withSdkRequestTimeout
public GetCollaborationAnalysisTemplateRequest()
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 GetCollaborationAnalysisTemplateRequest 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 void setAnalysisTemplateArn(String analysisTemplateArn)
The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.
analysisTemplateArn
- The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.public String getAnalysisTemplateArn()
The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.
public GetCollaborationAnalysisTemplateRequest withAnalysisTemplateArn(String analysisTemplateArn)
The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.
analysisTemplateArn
- The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.public String toString()
toString
in class Object
Object.toString()
public GetCollaborationAnalysisTemplateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()