@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartDeploymentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StartDeploymentResult() |
| Modifier and Type | Method and Description |
|---|---|
StartDeploymentResult |
clone() |
boolean |
equals(Object obj) |
String |
getOperationId()
The unique ID of the asynchronous operation that this request started.
|
int |
hashCode() |
void |
setOperationId(String operationId)
The unique ID of the asynchronous operation that this request started.
|
String |
toString()
Returns a string representation of this object.
|
StartDeploymentResult |
withOperationId(String operationId)
The unique ID of the asynchronous operation that this request started.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setOperationId(String operationId)
The unique ID of the asynchronous operation that this request started. You can use it combined with the ListOperations call to track the operation's progress.
operationId - The unique ID of the asynchronous operation that this request started. You can use it combined with the
ListOperations call to track the operation's progress.public String getOperationId()
The unique ID of the asynchronous operation that this request started. You can use it combined with the ListOperations call to track the operation's progress.
public StartDeploymentResult withOperationId(String operationId)
The unique ID of the asynchronous operation that this request started. You can use it combined with the ListOperations call to track the operation's progress.
operationId - The unique ID of the asynchronous operation that this request started. You can use it combined with the
ListOperations call to track the operation's progress.public String toString()
toString in class ObjectObject.toString()public StartDeploymentResult clone()