Class AWSResourceTag
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.v1.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 Summary
Constructors Constructor Description AWSResourceTag()No args constructor for use in serializationAWSResourceTag(String key, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AWSResourceTagBuilderedit()Map<String,Object>getAdditionalProperties()StringgetKey()Key is the key for the tagStringgetValue()Value is the value for the tagvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetKey(String key)Key is the key for the tagvoidsetValue(String value)Value is the value for the tagAWSResourceTagBuildertoBuilder()
-
-
-
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
-
edit
public AWSResourceTagBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<AWSResourceTagBuilder>
-
toBuilder
public AWSResourceTagBuilder toBuilder()
-
-