Class CreateDirectoryResult
java.lang.Object
com.amazonaws.services.directory.model.CreateDirectoryResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the results of the CreateDirectory operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The identifier of the directory that was created.int
hashCode()
void
setDirectoryId
(String directoryId) The identifier of the directory that was created.toString()
Returns a string representation of this object; useful for testing and debugging.withDirectoryId
(String directoryId) The identifier of the directory that was created.
-
Constructor Details
-
CreateDirectoryResult
public CreateDirectoryResult()
-
-
Method Details
-
setDirectoryId
The identifier of the directory that was created.
- Parameters:
directoryId
- The identifier of the directory that was created.
-
getDirectoryId
The identifier of the directory that was created.
- Returns:
- The identifier of the directory that was created.
-
withDirectoryId
The identifier of the directory that was created.
- Parameters:
directoryId
- The identifier of the directory that was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-