@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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasEc2TagSetList()
Returns true if the Ec2TagSetList property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EC2TagSet.Builder> |
serializableBuilderClass() |
EC2TagSet.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasEc2TagSetList()
public 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.
You can use hasEc2TagSetList() to see if a value was sent in this field.
public EC2TagSet.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EC2TagSet.Builder,EC2TagSet>public static EC2TagSet.Builder builder()
public static Class<? extends EC2TagSet.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.