@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 was stopped.
|
int |
hashCode() |
void |
setStopDate(Date stopDate)
The date the execution was stopped.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StopExecutionResult |
withStopDate(Date stopDate)
The date the execution was stopped.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStopDate(Date stopDate)
The date the execution was stopped.
stopDate
- The date the execution was stopped.public Date getStopDate()
The date the execution was stopped.
public StopExecutionResult withStopDate(Date stopDate)
The date the execution was stopped.
stopDate
- The date the execution was stopped.public String toString()
toString
in class Object
Object.toString()
public StopExecutionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.