Class ImportInstanceVolumeDetailItem

    • Method Detail

      • availabilityZone

        public final String availabilityZone()

        The Availability Zone where the resulting instance will reside.

        Returns:
        The Availability Zone where the resulting instance will reside.
      • availabilityZoneId

        public final String availabilityZoneId()

        The ID of the Availability Zone where the resulting instance will reside.

        Returns:
        The ID of the Availability Zone where the resulting instance will reside.
      • bytesConverted

        public final Long bytesConverted()

        The number of bytes converted so far.

        Returns:
        The number of bytes converted so far.
      • description

        public final String description()

        A description of the task.

        Returns:
        A description of the task.
      • status

        public final String status()

        The status of the import of this particular disk image.

        Returns:
        The status of the import of this particular disk image.
      • statusMessage

        public final String statusMessage()

        The status information or errors related to the disk image.

        Returns:
        The status information or errors related to the disk image.
      • 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)