@Generated(value="software.amazon.awssdk:codegen") public final class GetBatchJobExecutionResponse extends M2Response implements ToCopyableBuilder<GetBatchJobExecutionResponse.Builder,GetBatchJobExecutionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetBatchJobExecutionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The identifier of the application.
|
BatchJobIdentifier |
batchJobIdentifier()
Returns the value of the BatchJobIdentifier property for this object.
|
static GetBatchJobExecutionResponse.Builder |
builder() |
Instant |
endTime()
The timestamp when the batch job execution ended.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
executionId()
The unique identifier for this batch job execution.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobId()
The unique identifier for this batch job.
|
String |
jobName()
The name of this batch job.
|
BatchJobType |
jobType()
The type of job.
|
String |
jobTypeAsString()
The type of job.
|
String |
jobUser()
The user for the job.
|
String |
returnCode()
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetBatchJobExecutionResponse.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The timestamp when the batch job execution started.
|
BatchJobExecutionStatus |
status()
The status of the batch job execution.
|
String |
statusAsString()
The status of the batch job execution.
|
String |
statusReason()
The reason for the reported status.
|
GetBatchJobExecutionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationId()
The identifier of the application.
public final BatchJobIdentifier batchJobIdentifier()
public final Instant endTime()
The timestamp when the batch job execution ended.
public final String executionId()
The unique identifier for this batch job execution.
public final String jobId()
The unique identifier for this batch job.
public final String jobName()
The name of this batch job.
public final BatchJobType jobType()
The type of job.
If the service returns an enum value that is not available in the current SDK version, jobType will
return BatchJobType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
jobTypeAsString().
BatchJobTypepublic final String jobTypeAsString()
The type of job.
If the service returns an enum value that is not available in the current SDK version, jobType will
return BatchJobType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
jobTypeAsString().
BatchJobTypepublic final String jobUser()
The user for the job.
public final String returnCode()
public final Instant startTime()
The timestamp when the batch job execution started.
public final BatchJobExecutionStatus status()
The status of the batch job execution.
If the service returns an enum value that is not available in the current SDK version, status will
return BatchJobExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
BatchJobExecutionStatuspublic final String statusAsString()
The status of the batch job execution.
If the service returns an enum value that is not available in the current SDK version, status will
return BatchJobExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
BatchJobExecutionStatuspublic final String statusReason()
The reason for the reported status.
public GetBatchJobExecutionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetBatchJobExecutionResponse.Builder,GetBatchJobExecutionResponse>toBuilder in class AwsResponsepublic static GetBatchJobExecutionResponse.Builder builder()
public static Class<? extends GetBatchJobExecutionResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.