@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDirectoryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteDirectoryRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteDirectoryRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDirectoryArn()
The ARN of the directory to delete.
|
int |
hashCode() |
void |
setDirectoryArn(String directoryArn)
The ARN of the directory to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDirectoryRequest |
withDirectoryArn(String directoryArn)
The ARN of the directory to delete.
|
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 setDirectoryArn(String directoryArn)
The ARN of the directory to delete.
directoryArn - The ARN of the directory to delete.public String getDirectoryArn()
The ARN of the directory to delete.
public DeleteDirectoryRequest withDirectoryArn(String directoryArn)
The ARN of the directory to delete.
directoryArn - The ARN of the directory to delete.public String toString()
toString in class ObjectObject.toString()public DeleteDirectoryRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.