@Generated(value="software.amazon.awssdk:codegen") public final class TagInfoForResource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TagInfoForResource.Builder,TagInfoForResource>
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Information for a tag associated with an AWS resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each AWS resource, up to 50 tags for a resource.
Tagging is only available through the API, SDKs, and CLI. You can't manage or view tags through the AWS WAF Classic console. You can tag the AWS resources that you manage through AWS WAF Classic: web ACLs, rule groups, and rules.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TagInfoForResource.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TagInfoForResource.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTagList()
Returns true if the TagList property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
String |
resourceARN()
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TagInfoForResource.Builder> |
serializableBuilderClass() |
List<Tag> |
tagList()
|
TagInfoForResource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceARN()
public final boolean hasTagList()
public final List<Tag> tagList()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTagList() to see if a value was sent in this field.
public TagInfoForResource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TagInfoForResource.Builder,TagInfoForResource>public static TagInfoForResource.Builder builder()
public static Class<? extends TagInfoForResource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.