@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopExecutionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StopExecutionResult () |
| Modifier and Type | Method and Description |
|---|---|
StopExecutionResult |
clone () |
boolean |
equals (Object obj) |
Date |
getStopDate ()
The date the execution is stopped.
|
int |
hashCode () |
void |
setStopDate (Date stopDate)
The date the execution is stopped.
|
String |
toString ()
Returns a string representation of this object.
|
StopExecutionResult |
withStopDate (Date stopDate)
The date the execution is stopped.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public StopExecutionResult()
public void setStopDate(Date stopDate)
The date the execution is stopped.
stopDate - The date the execution is stopped.public Date getStopDate()
The date the execution is stopped.
public StopExecutionResult withStopDate(Date stopDate)
The date the execution is stopped.
stopDate - The date the execution is stopped.public String toString()
toString in class Object Object.toString() public StopExecutionResult clone()