Class CollaborationConfiguredAudienceModelAssociationSummary
- java.lang.Object
-
- software.amazon.awssdk.services.cleanrooms.model.CollaborationConfiguredAudienceModelAssociationSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CollaborationConfiguredAudienceModelAssociationSummary.Builder,CollaborationConfiguredAudienceModelAssociationSummary>
@Generated("software.amazon.awssdk:codegen") public final class CollaborationConfiguredAudienceModelAssociationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CollaborationConfiguredAudienceModelAssociationSummary.Builder,CollaborationConfiguredAudienceModelAssociationSummary>
A summary of the configured audience model association in the collaboration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCollaborationConfiguredAudienceModelAssociationSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the configured audience model association.static CollaborationConfiguredAudienceModelAssociationSummary.Builderbuilder()StringcollaborationArn()The unique ARN for the configured audience model's associated collaboration.StringcollaborationId()A unique identifier for the collaboration that the configured audience model associations belong to.InstantcreateTime()The time at which the configured audience model association was created.StringcreatorAccountId()The identifier used to reference members of the collaboration.Stringdescription()The description of the configured audience model association.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The identifier of the configured audience model association.Stringname()The name of the configured audience model association.List<SdkField<?>>sdkFields()static Class<? extends CollaborationConfiguredAudienceModelAssociationSummary.Builder>serializableBuilderClass()CollaborationConfiguredAudienceModelAssociationSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdateTime()The most recent time at which the configured audience model association was 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 configured audience model association.
- Returns:
- The Amazon Resource Name (ARN) of the configured audience model association.
-
createTime
public final Instant createTime()
The time at which the configured audience model association was created.
- Returns:
- The time at which the configured audience model association was created.
-
id
public final String id()
The identifier of the configured audience model association.
- Returns:
- The identifier of the configured audience model association.
-
name
public final String name()
The name of the configured audience model association.
- Returns:
- The name of the configured audience model association.
-
updateTime
public final Instant updateTime()
The most recent time at which the configured audience model association was updated.
- Returns:
- The most recent time at which the configured audience model association was updated.
-
collaborationArn
public final String collaborationArn()
The unique ARN for the configured audience model's associated collaboration.
- Returns:
- The unique ARN for the configured audience model's associated collaboration.
-
collaborationId
public final String collaborationId()
A unique identifier for the collaboration that the configured audience model associations belong to. Accepts collaboration ID.
- Returns:
- A unique identifier for the collaboration that the configured audience model associations belong to. Accepts collaboration ID.
-
creatorAccountId
public final String creatorAccountId()
The identifier used to reference members of the collaboration. Only supports AWS account ID.
- Returns:
- The identifier used to reference members of the collaboration. Only supports AWS account ID.
-
description
public final String description()
The description of the configured audience model association.
- Returns:
- The description of the configured audience model association.
-
toBuilder
public CollaborationConfiguredAudienceModelAssociationSummary.Builder toBuilder()
-
builder
public static CollaborationConfiguredAudienceModelAssociationSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends CollaborationConfiguredAudienceModelAssociationSummary.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.
-
-