@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteQueryDefinitionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteQueryDefinitionResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteQueryDefinitionResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getSuccess()
A value of TRUE indicates that the operation succeeded.
|
int |
hashCode() |
Boolean |
isSuccess()
A value of TRUE indicates that the operation succeeded.
|
void |
setSuccess(Boolean success)
A value of TRUE indicates that the operation succeeded.
|
String |
toString()
Returns a string representation of this object.
|
DeleteQueryDefinitionResult |
withSuccess(Boolean success)
A value of TRUE indicates that the operation succeeded.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSuccess(Boolean success)
A value of TRUE indicates that the operation succeeded. FALSE indicates that the operation failed.
success - A value of TRUE indicates that the operation succeeded. FALSE indicates that the operation failed.public Boolean getSuccess()
A value of TRUE indicates that the operation succeeded. FALSE indicates that the operation failed.
public DeleteQueryDefinitionResult withSuccess(Boolean success)
A value of TRUE indicates that the operation succeeded. FALSE indicates that the operation failed.
success - A value of TRUE indicates that the operation succeeded. FALSE indicates that the operation failed.public Boolean isSuccess()
A value of TRUE indicates that the operation succeeded. FALSE indicates that the operation failed.
public String toString()
toString in class ObjectObject.toString()public DeleteQueryDefinitionResult clone()