Class AnalysisTemplateSummary
- java.lang.Object
-
- software.amazon.awssdk.services.cleanrooms.model.AnalysisTemplateSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AnalysisTemplateSummary.Builder,AnalysisTemplateSummary>
@Generated("software.amazon.awssdk:codegen") public final class AnalysisTemplateSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnalysisTemplateSummary.Builder,AnalysisTemplateSummary>
The metadata of the analysis template.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAnalysisTemplateSummary.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 AnalysisTemplateSummary.Builderbuilder()StringcollaborationArn()The unique ARN for the analysis template summary’s associated collaboration.StringcollaborationId()A unique identifier for the collaboration that the analysis template summary belongs to.InstantcreateTime()The time that the analysis template summary was created.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.StringmembershipArn()The Amazon Resource Name (ARN) of the member who created the analysis template.StringmembershipId()The identifier for a membership resource.Stringname()The name of the analysis template.List<SdkField<?>>sdkFields()static Class<? extends AnalysisTemplateSummary.Builder>serializableBuilderClass()AnalysisTemplateSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdateTime()The time that the analysis template summary 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 analysis template summary was created.
- Returns:
- The time that the analysis template summary 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 analysis template summary was last updated.
- Returns:
- The time that the analysis template summary was last updated.
-
membershipArn
public final String membershipArn()
The Amazon Resource Name (ARN) of the member who created the analysis template.
- Returns:
- The Amazon Resource Name (ARN) of the member who created the analysis template.
-
membershipId
public final String membershipId()
The identifier for a membership resource.
- Returns:
- The identifier for a membership resource.
-
collaborationArn
public final String collaborationArn()
The unique ARN for the analysis template summary’s associated collaboration.
- Returns:
- The unique ARN for the analysis template summary’s associated collaboration.
-
collaborationId
public final String collaborationId()
A unique identifier for the collaboration that the analysis template summary belongs to. Currently accepts collaboration ID.
- Returns:
- A unique identifier for the collaboration that the analysis template summary belongs to. Currently accepts collaboration ID.
-
description
public final String description()
The description of the analysis template.
- Returns:
- The description of the analysis template.
-
toBuilder
public AnalysisTemplateSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AnalysisTemplateSummary.Builder,AnalysisTemplateSummary>
-
builder
public static AnalysisTemplateSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends AnalysisTemplateSummary.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.
-
-