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()booleanThe identifier of the directory that was created.inthashCode()voidsetDirectoryId(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
-
equals
-
hashCode
-
clone
-