@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDirectoryConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteDirectoryConfigRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteDirectoryConfigRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDirectoryName()
The name of the directory configuration to be deleted.
|
int |
hashCode() |
void |
setDirectoryName(String directoryName)
The name of the directory configuration to be deleted.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteDirectoryConfigRequest |
withDirectoryName(String directoryName)
The name of the directory configuration to be deleted.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDirectoryName(String directoryName)
The name of the directory configuration to be deleted.
directoryName
- The name of the directory configuration to be deleted.public String getDirectoryName()
The name of the directory configuration to be deleted.
public DeleteDirectoryConfigRequest withDirectoryName(String directoryName)
The name of the directory configuration to be deleted.
directoryName
- The name of the directory configuration to be deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteDirectoryConfigRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.