public class DeleteDirectoryResult extends Object implements Serializable, Cloneable
Contains the results of the DeleteDirectory operation.
Constructor and Description |
---|
DeleteDirectoryResult() |
Modifier and Type | Method and Description |
---|---|
DeleteDirectoryResult |
clone() |
boolean |
equals(Object obj) |
String |
getDirectoryId()
The directory identifier.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The directory identifier.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteDirectoryResult |
withDirectoryId(String directoryId)
The directory identifier.
|
public void setDirectoryId(String directoryId)
The directory identifier.
directoryId
- The directory identifier.public String getDirectoryId()
The directory identifier.
public DeleteDirectoryResult withDirectoryId(String directoryId)
The directory identifier.
directoryId
- The directory identifier.public String toString()
toString
in class Object
Object.toString()
public DeleteDirectoryResult clone()
Copyright © 2015. All rights reserved.