Class UpdateDomainResponse

    • Method Detail

      • description

        public final String description()

        The description to be updated as part of the UpdateDomain action.

        Returns:
        The description to be updated as part of the UpdateDomain action.
      • domainExecutionRole

        public final String domainExecutionRole()

        The domain execution role to be updated as part of the UpdateDomain action.

        Returns:
        The domain execution role to be updated as part of the UpdateDomain action.
      • id

        public final String id()

        The identifier of the Amazon DataZone domain.

        Returns:
        The identifier of the Amazon DataZone domain.
      • lastUpdatedAt

        public final Instant lastUpdatedAt()

        Specifies the timestamp of when the domain was last updated.

        Returns:
        Specifies the timestamp of when the domain was last updated.
      • name

        public final String name()

        The name to be updated as part of the UpdateDomain action.

        Returns:
        The name to be updated as part of the UpdateDomain action.
      • rootDomainUnitId

        public final String rootDomainUnitId()

        The ID of the root domain unit.

        Returns:
        The ID of the root domain unit.
      • singleSignOn

        public final SingleSignOn singleSignOn()

        The single sign-on option of the Amazon DataZone domain.

        Returns:
        The single sign-on option of the Amazon DataZone domain.
      • 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