Class CapacityTaskSummary

    • Method Detail

      • capacityTaskId

        public final String capacityTaskId()

        The ID of the specified capacity task.

        Returns:
        The ID of the specified capacity task.
      • outpostId

        public final String outpostId()

        The ID of the Outpost associated with the specified capacity task.

        Returns:
        The ID of the Outpost associated with the specified capacity task.
      • orderId

        public final String orderId()

        The ID of the Amazon Web Services Outposts order of the host associated with the capacity task.

        Returns:
        The ID of the Amazon Web Services Outposts order of the host associated with the capacity task.
      • creationDate

        public final Instant creationDate()

        The date that the specified capacity task was created.

        Returns:
        The date that the specified capacity task was created.
      • completionDate

        public final Instant completionDate()

        The date that the specified capacity task successfully ran.

        Returns:
        The date that the specified capacity task successfully ran.
      • lastModifiedDate

        public final Instant lastModifiedDate()

        The date that the specified capacity was last modified.

        Returns:
        The date that the specified capacity was last modified.
      • 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)