Class AudienceExportJobSummary
- java.lang.Object
-
- software.amazon.awssdk.services.cleanroomsml.model.AudienceExportJobSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AudienceExportJobSummary.Builder,AudienceExportJobSummary>
@Generated("software.amazon.awssdk:codegen") public final class AudienceExportJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AudienceExportJobSummary.Builder,AudienceExportJobSummary>
Provides information about the audience export job.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAudienceExportJobSummary.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 that was exported.AudienceSizeaudienceSize()Returns the value of the AudienceSize property for this object.static AudienceExportJobSummary.Builderbuilder()InstantcreateTime()The time at which the audience export job was created.Stringdescription()The description of the audience export job.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the audience export job.StringoutputLocation()The Amazon S3 bucket where the audience export is stored.List<SdkField<?>>sdkFields()static Class<? extends AudienceExportJobSummary.Builder>serializableBuilderClass()AudienceExportJobStatusstatus()The status of the audience export job.StringstatusAsString()The status of the audience export job.StatusDetailsstatusDetails()Returns the value of the StatusDetails property for this object.AudienceExportJobSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdateTime()The most recent time at which the audience export 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
-
createTime
public final Instant createTime()
The time at which the audience export job was created.
- Returns:
- The time at which the audience export job was created.
-
updateTime
public final Instant updateTime()
The most recent time at which the audience export job was updated.
- Returns:
- The most recent time at which the audience export job was updated.
-
name
public final String name()
The name of the audience export job.
- Returns:
- The name of the audience export job.
-
audienceGenerationJobArn
public final String audienceGenerationJobArn()
The Amazon Resource Name (ARN) of the audience generation job that was exported.
- Returns:
- The Amazon Resource Name (ARN) of the audience generation job that was exported.
-
audienceSize
public final AudienceSize audienceSize()
Returns the value of the AudienceSize property for this object.- Returns:
- The value of the AudienceSize property for this object.
-
description
public final String description()
The description of the audience export job.
- Returns:
- The description of the audience export job.
-
status
public final AudienceExportJobStatus status()
The status of the audience export job.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnAudienceExportJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the audience export job.
- See Also:
AudienceExportJobStatus
-
statusAsString
public final String statusAsString()
The status of the audience export job.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnAudienceExportJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the audience export job.
- See Also:
AudienceExportJobStatus
-
statusDetails
public final StatusDetails statusDetails()
Returns the value of the StatusDetails property for this object.- Returns:
- The value of the StatusDetails property for this object.
-
outputLocation
public final String outputLocation()
The Amazon S3 bucket where the audience export is stored.
- Returns:
- The Amazon S3 bucket where the audience export is stored.
-
toBuilder
public AudienceExportJobSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AudienceExportJobSummary.Builder,AudienceExportJobSummary>
-
builder
public static AudienceExportJobSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends AudienceExportJobSummary.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.
-
-