@Generated(value="software.amazon.awssdk:codegen") public final class AnalysisTemplateSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnalysisTemplateSummary.Builder,AnalysisTemplateSummary>
The metadata of the analysis template.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AnalysisTemplateSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the analysis template.
|
static AnalysisTemplateSummary.Builder |
builder() |
String |
collaborationArn()
The unique ARN for the analysis template summary’s associated collaboration.
|
String |
collaborationId()
A unique identifier for the collaboration that the analysis template summary belongs to.
|
Instant |
createTime()
The time that the analysis template summary was created.
|
String |
description()
The description of the analysis template.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of the analysis template.
|
String |
membershipArn()
The Amazon Resource Name (ARN) of the member who created the analysis template.
|
String |
membershipId()
The identifier for a membership resource.
|
String |
name()
The name of the analysis template.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AnalysisTemplateSummary.Builder> |
serializableBuilderClass() |
AnalysisTemplateSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updateTime()
The time that the analysis template summary was last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the analysis template.
public final Instant createTime()
The time that the analysis template summary was created.
public final String id()
The identifier of the analysis template.
public final String name()
The name of the analysis template.
public final Instant updateTime()
The time that the analysis template summary was last updated.
public final String membershipArn()
The Amazon Resource Name (ARN) of the member who created the analysis template.
public final String membershipId()
The identifier for a membership resource.
public final String collaborationArn()
The unique ARN for the analysis template summary’s associated collaboration.
public final String collaborationId()
A unique identifier for the collaboration that the analysis template summary belongs to. Currently accepts collaboration ID.
public final String description()
The description of the analysis template.
public AnalysisTemplateSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AnalysisTemplateSummary.Builder,AnalysisTemplateSummary>public static AnalysisTemplateSummary.Builder builder()
public static Class<? extends AnalysisTemplateSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.