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