@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CollaborationAnalysisTemplateSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the analysis template.
|
static CollaborationAnalysisTemplateSummary.Builder |
builder() |
String |
collaborationArn()
The unique ARN for the analysis template’s associated collaboration.
|
String |
collaborationId()
A unique identifier for the collaboration that the analysis templates belong to.
|
Instant |
createTime()
The time that the summary of the analysis template in a collaboration was created.
|
String |
creatorAccountId()
The identifier used to reference members of the collaboration.
|
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 |
name()
The name of the analysis template.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CollaborationAnalysisTemplateSummary.Builder> |
serializableBuilderClass() |
CollaborationAnalysisTemplateSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updateTime()
The time that the summary of the analysis template in the collaboration 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 summary of the analysis template in a collaboration 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 summary of the analysis template in the collaboration was last updated.
public final String collaborationArn()
The unique ARN for the analysis template’s associated collaboration.
public final String collaborationId()
A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.
public final String creatorAccountId()
The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
public final String description()
The description of the analysis template.
public CollaborationAnalysisTemplateSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CollaborationAnalysisTemplateSummary.Builder,CollaborationAnalysisTemplateSummary>public static CollaborationAnalysisTemplateSummary.Builder builder()
public static Class<? extends CollaborationAnalysisTemplateSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.