@Generated(value="software.amazon.awssdk:codegen") public final class ListTagsForResourceRequest extends Route53Request implements ToCopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
A complex type containing information about a request for a list of the tags that are associated with an individual resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListTagsForResourceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListTagsForResourceRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceId()
The ID of the resource for which you want to retrieve tags.
|
TagResourceType |
resourceType()
The type of the resource.
|
String |
resourceTypeAsString()
The type of the resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListTagsForResourceRequest.Builder> |
serializableBuilderClass() |
ListTagsForResourceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, 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 of the resource for which you want to retrieve tags.
public ListTagsForResourceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>toBuilder in class Route53Requestpublic static ListTagsForResourceRequest.Builder builder()
public static Class<? extends ListTagsForResourceRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.