@Generated(value="software.amazon.awssdk:codegen") public final class EC2TagSet extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EC2TagSet.Builder,EC2TagSet>
Information about groups of EC2 instance tags.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EC2TagSet.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EC2TagSet.Builder |
builder() |
List<List<EC2TagFilter>> |
ec2TagSetList()
A list that contains other lists of EC2 instance tag groups.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EC2TagSet.Builder> |
serializableBuilderClass() |
EC2TagSet.Builder |
toBuilder() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<List<EC2TagFilter>> ec2TagSetList()
A list that contains other lists of EC2 instance tag groups. For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public EC2TagSet.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EC2TagSet.Builder,EC2TagSet>public static EC2TagSet.Builder builder()
public static Class<? extends EC2TagSet.Builder> serializableBuilderClass()
Copyright © 2019. All rights reserved.