ToCopyableBuilder<GetJobDetailsResponse.Builder,GetJobDetailsResponse>
@Generated("software.amazon.awssdk:codegen") public class GetJobDetailsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetJobDetailsResponse.Builder,GetJobDetailsResponse>
Represents the output of a get job details action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetJobDetailsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetJobDetailsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
JobDetails |
jobDetails() |
The details of the job.
|
static Class<? extends GetJobDetailsResponse.Builder> |
serializableBuilderClass() |
|
GetJobDetailsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public JobDetails jobDetails()
The details of the job.
If AWSSessionCredentials is used, a long-running job can call GetJobDetails again to obtain new credentials.
If AWSSessionCredentials is used, a long-running job can call GetJobDetails again to obtain new credentials.
public GetJobDetailsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetJobDetailsResponse.Builder,GetJobDetailsResponse>
public static GetJobDetailsResponse.Builder builder()
public static Class<? extends GetJobDetailsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.