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