ToCopyableBuilder<GetOperationDetailResponse.Builder,GetOperationDetailResponse>
@Generated("software.amazon.awssdk:codegen") public class GetOperationDetailResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetOperationDetailResponse.Builder,GetOperationDetailResponse>
The GetOperationDetail response includes the following elements.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetOperationDetailResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetOperationDetailResponse.Builder |
builder() |
|
String |
domainName() |
The name of a domain.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
message() |
Detailed information on the status including possible errors.
|
String |
operationId() |
The identifier for the operation.
|
static Class<? extends GetOperationDetailResponse.Builder> |
serializableBuilderClass() |
|
String |
status() |
The current status of the requested operation in the system.
|
Date |
submittedDate() |
The date when the request was submitted.
|
GetOperationDetailResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
type() |
The type of operation that was requested.
|
setSdkHttpMetadata, setSdkResponseMetadata
public String operationId()
The identifier for the operation.
public String status()
The current status of the requested operation in the system.
OperationStatus
public String message()
Detailed information on the status including possible errors.
public String domainName()
The name of a domain.
public String type()
The type of operation that was requested.
OperationType
public Date submittedDate()
The date when the request was submitted.
public GetOperationDetailResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetOperationDetailResponse.Builder,GetOperationDetailResponse>
public static GetOperationDetailResponse.Builder builder()
public static Class<? extends GetOperationDetailResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.