@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchSegmentJobSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
batchSegmentJobArn()
The Amazon Resource Name (ARN) of the batch segment job.
|
static BatchSegmentJobSummary.Builder |
builder() |
Instant |
creationDateTime()
The time at which the batch segment job was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
If the batch segment job failed, the reason for the failure.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobName()
The name of the batch segment job.
|
Instant |
lastUpdatedDateTime()
The time at which the batch segment job was last updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchSegmentJobSummary.Builder> |
serializableBuilderClass() |
String |
solutionVersionArn()
The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch segments.
|
String |
status()
The status of the batch segment job.
|
BatchSegmentJobSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String batchSegmentJobArn()
The Amazon Resource Name (ARN) of the batch segment job.
public final String jobName()
The name of the batch segment job.
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
PENDING
IN PROGRESS
ACTIVE
CREATE FAILED
public final Instant creationDateTime()
The time at which the batch segment job was created.
public final Instant lastUpdatedDateTime()
The time at which the batch segment job was last updated.
public final String failureReason()
If the batch segment job failed, the reason for the failure.
public final String solutionVersionArn()
The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch segments.
public BatchSegmentJobSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchSegmentJobSummary.Builder,BatchSegmentJobSummary>public static BatchSegmentJobSummary.Builder builder()
public static Class<? extends BatchSegmentJobSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.