@Generated(value="software.amazon.awssdk:codegen") public class Job extends Object implements ToCopyableBuilder<Job.Builder,Job>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Job.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Job.Builder |
builder() |
Instant |
creationDate()
Returns the value of the CreationDate property for this object.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isCanceled()
Returns the value of the IsCanceled property for this object.
|
String |
jobId()
Returns the value of the JobId property for this object.
|
JobType |
jobType()
Returns the value of the JobType property for this object.
|
String |
jobTypeAsString()
Returns the value of the JobType property for this object.
|
static Class<? extends Job.Builder> |
serializableBuilderClass() |
Job.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic String jobId()
public Instant creationDate()
public Boolean isCanceled()
public JobType jobType()
If the service returns an enum value that is not available in the current SDK version, jobType will
return JobType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
jobTypeAsString().
JobTypepublic String jobTypeAsString()
If the service returns an enum value that is not available in the current SDK version, jobType will
return JobType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
jobTypeAsString().
JobTypepublic Job.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Job.Builder,Job>public static Job.Builder builder()
public static Class<? extends Job.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.