@Generated(value="software.amazon.awssdk:codegen") public final class IpamResourceTag extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IpamResourceTag.Builder,IpamResourceTag>
The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as
the filter value. For example, to find all resources that have a tag with the key Owner and the value
TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IpamResourceTag.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IpamResourceTag.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
key()
The key of a tag assigned to the resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IpamResourceTag.Builder> |
serializableBuilderClass() |
IpamResourceTag.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The value of the tag.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String key()
The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
public final String value()
The value of the tag.
public IpamResourceTag.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IpamResourceTag.Builder,IpamResourceTag>public static IpamResourceTag.Builder builder()
public static Class<? extends IpamResourceTag.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.