@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartTaskExecutionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
StartTaskExecutionResponse
Constructor and Description |
---|
StartTaskExecutionResult() |
Modifier and Type | Method and Description |
---|---|
StartTaskExecutionResult |
clone() |
boolean |
equals(Object obj) |
String |
getTaskExecutionArn()
The ARN of the running task execution.
|
int |
hashCode() |
void |
setTaskExecutionArn(String taskExecutionArn)
The ARN of the running task execution.
|
String |
toString()
Returns a string representation of this object.
|
StartTaskExecutionResult |
withTaskExecutionArn(String taskExecutionArn)
The ARN of the running task execution.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTaskExecutionArn(String taskExecutionArn)
The ARN of the running task execution.
taskExecutionArn
- The ARN of the running task execution.public String getTaskExecutionArn()
The ARN of the running task execution.
public StartTaskExecutionResult withTaskExecutionArn(String taskExecutionArn)
The ARN of the running task execution.
taskExecutionArn
- The ARN of the running task execution.public String toString()
toString
in class Object
Object.toString()
public StartTaskExecutionResult clone()