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