@Generated(value="software.amazon.awssdk:codegen") public final class ResourceTagSet extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceTagSet.Builder,ResourceTagSet>
A complex type containing a resource and its associated tags.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResourceTagSet.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResourceTagSet.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTags()
Returns true if the Tags 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 |
resourceId()
The ID for the specified resource.
|
TagResourceType |
resourceType()
The type of the resource.
|
String |
resourceTypeAsString()
The type of the resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourceTagSet.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
The tags associated with the specified resource.
|
ResourceTagSet.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TagResourceType resourceType()
The type of the resource.
The resource type for health checks is healthcheck.
The resource type for hosted zones is hostedzone.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return TagResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceTypeAsString().
The resource type for health checks is healthcheck.
The resource type for hosted zones is hostedzone.
TagResourceTypepublic final String resourceTypeAsString()
The type of the resource.
The resource type for health checks is healthcheck.
The resource type for hosted zones is hostedzone.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return TagResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceTypeAsString().
The resource type for health checks is healthcheck.
The resource type for hosted zones is hostedzone.
TagResourceTypepublic final String resourceId()
The ID for the specified resource.
public final boolean hasTags()
public final List<Tag> tags()
The tags associated with the specified resource.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public ResourceTagSet.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResourceTagSet.Builder,ResourceTagSet>public static ResourceTagSet.Builder builder()
public static Class<? extends ResourceTagSet.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.