@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDirectoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteDirectoryResult() |
Modifier and Type | Method and Description |
---|---|
DeleteDirectoryResult |
clone() |
boolean |
equals(Object obj) |
String |
getDirectoryArn()
The ARN of the deleted directory.
|
int |
hashCode() |
void |
setDirectoryArn(String directoryArn)
The ARN of the deleted directory.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteDirectoryResult |
withDirectoryArn(String directoryArn)
The ARN of the deleted directory.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDirectoryArn(String directoryArn)
The ARN of the deleted directory.
directoryArn
- The ARN of the deleted directory.public String getDirectoryArn()
The ARN of the deleted directory.
public DeleteDirectoryResult withDirectoryArn(String directoryArn)
The ARN of the deleted directory.
directoryArn
- The ARN of the deleted directory.public String toString()
toString
in class Object
Object.toString()
public DeleteDirectoryResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.