@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.OperationStatus
public String getStatus()
The current status of the requested operation in the system.
OperationStatus
public 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.OperationStatus
public 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.OperationStatus
public 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.OperationStatus
public void setType(String type)
Type of the action requested.
type
- Type of the action requested.OperationType
public String getType()
Type of the action requested.
OperationType
public OperationSummary withType(String type)
Type of the action requested.
type
- Type of the action requested.OperationType
public void setType(OperationType type)
Type of the action requested.
type
- Type of the action requested.OperationType
public OperationSummary withType(OperationType type)
Type of the action requested.
type
- Type of the action requested.OperationType
public 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 Object
Object.toString()
public OperationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.