Class ChangeProgressDetails

    • Method Detail

      • changeId

        public final String changeId()

        The unique change identifier associated with a specific domain configuration change.

        Returns:
        The unique change identifier associated with a specific domain configuration change.
      • message

        public final String message()

        Contains an optional message associated with the domain configuration change.

        Returns:
        Contains an optional message associated with the domain configuration change.
      • startTime

        public final Instant startTime()

        The time that the configuration change was initiated, in Universal Coordinated Time (UTC).

        Returns:
        The time that the configuration change was initiated, in Universal Coordinated Time (UTC).
      • lastUpdatedTime

        public final Instant lastUpdatedTime()

        The last time that the configuration change was updated.

        Returns:
        The last time that the configuration change was updated.
      • initiatedByAsString

        public final String initiatedByAsString()

        The IAM principal who initiated the configuration change.

        If the service returns an enum value that is not available in the current SDK version, initiatedBy will return InitiatedBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from initiatedByAsString().

        Returns:
        The IAM principal who initiated the configuration change.
        See Also:
        InitiatedBy
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)