Class ConnectDirectoryResult
- java.lang.Object
-
- com.amazonaws.services.directory.model.ConnectDirectoryResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class ConnectDirectoryResult extends Object implements Serializable, Cloneable
Contains the results of the ConnectDirectory operation.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectDirectoryResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
setDirectoryId
public void setDirectoryId(String directoryId)
The identifier of the new directory.
- Parameters:
directoryId
- The identifier of the new directory.
-
getDirectoryId
public String getDirectoryId()
The identifier of the new directory.
- Returns:
- The identifier of the new directory.
-
withDirectoryId
public ConnectDirectoryResult withDirectoryId(String directoryId)
The identifier of the new directory.
- Parameters:
directoryId
- The identifier of the new directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ConnectDirectoryResult clone()
-
-