@Generated(value="software.amazon.awssdk:codegen") public class TagKeys extends Object implements ToCopyableBuilder<TagKeys.Builder,TagKeys>
A complex type that contains zero or more Tag elements.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TagKeys.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TagKeys.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<String> |
items()
A complex type that contains
Tag key elements. |
static Class<? extends TagKeys.Builder> |
serializableBuilderClass() |
TagKeys.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic List<String> items()
A complex type that contains Tag key elements.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
Tag key elements.public TagKeys.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<TagKeys.Builder,TagKeys>public static TagKeys.Builder builder()
public static Class<? extends TagKeys.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.