Class DescribeOrganizationResponse

    • Method Detail

      • organizationId

        public final String organizationId()

        The identifier of an organization.

        Returns:
        The identifier of an organization.
      • alias

        public final String alias()

        The alias for an organization.

        Returns:
        The alias for an organization.
      • state

        public final String state()

        The state of an organization.

        Returns:
        The state of an organization.
      • directoryId

        public final String directoryId()

        The identifier for the directory associated with an WorkMail organization.

        Returns:
        The identifier for the directory associated with an WorkMail organization.
      • directoryType

        public final String directoryType()

        The type of directory associated with the WorkMail organization.

        Returns:
        The type of directory associated with the WorkMail organization.
      • defaultMailDomain

        public final String defaultMailDomain()

        The default mail domain associated with the organization.

        Returns:
        The default mail domain associated with the organization.
      • completedDate

        public final Instant completedDate()

        The date at which the organization became usable in the WorkMail context, in UNIX epoch time format.

        Returns:
        The date at which the organization became usable in the WorkMail context, in UNIX epoch time format.
      • errorMessage

        public final String errorMessage()

        (Optional) The error message indicating if unexpected behavior was encountered with regards to the organization.

        Returns:
        (Optional) The error message indicating if unexpected behavior was encountered with regards to the organization.
      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the organization.

        Returns:
        The Amazon Resource Name (ARN) of the organization.
      • migrationAdmin

        public final String migrationAdmin()

        The user ID of the migration admin if migration is enabled for the organization.

        Returns:
        The user ID of the migration admin if migration is enabled for the organization.
      • interoperabilityEnabled

        public final Boolean interoperabilityEnabled()

        Indicates if interoperability is enabled for this organization.

        Returns:
        Indicates if interoperability is enabled for this organization.
      • 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