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