Class AudienceGenerationJobSummary
- java.lang.Object
-
- software.amazon.awssdk.services.cleanroomsml.model.AudienceGenerationJobSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AudienceGenerationJobSummary.Builder,AudienceGenerationJobSummary>
@Generated("software.amazon.awssdk:codegen") public final class AudienceGenerationJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AudienceGenerationJobSummary.Builder,AudienceGenerationJobSummary>
Provides information about the configured audience generation job.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAudienceGenerationJobSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaudienceGenerationJobArn()The Amazon Resource Name (ARN) of the audience generation job.static AudienceGenerationJobSummary.Builderbuilder()StringcollaborationId()The identifier of the collaboration that contains this audience generation job.StringconfiguredAudienceModelArn()The Amazon Resource Name (ARN) of the configured audience model that was used for this audience generation job.InstantcreateTime()The time at which the audience generation job was created.Stringdescription()The description of the audience generation job.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the audience generation job.List<SdkField<?>>sdkFields()static Class<? extends AudienceGenerationJobSummary.Builder>serializableBuilderClass()StringstartedBy()The AWS Account that submitted the job.AudienceGenerationJobStatusstatus()The status of the audience generation job.StringstatusAsString()The status of the audience generation job.AudienceGenerationJobSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdateTime()The most recent time at which the audience generation job 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
-
audienceGenerationJobArn
public final String audienceGenerationJobArn()
The Amazon Resource Name (ARN) of the audience generation job.
- Returns:
- The Amazon Resource Name (ARN) of the audience generation job.
-
collaborationId
public final String collaborationId()
The identifier of the collaboration that contains this audience generation job.
- Returns:
- The identifier of the collaboration that contains this audience generation job.
-
configuredAudienceModelArn
public final String configuredAudienceModelArn()
The Amazon Resource Name (ARN) of the configured audience model that was used for this audience generation job.
- Returns:
- The Amazon Resource Name (ARN) of the configured audience model that was used for this audience generation job.
-
createTime
public final Instant createTime()
The time at which the audience generation job was created.
- Returns:
- The time at which the audience generation job was created.
-
description
public final String description()
The description of the audience generation job.
- Returns:
- The description of the audience generation job.
-
name
public final String name()
The name of the audience generation job.
- Returns:
- The name of the audience generation job.
-
startedBy
public final String startedBy()
The AWS Account that submitted the job.
- Returns:
- The AWS Account that submitted the job.
-
status
public final AudienceGenerationJobStatus status()
The status of the audience generation job.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnAudienceGenerationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the audience generation job.
- See Also:
AudienceGenerationJobStatus
-
statusAsString
public final String statusAsString()
The status of the audience generation job.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnAudienceGenerationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the audience generation job.
- See Also:
AudienceGenerationJobStatus
-
updateTime
public final Instant updateTime()
The most recent time at which the audience generation job was updated.
- Returns:
- The most recent time at which the audience generation job was updated.
-
toBuilder
public AudienceGenerationJobSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AudienceGenerationJobSummary.Builder,AudienceGenerationJobSummary>
-
builder
public static AudienceGenerationJobSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends AudienceGenerationJobSummary.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.
-
-