StructuredPojo, ToCopyableBuilder<OperationSummary.Builder,OperationSummary>@Generated("software.amazon.awssdk:codegen") public class OperationSummary extends Object implements StructuredPojo, ToCopyableBuilder<OperationSummary.Builder,OperationSummary>
OperationSummary includes the following elements.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
OperationSummary.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static OperationSummary.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
operationId() |
Identifier returned to track the requested action.
|
static Class<? extends OperationSummary.Builder> |
serializableBuilderClass() |
|
String |
status() |
The current status of the requested operation in the system.
|
Date |
submittedDate() |
The date when the request was submitted.
|
OperationSummary.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
type() |
Type of the action requested.
|
public String operationId()
Identifier returned to track the requested action.
public String status()
The current status of the requested operation in the system.
OperationStatuspublic String type()
Type of the action requested.
OperationTypepublic Date submittedDate()
The date when the request was submitted.
public OperationSummary.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<OperationSummary.Builder,OperationSummary>public static OperationSummary.Builder builder()
public static Class<? extends OperationSummary.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.