Class CreateDirectoryRequest

    • Constructor Detail

      • CreateDirectoryRequest

        public CreateDirectoryRequest()
    • Method Detail

      • setName

        public void setName​(String name)

        The fully qualified name for the directory, such as corp.example.com.

        Parameters:
        name - The fully qualified name for the directory, such as corp.example.com.
      • getName

        public String getName()

        The fully qualified name for the directory, such as corp.example.com.

        Returns:
        The fully qualified name for the directory, such as corp.example.com.
      • withName

        public CreateDirectoryRequest withName​(String name)

        The fully qualified name for the directory, such as corp.example.com.

        Parameters:
        name - The fully qualified name for the directory, such as corp.example.com.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setShortName

        public void setShortName​(String shortName)

        The short name of the directory, such as CORP.

        Parameters:
        shortName - The short name of the directory, such as CORP.
      • getShortName

        public String getShortName()

        The short name of the directory, such as CORP.

        Returns:
        The short name of the directory, such as CORP.
      • withShortName

        public CreateDirectoryRequest withShortName​(String shortName)

        The short name of the directory, such as CORP.

        Parameters:
        shortName - The short name of the directory, such as CORP.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPassword

        public void setPassword​(String password)

        The password for the directory administrator. The directory creation process creates a directory administrator account with the username Administrator and this password.

        Parameters:
        password - The password for the directory administrator. The directory creation process creates a directory administrator account with the username Administrator and this password.
      • getPassword

        public String getPassword()

        The password for the directory administrator. The directory creation process creates a directory administrator account with the username Administrator and this password.

        Returns:
        The password for the directory administrator. The directory creation process creates a directory administrator account with the username Administrator and this password.
      • withPassword

        public CreateDirectoryRequest withPassword​(String password)

        The password for the directory administrator. The directory creation process creates a directory administrator account with the username Administrator and this password.

        Parameters:
        password - The password for the directory administrator. The directory creation process creates a directory administrator account with the username Administrator and this password.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription​(String description)

        A textual description for the directory.

        Parameters:
        description - A textual description for the directory.
      • getDescription

        public String getDescription()

        A textual description for the directory.

        Returns:
        A textual description for the directory.
      • withDescription

        public CreateDirectoryRequest withDescription​(String description)

        A textual description for the directory.

        Parameters:
        description - A textual description for the directory.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSize

        public void setSize​(String size)

        The size of the directory.

        Parameters:
        size - The size of the directory.
        See Also:
        DirectorySize
      • getSize

        public String getSize()

        The size of the directory.

        Returns:
        The size of the directory.
        See Also:
        DirectorySize
      • withSize

        public CreateDirectoryRequest withSize​(String size)

        The size of the directory.

        Parameters:
        size - The size of the directory.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DirectorySize
      • setSize

        public void setSize​(DirectorySize size)

        The size of the directory.

        Parameters:
        size - The size of the directory.
        See Also:
        DirectorySize
      • withSize

        public CreateDirectoryRequest withSize​(DirectorySize size)

        The size of the directory.

        Parameters:
        size - The size of the directory.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DirectorySize
      • 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:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object