Class CommandSummary

    • Method Detail

      • commandArn

        public final String commandArn()

        The Amazon Resource Name (ARN) of the command.

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

        public final String commandId()

        The unique identifier of the command.

        Returns:
        The unique identifier of the command.
      • displayName

        public final String displayName()

        The display name of the command.

        Returns:
        The display name of the command.
      • deprecated

        public final Boolean deprecated()

        Indicates whether the command has been deprecated.

        Returns:
        Indicates whether the command has been deprecated.
      • createdAt

        public final Instant createdAt()

        The timestamp, when the command was created.

        Returns:
        The timestamp, when the command was created.
      • lastUpdatedAt

        public final Instant lastUpdatedAt()

        The timestamp, when the command was last updated.

        Returns:
        The timestamp, when the command was last updated.
      • pendingDeletion

        public final Boolean pendingDeletion()

        Indicates whether the command is pending deletion.

        Returns:
        Indicates whether the command is pending deletion.
      • 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)