Class ConfiguredAudienceModelSummary
- java.lang.Object
-
- software.amazon.awssdk.services.cleanroomsml.model.ConfiguredAudienceModelSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConfiguredAudienceModelSummary.Builder,ConfiguredAudienceModelSummary>
@Generated("software.amazon.awssdk:codegen") public final class ConfiguredAudienceModelSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConfiguredAudienceModelSummary.Builder,ConfiguredAudienceModelSummary>
Information about the configured audience model.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConfiguredAudienceModelSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaudienceModelArn()The Amazon Resource Name (ARN) of the audience model that was used to create the configured audience model.static ConfiguredAudienceModelSummary.Builderbuilder()StringconfiguredAudienceModelArn()The Amazon Resource Name (ARN) of the configured audience model that you are interested in.InstantcreateTime()The time at which the configured audience model was created.Stringdescription()The description of the configured audience model.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the configured audience model.ConfiguredAudienceModelOutputConfigoutputConfig()The output configuration of the configured audience model.List<SdkField<?>>sdkFields()static Class<? extends ConfiguredAudienceModelSummary.Builder>serializableBuilderClass()ConfiguredAudienceModelStatusstatus()The status of the configured audience model.StringstatusAsString()The status of the configured audience model.ConfiguredAudienceModelSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdateTime()The most recent time at which the configured audience model 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
-
createTime
public final Instant createTime()
The time at which the configured audience model was created.
- Returns:
- The time at which the configured audience model was created.
-
updateTime
public final Instant updateTime()
The most recent time at which the configured audience model was updated.
- Returns:
- The most recent time at which the configured audience model was updated.
-
name
public final String name()
The name of the configured audience model.
- Returns:
- The name of the configured audience model.
-
audienceModelArn
public final String audienceModelArn()
The Amazon Resource Name (ARN) of the audience model that was used to create the configured audience model.
- Returns:
- The Amazon Resource Name (ARN) of the audience model that was used to create the configured audience model.
-
outputConfig
public final ConfiguredAudienceModelOutputConfig outputConfig()
The output configuration of the configured audience model.
- Returns:
- The output configuration of the configured audience model.
-
description
public final String description()
The description of the configured audience model.
- Returns:
- The description of the configured audience model.
-
configuredAudienceModelArn
public final String configuredAudienceModelArn()
The Amazon Resource Name (ARN) of the configured audience model that you are interested in.
- Returns:
- The Amazon Resource Name (ARN) of the configured audience model that you are interested in.
-
status
public final ConfiguredAudienceModelStatus status()
The status of the configured audience model.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnConfiguredAudienceModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the configured audience model.
- See Also:
ConfiguredAudienceModelStatus
-
statusAsString
public final String statusAsString()
The status of the configured audience model.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnConfiguredAudienceModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the configured audience model.
- See Also:
ConfiguredAudienceModelStatus
-
toBuilder
public ConfiguredAudienceModelSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConfiguredAudienceModelSummary.Builder,ConfiguredAudienceModelSummary>
-
builder
public static ConfiguredAudienceModelSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConfiguredAudienceModelSummary.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.
-
-