@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteOrganizationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteOrganizationResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteOrganizationResult |
clone() |
boolean |
equals(Object obj) |
String |
getOrganizationId()
The organization ID.
|
String |
getState()
The state of the organization.
|
int |
hashCode() |
void |
setOrganizationId(String organizationId)
The organization ID.
|
void |
setState(String state)
The state of the organization.
|
String |
toString()
Returns a string representation of this object.
|
DeleteOrganizationResult |
withOrganizationId(String organizationId)
The organization ID.
|
DeleteOrganizationResult |
withState(String state)
The state of the organization.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setOrganizationId(String organizationId)
The organization ID.
organizationId - The organization ID.public String getOrganizationId()
The organization ID.
public DeleteOrganizationResult withOrganizationId(String organizationId)
The organization ID.
organizationId - The organization ID.public void setState(String state)
The state of the organization.
state - The state of the organization.public String getState()
The state of the organization.
public DeleteOrganizationResult withState(String state)
The state of the organization.
state - The state of the organization.public String toString()
toString in class ObjectObject.toString()public DeleteOrganizationResult clone()