public class DeleteDirectoryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteDirectory operation.
Deletes an AWS Directory Service directory.
NOOP| Constructor and Description |
|---|
DeleteDirectoryRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteDirectoryRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDirectoryId()
The identifier of the directory to delete.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The identifier of the directory to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteDirectoryRequest |
withDirectoryId(String directoryId)
The identifier of the directory to delete.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getDirectoryId()
Constraints:
Pattern: ^d-[0-9a-f]{10}$
public void setDirectoryId(String directoryId)
Constraints:
Pattern: ^d-[0-9a-f]{10}$
directoryId - The identifier of the directory to delete.public DeleteDirectoryRequest withDirectoryId(String directoryId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: ^d-[0-9a-f]{10}$
directoryId - The identifier of the directory to delete.public String toString()
toString in class ObjectObject.toString()public DeleteDirectoryRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.