@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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 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 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 String resourceId()
The ID for the specified resource.
public List<Tag> tags()
The tags associated with the specified resource.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ResourceTagSet.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResourceTagSet.Builder,ResourceTagSet>public static ResourceTagSet.Builder builder()
public static Class<? extends ResourceTagSet.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.