Class CollaborationAnalysisTemplateSummary
- java.lang.Object
-
- software.amazon.awssdk.services.cleanrooms.model.CollaborationAnalysisTemplateSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CollaborationAnalysisTemplateSummary.Builder,CollaborationAnalysisTemplateSummary>
@Generated("software.amazon.awssdk:codegen") public final class CollaborationAnalysisTemplateSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CollaborationAnalysisTemplateSummary.Builder,CollaborationAnalysisTemplateSummary>
The metadata of the analysis template within a collaboration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCollaborationAnalysisTemplateSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the analysis template.static CollaborationAnalysisTemplateSummary.Builderbuilder()StringcollaborationArn()The unique ARN for the analysis template’s associated collaboration.StringcollaborationId()A unique identifier for the collaboration that the analysis templates belong to.InstantcreateTime()The time that the summary of the analysis template in a collaboration was created.StringcreatorAccountId()The identifier used to reference members of the collaboration.Stringdescription()The description of the analysis template.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The identifier of the analysis template.Stringname()The name of the analysis template.List<SdkField<?>>sdkFields()static Class<? extends CollaborationAnalysisTemplateSummary.Builder>serializableBuilderClass()CollaborationAnalysisTemplateSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdateTime()The time that the summary of the analysis template in the collaboration was last updated.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the analysis template.
- Returns:
- The Amazon Resource Name (ARN) of the analysis template.
-
createTime
public final Instant createTime()
The time that the summary of the analysis template in a collaboration was created.
- Returns:
- The time that the summary of the analysis template in a collaboration was created.
-
id
public final String id()
The identifier of the analysis template.
- Returns:
- The identifier of the analysis template.
-
name
public final String name()
The name of the analysis template.
- Returns:
- The name of the analysis template.
-
updateTime
public final Instant updateTime()
The time that the summary of the analysis template in the collaboration was last updated.
- Returns:
- The time that the summary of the analysis template in the collaboration was last updated.
-
collaborationArn
public final String collaborationArn()
The unique ARN for the analysis template’s associated collaboration.
- Returns:
- The unique ARN for the analysis template’s associated collaboration.
-
collaborationId
public final String collaborationId()
A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.
- Returns:
- A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.
-
creatorAccountId
public final String creatorAccountId()
The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
- Returns:
- The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
-
description
public final String description()
The description of the analysis template.
- Returns:
- The description of the analysis template.
-
toBuilder
public CollaborationAnalysisTemplateSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CollaborationAnalysisTemplateSummary.Builder,CollaborationAnalysisTemplateSummary>
-
builder
public static CollaborationAnalysisTemplateSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends CollaborationAnalysisTemplateSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-