@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisableDirectoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| DisableDirectoryResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DisableDirectoryResult | clone() | 
| boolean | equals(Object obj) | 
| String | getDirectoryArn()
 The ARN of the directory that has been disabled. | 
| int | hashCode() | 
| void | setDirectoryArn(String directoryArn)
 The ARN of the directory that has been disabled. | 
| String | toString()Returns a string representation of this object. | 
| DisableDirectoryResult | withDirectoryArn(String directoryArn)
 The ARN of the directory that has been disabled. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDirectoryArn(String directoryArn)
The ARN of the directory that has been disabled.
directoryArn - The ARN of the directory that has been disabled.public String getDirectoryArn()
The ARN of the directory that has been disabled.
public DisableDirectoryResult withDirectoryArn(String directoryArn)
The ARN of the directory that has been disabled.
directoryArn - The ARN of the directory that has been disabled.public String toString()
toString in class ObjectObject.toString()public DisableDirectoryResult clone()