@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OperationSummary extends Object implements Serializable, Cloneable, StructuredPojo
OperationSummary includes the following elements.
| Constructor and Description |
|---|
OperationSummary() |
| Modifier and Type | Method and Description |
|---|---|
OperationSummary |
clone() |
boolean |
equals(Object obj) |
String |
getOperationId()
Identifier returned to track the requested action.
|
String |
getStatus()
The current status of the requested operation in the system.
|
Date |
getSubmittedDate()
The date when the request was submitted.
|
String |
getType()
Type of the action requested.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setOperationId(String operationId)
Identifier returned to track the requested action.
|
void |
setStatus(OperationStatus status)
The current status of the requested operation in the system.
|
void |
setStatus(String status)
The current status of the requested operation in the system.
|
void |
setSubmittedDate(Date submittedDate)
The date when the request was submitted.
|
void |
setType(OperationType type)
Type of the action requested.
|
void |
setType(String type)
Type of the action requested.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
OperationSummary |
withOperationId(String operationId)
Identifier returned to track the requested action.
|
OperationSummary |
withStatus(OperationStatus status)
The current status of the requested operation in the system.
|
OperationSummary |
withStatus(String status)
The current status of the requested operation in the system.
|
OperationSummary |
withSubmittedDate(Date submittedDate)
The date when the request was submitted.
|
OperationSummary |
withType(OperationType type)
Type of the action requested.
|
OperationSummary |
withType(String type)
Type of the action requested.
|
public void setOperationId(String operationId)
Identifier returned to track the requested action.
operationId - Identifier returned to track the requested action.public String getOperationId()
Identifier returned to track the requested action.
public OperationSummary withOperationId(String operationId)
Identifier returned to track the requested action.
operationId - Identifier returned to track the requested action.public void setStatus(String status)
The current status of the requested operation in the system.
status - The current status of the requested operation in the system.OperationStatuspublic String getStatus()
The current status of the requested operation in the system.
OperationStatuspublic OperationSummary withStatus(String status)
The current status of the requested operation in the system.
status - The current status of the requested operation in the system.OperationStatuspublic void setStatus(OperationStatus status)
The current status of the requested operation in the system.
status - The current status of the requested operation in the system.OperationStatuspublic OperationSummary withStatus(OperationStatus status)
The current status of the requested operation in the system.
status - The current status of the requested operation in the system.OperationStatuspublic void setType(String type)
Type of the action requested.
type - Type of the action requested.OperationTypepublic String getType()
Type of the action requested.
OperationTypepublic OperationSummary withType(String type)
Type of the action requested.
type - Type of the action requested.OperationTypepublic void setType(OperationType type)
Type of the action requested.
type - Type of the action requested.OperationTypepublic OperationSummary withType(OperationType type)
Type of the action requested.
type - Type of the action requested.OperationTypepublic void setSubmittedDate(Date submittedDate)
The date when the request was submitted.
submittedDate - The date when the request was submitted.public Date getSubmittedDate()
The date when the request was submitted.
public OperationSummary withSubmittedDate(Date submittedDate)
The date when the request was submitted.
submittedDate - The date when the request was submitted.public String toString()
toString in class ObjectObject.toString()public OperationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.