@Generated(value="software.amazon.awssdk:codegen") public final class ResourceGroupTag extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceGroupTag.Builder,ResourceGroupTag>
This data type is used as one of the elements of the ResourceGroup data type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResourceGroupTag.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResourceGroupTag.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
key()
A tag key.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourceGroupTag.Builder> |
serializableBuilderClass() |
ResourceGroupTag.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The value assigned to a tag key.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String key()
A tag key.
public final String value()
The value assigned to a tag key.
public ResourceGroupTag.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResourceGroupTag.Builder,ResourceGroupTag>public static ResourceGroupTag.Builder builder()
public static Class<? extends ResourceGroupTag.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.