Class TagOptionDetail

    • Method Detail

      • key

        public final String key()

        The TagOption key.

        Returns:
        The TagOption key.
      • value

        public final String value()

        The TagOption value.

        Returns:
        The TagOption value.
      • active

        public final Boolean active()

        The TagOption active state.

        Returns:
        The TagOption active state.
      • id

        public final String id()

        The TagOption identifier.

        Returns:
        The TagOption identifier.
      • owner

        public final String owner()

        The Amazon Web Services account Id of the owner account that created the TagOption.

        Returns:
        The Amazon Web Services account Id of the owner account that created the TagOption.
      • 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)