@Generated(value="software.amazon.awssdk:codegen") public class Tag extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<Tag.Builder,Tag>
Metadata that you assign to your managed instances. Tags enable you to categorize your managed instances in different ways, for example, by purpose, owner, or environment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Tag.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Tag.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
key()
The name of the tag.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends Tag.Builder> |
serializableBuilderClass() |
Tag.Builder |
toBuilder() |
String |
toString() |
String |
value()
The value of the tag.
|
public String key()
The name of the tag.
public String value()
The value of the tag.
public Tag.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<Tag.Builder,Tag>public static Tag.Builder builder()
public static Class<? extends Tag.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.