@Generated(value="software.amazon.awssdk:codegen") public final class ListTagsForResourceResponse extends ElasticBeanstalkResponse implements ToCopyableBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListTagsForResourceResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListTagsForResourceResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceArn()
The Amazon Resource Name (ARN) of the resouce for which a tag list was requested.
|
List<Tag> |
resourceTags()
A list of tag key-value pairs.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListTagsForResourceResponse.Builder> |
serializableBuilderClass() |
ListTagsForResourceResponse.Builder |
toBuilder() |
String |
toString() |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String resourceArn()
The Amazon Resource Name (ARN) of the resouce for which a tag list was requested.
public List<Tag> resourceTags()
A list of tag key-value pairs.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ListTagsForResourceResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>toBuilder in class AwsResponsepublic static ListTagsForResourceResponse.Builder builder()
public static Class<? extends ListTagsForResourceResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.