@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; useful for testing and debugging.
|
DisableDirectoryResult |
withDirectoryArn(String directoryArn)
The ARN of the directory that has been disabled.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public DisableDirectoryResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.