@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteOrganizationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteOrganizationRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteOrganizationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
The idempotency token associated with the request.
|
Boolean |
getDeleteDirectory()
If true, deletes the AWS Directory Service directory associated with the organization.
|
String |
getOrganizationId()
The organization ID.
|
int |
hashCode() |
Boolean |
isDeleteDirectory()
If true, deletes the AWS Directory Service directory associated with the organization.
|
void |
setClientToken(String clientToken)
The idempotency token associated with the request.
|
void |
setDeleteDirectory(Boolean deleteDirectory)
If true, deletes the AWS Directory Service directory associated with the organization.
|
void |
setOrganizationId(String organizationId)
The organization ID.
|
String |
toString()
Returns a string representation of this object.
|
DeleteOrganizationRequest |
withClientToken(String clientToken)
The idempotency token associated with the request.
|
DeleteOrganizationRequest |
withDeleteDirectory(Boolean deleteDirectory)
If true, deletes the AWS Directory Service directory associated with the organization.
|
DeleteOrganizationRequest |
withOrganizationId(String organizationId)
The organization ID.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setClientToken(String clientToken)
The idempotency token associated with the request.
clientToken - The idempotency token associated with the request.public String getClientToken()
The idempotency token associated with the request.
public DeleteOrganizationRequest withClientToken(String clientToken)
The idempotency token associated with the request.
clientToken - The idempotency token associated with the request.public void setOrganizationId(String organizationId)
The organization ID.
organizationId - The organization ID.public String getOrganizationId()
The organization ID.
public DeleteOrganizationRequest withOrganizationId(String organizationId)
The organization ID.
organizationId - The organization ID.public void setDeleteDirectory(Boolean deleteDirectory)
If true, deletes the AWS Directory Service directory associated with the organization.
deleteDirectory - If true, deletes the AWS Directory Service directory associated with the organization.public Boolean getDeleteDirectory()
If true, deletes the AWS Directory Service directory associated with the organization.
public DeleteOrganizationRequest withDeleteDirectory(Boolean deleteDirectory)
If true, deletes the AWS Directory Service directory associated with the organization.
deleteDirectory - If true, deletes the AWS Directory Service directory associated with the organization.public Boolean isDeleteDirectory()
If true, deletes the AWS Directory Service directory associated with the organization.
public String toString()
toString in class ObjectObject.toString()public DeleteOrganizationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.