Class Operation

    • Method Detail

      • id

        public final String id()

        The ID of the operation.

        Returns:
        The ID of the operation.
      • resourceName

        public final String resourceName()

        The resource name.

        Returns:
        The resource name.
      • createdAt

        public final Instant createdAt()

        The timestamp when the operation was initialized (1479816991.349).

        Returns:
        The timestamp when the operation was initialized (1479816991.349).
      • location

        public final ResourceLocation location()

        The Amazon Web Services Region and Availability Zone.

        Returns:
        The Amazon Web Services Region and Availability Zone.
      • isTerminal

        public final Boolean isTerminal()

        A Boolean value indicating whether the operation is terminal.

        Returns:
        A Boolean value indicating whether the operation is terminal.
      • operationDetails

        public final String operationDetails()

        Details about the operation (Debian-1GB-Ohio-1).

        Returns:
        Details about the operation (Debian-1GB-Ohio-1).
      • statusChangedAt

        public final Instant statusChangedAt()

        The timestamp when the status was changed (1479816991.349).

        Returns:
        The timestamp when the status was changed (1479816991.349).
      • errorCode

        public final String errorCode()

        The error code.

        Returns:
        The error code.
      • errorDetails

        public final String errorDetails()

        The error details.

        Returns:
        The error details.
      • 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)