Class CreateMicrosoftADResult

java.lang.Object
com.amazonaws.services.directory.model.CreateMicrosoftADResult
All Implemented Interfaces:
Serializable, Cloneable

public class CreateMicrosoftADResult extends Object implements Serializable, Cloneable
See Also:
  • Constructor Details

    • CreateMicrosoftADResult

      public CreateMicrosoftADResult()
  • Method Details

    • setDirectoryId

      public void setDirectoryId(String directoryId)
      The identifier of the directory that was created.
      Parameters:
      directoryId - The identifier of the directory that was created.
    • getDirectoryId

      public String getDirectoryId()
      The identifier of the directory that was created.
      Returns:
      The identifier of the directory that was created.
    • withDirectoryId

      public CreateMicrosoftADResult withDirectoryId(String directoryId)
      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

      public String toString()
      Returns a string representation of this object; useful for testing and debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public CreateMicrosoftADResult clone()
      Overrides:
      clone in class Object