Class Tag
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.Tag
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Tag.Builder,Tag>
@Generated("software.amazon.awssdk:codegen") public final class Tag extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Tag.Builder,Tag>
The
Tagobject represents a label that you can assign to an Amazon Web Services resource. Each tag consists of a key and an optional value, both of which you define.For more information about tags, and controlling access to resources in Glue, see Amazon Web Services Tags in Glue and Specifying Glue Resource ARNs in the developer guide.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTag.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Tag.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringkey()The tag key.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends Tag.Builder>serializableBuilderClass()Tag.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvalue()The tag value.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
key
public final String key()
The tag key. The key is required when you create a tag on an object. The key is case-sensitive, and must not contain the prefix aws.
- Returns:
- The tag key. The key is required when you create a tag on an object. The key is case-sensitive, and must not contain the prefix aws.
-
value
public final String value()
The tag value. The value is optional when you create a tag on an object. The value is case-sensitive, and must not contain the prefix aws.
- Returns:
- The tag value. The value is optional when you create a tag on an object. The value is case-sensitive, and must not contain the prefix aws.
-
toBuilder
public Tag.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Tag.Builder,Tag>
-
builder
public static Tag.Builder builder()
-
serializableBuilderClass
public static Class<? extends Tag.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-