@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartExecutionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartExecutionResult() |
Modifier and Type | Method and Description |
---|---|
StartExecutionResult |
clone() |
boolean |
equals(Object obj) |
String |
getExecutionArn()
The Amazon Resource Name (ARN) that identifies the execution.
|
Date |
getStartDate()
The date the execution was started.
|
int |
hashCode() |
void |
setExecutionArn(String executionArn)
The Amazon Resource Name (ARN) that identifies the execution.
|
void |
setStartDate(Date startDate)
The date the execution was started.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StartExecutionResult |
withExecutionArn(String executionArn)
The Amazon Resource Name (ARN) that identifies the execution.
|
StartExecutionResult |
withStartDate(Date startDate)
The date the execution was started.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setExecutionArn(String executionArn)
The Amazon Resource Name (ARN) that identifies the execution.
executionArn
- The Amazon Resource Name (ARN) that identifies the execution.public String getExecutionArn()
The Amazon Resource Name (ARN) that identifies the execution.
public StartExecutionResult withExecutionArn(String executionArn)
The Amazon Resource Name (ARN) that identifies the execution.
executionArn
- The Amazon Resource Name (ARN) that identifies the execution.public void setStartDate(Date startDate)
The date the execution was started.
startDate
- The date the execution was started.public Date getStartDate()
The date the execution was started.
public StartExecutionResult withStartDate(Date startDate)
The date the execution was started.
startDate
- The date the execution was started.public String toString()
toString
in class Object
Object.toString()
public StartExecutionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.