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