@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelStatementResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CancelStatementResult() |
| Modifier and Type | Method and Description |
|---|---|
CancelStatementResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getStatus()
A value that indicates whether the cancel statement succeeded (true).
|
int |
hashCode() |
Boolean |
isStatus()
A value that indicates whether the cancel statement succeeded (true).
|
void |
setStatus(Boolean status)
A value that indicates whether the cancel statement succeeded (true).
|
String |
toString()
Returns a string representation of this object.
|
CancelStatementResult |
withStatus(Boolean status)
A value that indicates whether the cancel statement succeeded (true).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatus(Boolean status)
A value that indicates whether the cancel statement succeeded (true).
status - A value that indicates whether the cancel statement succeeded (true).public Boolean getStatus()
A value that indicates whether the cancel statement succeeded (true).
public CancelStatementResult withStatus(Boolean status)
A value that indicates whether the cancel statement succeeded (true).
status - A value that indicates whether the cancel statement succeeded (true).public Boolean isStatus()
A value that indicates whether the cancel statement succeeded (true).
public String toString()
toString in class ObjectObject.toString()public CancelStatementResult clone()