Class CommandExecutionSummary

    • Method Detail

      • commandArn

        public final String commandArn()

        The Amazon Resource Name (ARN) of the command execution.

        Returns:
        The Amazon Resource Name (ARN) of the command execution.
      • executionId

        public final String executionId()

        The unique identifier of the command execution.

        Returns:
        The unique identifier of the command execution.
      • targetArn

        public final String targetArn()

        The Amazon Resource Name (ARN) of the target device for which the command is being executed.

        Returns:
        The Amazon Resource Name (ARN) of the target device for which the command is being executed.
      • createdAt

        public final Instant createdAt()

        The date and time at which the command execution was created for the target device.

        Returns:
        The date and time at which the command execution was created for the target device.
      • startedAt

        public final Instant startedAt()

        The date and time at which the command started executing on the target device.

        Returns:
        The date and time at which the command started executing on the target device.
      • completedAt

        public final Instant completedAt()

        The date and time at which the command completed executing on the target device.

        Returns:
        The date and time at which the command completed executing on the target device.
      • 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)