Class CreateDomainUnitRequest

    • Method Detail

      • clientToken

        public final String clientToken()

        A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

        Returns:
        A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
      • description

        public final String description()

        The description of the domain unit.

        Returns:
        The description of the domain unit.
      • domainIdentifier

        public final String domainIdentifier()

        The ID of the domain where you want to crate a domain unit.

        Returns:
        The ID of the domain where you want to crate a domain unit.
      • name

        public final String name()

        The name of the domain unit.

        Returns:
        The name of the domain unit.
      • parentDomainUnitIdentifier

        public final String parentDomainUnitIdentifier()

        The ID of the parent domain unit.

        Returns:
        The ID of the parent domain unit.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object