Class AWSResourceTag

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<AWSResourceTagBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class AWSResourceTag
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<AWSResourceTagBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    AWSResourceTag represents a tag that is applied to an AWS cloud resource
    See Also:
    Serialized Form
    • Constructor Detail

      • AWSResourceTag

        public AWSResourceTag()
        No args constructor for use in serialization
      • AWSResourceTag

        public AWSResourceTag​(String key,
                              String value)
    • Method Detail

      • getKey

        public String getKey()
        Key is the key for the tag
      • setKey

        public void setKey​(String key)
        Key is the key for the tag
      • getValue

        public String getValue()
        Value is the value for the tag
      • setValue

        public void setValue​(String value)
        Value is the value for the tag
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)