@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CollaborationAnalysisTemplateSummary extends Object implements Serializable, Cloneable, StructuredPojo
The metadata of the analysis template within a collaboration.
Constructor and Description |
---|
CollaborationAnalysisTemplateSummary() |
Modifier and Type | Method and Description |
---|---|
CollaborationAnalysisTemplateSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the analysis template.
|
String |
getCollaborationArn()
The unique ARN for the analysis template’s associated collaboration.
|
String |
getCollaborationId()
A unique identifier for the collaboration that the analysis templates belong to.
|
Date |
getCreateTime()
The time that the summary of the analysis template in a collaboration was created.
|
String |
getCreatorAccountId()
The identifier used to reference members of the collaboration.
|
String |
getDescription()
The description of the analysis template.
|
String |
getId()
The identifier of the analysis template.
|
String |
getName()
The name of the analysis template.
|
Date |
getUpdateTime()
The time that the summary of the analysis template in the collaboration was last updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the analysis template.
|
void |
setCollaborationArn(String collaborationArn)
The unique ARN for the analysis template’s associated collaboration.
|
void |
setCollaborationId(String collaborationId)
A unique identifier for the collaboration that the analysis templates belong to.
|
void |
setCreateTime(Date createTime)
The time that the summary of the analysis template in a collaboration was created.
|
void |
setCreatorAccountId(String creatorAccountId)
The identifier used to reference members of the collaboration.
|
void |
setDescription(String description)
The description of the analysis template.
|
void |
setId(String id)
The identifier of the analysis template.
|
void |
setName(String name)
The name of the analysis template.
|
void |
setUpdateTime(Date updateTime)
The time that the summary of the analysis template in the collaboration was last updated.
|
String |
toString()
Returns a string representation of this object.
|
CollaborationAnalysisTemplateSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the analysis template.
|
CollaborationAnalysisTemplateSummary |
withCollaborationArn(String collaborationArn)
The unique ARN for the analysis template’s associated collaboration.
|
CollaborationAnalysisTemplateSummary |
withCollaborationId(String collaborationId)
A unique identifier for the collaboration that the analysis templates belong to.
|
CollaborationAnalysisTemplateSummary |
withCreateTime(Date createTime)
The time that the summary of the analysis template in a collaboration was created.
|
CollaborationAnalysisTemplateSummary |
withCreatorAccountId(String creatorAccountId)
The identifier used to reference members of the collaboration.
|
CollaborationAnalysisTemplateSummary |
withDescription(String description)
The description of the analysis template.
|
CollaborationAnalysisTemplateSummary |
withId(String id)
The identifier of the analysis template.
|
CollaborationAnalysisTemplateSummary |
withName(String name)
The name of the analysis template.
|
CollaborationAnalysisTemplateSummary |
withUpdateTime(Date updateTime)
The time that the summary of the analysis template in the collaboration was last updated.
|
public CollaborationAnalysisTemplateSummary()
public void setArn(String arn)
The Amazon Resource Name (ARN) of the analysis template.
arn
- The Amazon Resource Name (ARN) of the analysis template.public String getArn()
The Amazon Resource Name (ARN) of the analysis template.
public CollaborationAnalysisTemplateSummary withArn(String arn)
The Amazon Resource Name (ARN) of the analysis template.
arn
- The Amazon Resource Name (ARN) of the analysis template.public void setCreateTime(Date createTime)
The time that the summary of the analysis template in a collaboration was created.
createTime
- The time that the summary of the analysis template in a collaboration was created.public Date getCreateTime()
The time that the summary of the analysis template in a collaboration was created.
public CollaborationAnalysisTemplateSummary withCreateTime(Date createTime)
The time that the summary of the analysis template in a collaboration was created.
createTime
- The time that the summary of the analysis template in a collaboration was created.public void setId(String id)
The identifier of the analysis template.
id
- The identifier of the analysis template.public String getId()
The identifier of the analysis template.
public CollaborationAnalysisTemplateSummary withId(String id)
The identifier of the analysis template.
id
- The identifier of the analysis template.public void setName(String name)
The name of the analysis template.
name
- The name of the analysis template.public String getName()
The name of the analysis template.
public CollaborationAnalysisTemplateSummary withName(String name)
The name of the analysis template.
name
- The name of the analysis template.public void setUpdateTime(Date updateTime)
The time that the summary of the analysis template in the collaboration was last updated.
updateTime
- The time that the summary of the analysis template in the collaboration was last updated.public Date getUpdateTime()
The time that the summary of the analysis template in the collaboration was last updated.
public CollaborationAnalysisTemplateSummary withUpdateTime(Date updateTime)
The time that the summary of the analysis template in the collaboration was last updated.
updateTime
- The time that the summary of the analysis template in the collaboration was last updated.public void setCollaborationArn(String collaborationArn)
The unique ARN for the analysis template’s associated collaboration.
collaborationArn
- The unique ARN for the analysis template’s associated collaboration.public String getCollaborationArn()
The unique ARN for the analysis template’s associated collaboration.
public CollaborationAnalysisTemplateSummary withCollaborationArn(String collaborationArn)
The unique ARN for the analysis template’s associated collaboration.
collaborationArn
- The unique ARN for the analysis template’s associated collaboration.public void setCollaborationId(String collaborationId)
A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.
collaborationId
- A unique identifier for the collaboration that the analysis templates belong to. Currently accepts
collaboration ID.public String getCollaborationId()
A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.
public CollaborationAnalysisTemplateSummary withCollaborationId(String collaborationId)
A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.
collaborationId
- A unique identifier for the collaboration that the analysis templates belong to. Currently accepts
collaboration ID.public void setCreatorAccountId(String creatorAccountId)
The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
creatorAccountId
- The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services
account ID.public String getCreatorAccountId()
The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
public CollaborationAnalysisTemplateSummary withCreatorAccountId(String creatorAccountId)
The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
creatorAccountId
- The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services
account ID.public void setDescription(String description)
The description of the analysis template.
description
- The description of the analysis template.public String getDescription()
The description of the analysis template.
public CollaborationAnalysisTemplateSummary withDescription(String description)
The description of the analysis template.
description
- The description of the analysis template.public String toString()
toString
in class Object
Object.toString()
public CollaborationAnalysisTemplateSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.