Class LicenseConversionTask

    • Method Detail

      • licenseConversionTaskId

        public final String licenseConversionTaskId()

        The ID of the license type conversion task.

        Returns:
        The ID of the license type conversion task.
      • resourceArn

        public final String resourceArn()

        The Amazon Resource Name (ARN) of the resource associated with the license type conversion task.

        Returns:
        The Amazon Resource Name (ARN) of the resource associated with the license type conversion task.
      • sourceLicenseContext

        public final LicenseConversionContext sourceLicenseContext()

        Information about the license type this conversion task converted from.

        Returns:
        Information about the license type this conversion task converted from.
      • destinationLicenseContext

        public final LicenseConversionContext destinationLicenseContext()

        Information about the license type this conversion task converted to.

        Returns:
        Information about the license type this conversion task converted to.
      • statusMessage

        public final String statusMessage()

        The status message for the conversion task.

        Returns:
        The status message for the conversion task.
      • startTime

        public final Instant startTime()

        The time the conversion task was started at.

        Returns:
        The time the conversion task was started at.
      • licenseConversionTime

        public final Instant licenseConversionTime()

        The time the usage operation value of the resource was changed.

        Returns:
        The time the usage operation value of the resource was changed.
      • endTime

        public final Instant endTime()

        The time the conversion task was completed.

        Returns:
        The time the conversion task was completed.
      • 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)