@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMicrosoftADResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Result of a CreateMicrosoftAD request.
Constructor and Description |
---|
CreateMicrosoftADResult() |
Modifier and Type | Method and Description |
---|---|
CreateMicrosoftADResult |
clone() |
boolean |
equals(Object obj) |
String |
getDirectoryId()
The identifier of the directory that was created.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The identifier of the directory that was created.
|
String |
toString()
Returns a string representation of this object.
|
CreateMicrosoftADResult |
withDirectoryId(String directoryId)
The identifier of the directory that was created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDirectoryId(String directoryId)
The identifier of the directory that was created.
directoryId
- The identifier of the directory that was created.public String getDirectoryId()
The identifier of the directory that was created.
public CreateMicrosoftADResult withDirectoryId(String directoryId)
The identifier of the directory that was created.
directoryId
- The identifier of the directory that was created.public String toString()
toString
in class Object
Object.toString()
public CreateMicrosoftADResult clone()