Class ChangeProgressDetails

    • Method Detail

      • changeId

        public final String changeId()

        The ID of the configuration change.

        Returns:
        The ID of the configuration change.
      • message

        public final String message()

        A message corresponding to the status of the configuration change.

        Returns:
        A message corresponding to the status of the configuration change.
      • initiatedBy

        public final InitiatedBy initiatedBy()

        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
      • 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
      • 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.
      • 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)