@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 Amazon Resource Name (ARN) of the specific task execution that was started.
|
int |
hashCode() |
void |
setTaskExecutionArn(String taskExecutionArn)
The Amazon Resource Name (ARN) of the specific task execution that was started.
|
String |
toString()
Returns a string representation of this object.
|
StartTaskExecutionResult |
withTaskExecutionArn(String taskExecutionArn)
The Amazon Resource Name (ARN) of the specific task execution that was started.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTaskExecutionArn(String taskExecutionArn)
The Amazon Resource Name (ARN) of the specific task execution that was started.
taskExecutionArn
- The Amazon Resource Name (ARN) of the specific task execution that was started.public String getTaskExecutionArn()
The Amazon Resource Name (ARN) of the specific task execution that was started.
public StartTaskExecutionResult withTaskExecutionArn(String taskExecutionArn)
The Amazon Resource Name (ARN) of the specific task execution that was started.
taskExecutionArn
- The Amazon Resource Name (ARN) of the specific task execution that was started.public String toString()
toString
in class Object
Object.toString()
public StartTaskExecutionResult clone()