Class BatchSegmentJobSummary
- java.lang.Object
-
- software.amazon.awssdk.services.personalize.model.BatchSegmentJobSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchSegmentJobSummary.Builder,BatchSegmentJobSummary>
@Generated("software.amazon.awssdk:codegen") public final class BatchSegmentJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchSegmentJobSummary.Builder,BatchSegmentJobSummary>
A truncated version of the BatchSegmentJob datatype. ListBatchSegmentJobs operation returns a list of batch segment job summaries.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchSegmentJobSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbatchSegmentJobArn()The Amazon Resource Name (ARN) of the batch segment job.static BatchSegmentJobSummary.Builderbuilder()InstantcreationDateTime()The time at which the batch segment job was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfailureReason()If the batch segment job failed, the reason for the failure.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringjobName()The name of the batch segment job.InstantlastUpdatedDateTime()The time at which the batch segment job was last updated.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends BatchSegmentJobSummary.Builder>serializableBuilderClass()StringsolutionVersionArn()The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch segments.Stringstatus()The status of the batch segment job.BatchSegmentJobSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
batchSegmentJobArn
public final String batchSegmentJobArn()
The Amazon Resource Name (ARN) of the batch segment job.
- Returns:
- The Amazon Resource Name (ARN) of the batch segment job.
-
jobName
public final String jobName()
The name of the batch segment job.
- Returns:
- The name of the batch segment job.
-
status
public final String status()
The status of the batch segment job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
- Returns:
- The status of the batch segment job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
-
-
-
creationDateTime
public final Instant creationDateTime()
The time at which the batch segment job was created.
- Returns:
- The time at which the batch segment job was created.
-
lastUpdatedDateTime
public final Instant lastUpdatedDateTime()
The time at which the batch segment job was last updated.
- Returns:
- The time at which the batch segment job was last updated.
-
failureReason
public final String failureReason()
If the batch segment job failed, the reason for the failure.
- Returns:
- If the batch segment job failed, the reason for the failure.
-
solutionVersionArn
public final String solutionVersionArn()
The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch segments.
- Returns:
- The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch segments.
-
toBuilder
public BatchSegmentJobSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchSegmentJobSummary.Builder,BatchSegmentJobSummary>
-
builder
public static BatchSegmentJobSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchSegmentJobSummary.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-