StructuredPojo
, ToCopyableBuilder<Operation.Builder,Operation>
@Generated("software.amazon.awssdk:codegen") public class Operation extends Object implements StructuredPojo, ToCopyableBuilder<Operation.Builder,Operation>
Describes the API operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Operation.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Operation.Builder |
builder() |
|
Date |
createdAt() |
The timestamp when the operation was initialized (e.g.,
1479816991.349 ). |
boolean |
equals(Object obj) |
|
String |
errorCode() |
The error code.
|
String |
errorDetails() |
The error details.
|
int |
hashCode() |
|
String |
id() |
The ID of the operation.
|
Boolean |
isTerminal() |
A Boolean value indicating whether the operation is terminal.
|
ResourceLocation |
location() |
The region and Availability Zone.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
operationDetails() |
Details about the operation (e.g.,
Debian-1GB-Virginia-1 ). |
String |
operationType() |
The type of operation.
|
String |
resourceName() |
The resource name.
|
String |
resourceType() |
The resource type.
|
static Class<? extends Operation.Builder> |
serializableBuilderClass() |
|
String |
status() |
The status of the operation.
|
Date |
statusChangedAt() |
The timestamp when the status was changed (e.g.,
1479816991.349 ). |
Operation.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String id()
The ID of the operation.
public String resourceName()
The resource name.
public String resourceType()
The resource type.
ResourceType
public Date createdAt()
The timestamp when the operation was initialized (e.g., 1479816991.349
).
1479816991.349
).public ResourceLocation location()
The region and Availability Zone.
public Boolean isTerminal()
A Boolean value indicating whether the operation is terminal.
public String operationDetails()
Details about the operation (e.g., Debian-1GB-Virginia-1
).
Debian-1GB-Virginia-1
).public String operationType()
The type of operation.
OperationType
public String status()
The status of the operation.
OperationStatus
public Date statusChangedAt()
The timestamp when the status was changed (e.g., 1479816991.349
).
1479816991.349
).public String errorCode()
The error code.
public String errorDetails()
The error details.
public Operation.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Operation.Builder,Operation>
public static Operation.Builder builder()
public static Class<? extends Operation.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.