@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartBatchJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StartBatchJobResult() |
| Modifier and Type | Method and Description |
|---|---|
StartBatchJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getExecutionId()
The unique identifier of this execution of the batch job.
|
int |
hashCode() |
void |
setExecutionId(String executionId)
The unique identifier of this execution of the batch job.
|
String |
toString()
Returns a string representation of this object.
|
StartBatchJobResult |
withExecutionId(String executionId)
The unique identifier of this execution of the batch job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setExecutionId(String executionId)
The unique identifier of this execution of the batch job.
executionId - The unique identifier of this execution of the batch job.public String getExecutionId()
The unique identifier of this execution of the batch job.
public StartBatchJobResult withExecutionId(String executionId)
The unique identifier of this execution of the batch job.
executionId - The unique identifier of this execution of the batch job.public String toString()
toString in class ObjectObject.toString()public StartBatchJobResult clone()