Class CreateMicrosoftADResult
java.lang.Object
com.amazonaws.services.directory.model.CreateMicrosoftADResult
- All Implemented Interfaces:
Serializable
,Cloneable
- 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
-
CreateMicrosoftADResult
public CreateMicrosoftADResult()
-
-
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
-