@Generated(value="software.amazon.awssdk:codegen") public final class ListTagsForResourceRequest extends SsmRequest implements ToCopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListTagsForResourceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListTagsForResourceRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceId()
The resource ID for which you want to see a list of tags.
|
ResourceTypeForTagging |
resourceType()
Returns a list of tags for a specific resource type.
|
String |
resourceTypeAsString()
Returns a list of tags for a specific resource type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListTagsForResourceRequest.Builder> |
serializableBuilderClass() |
ListTagsForResourceRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic ResourceTypeForTagging resourceType()
Returns a list of tags for a specific resource type.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return ResourceTypeForTagging.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from resourceTypeAsString().
ResourceTypeForTaggingpublic String resourceTypeAsString()
Returns a list of tags for a specific resource type.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return ResourceTypeForTagging.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from resourceTypeAsString().
ResourceTypeForTaggingpublic String resourceId()
The resource ID for which you want to see a list of tags.
public ListTagsForResourceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>toBuilder in class SsmRequestpublic static ListTagsForResourceRequest.Builder builder()
public static Class<? extends ListTagsForResourceRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2018. All rights reserved.