@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteWorkteamResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteWorkteamResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteWorkteamResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getSuccess()
Returns
true if the work team was successfully deleted; otherwise, returns false. |
int |
hashCode() |
Boolean |
isSuccess()
Returns
true if the work team was successfully deleted; otherwise, returns false. |
void |
setSuccess(Boolean success)
Returns
true if the work team was successfully deleted; otherwise, returns false. |
String |
toString()
Returns a string representation of this object.
|
DeleteWorkteamResult |
withSuccess(Boolean success)
Returns
true if the work team was successfully deleted; otherwise, returns false. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSuccess(Boolean success)
Returns true if the work team was successfully deleted; otherwise, returns false.
success - Returns true if the work team was successfully deleted; otherwise, returns false
.public Boolean getSuccess()
Returns true if the work team was successfully deleted; otherwise, returns false.
true if the work team was successfully deleted; otherwise, returns
false.public DeleteWorkteamResult withSuccess(Boolean success)
Returns true if the work team was successfully deleted; otherwise, returns false.
success - Returns true if the work team was successfully deleted; otherwise, returns false
.public Boolean isSuccess()
Returns true if the work team was successfully deleted; otherwise, returns false.
true if the work team was successfully deleted; otherwise, returns
false.public String toString()
toString in class ObjectObject.toString()public DeleteWorkteamResult clone()