@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; useful for testing and debugging. 
 | 
StopExecutionResult | 
withStopDate(Date stopDate)
 The date the execution is stopped. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public StopExecutionResult clone()
Copyright © 2018. All rights reserved.