@Generated(value="software.amazon.awssdk:codegen") public final class UpdateTagsForResourceRequest extends ElasticBeanstalkRequest implements ToCopyableBuilder<UpdateTagsForResourceRequest.Builder,UpdateTagsForResourceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateTagsForResourceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateTagsForResourceRequest.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 to be updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateTagsForResourceRequest.Builder> |
serializableBuilderClass() |
List<Tag> |
tagsToAdd()
A list of tags to add or update.
|
List<String> |
tagsToRemove()
A list of tag keys to remove.
|
UpdateTagsForResourceRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String resourceArn()
The Amazon Resource Name (ARN) of the resouce to be updated.
Must be the ARN of an Elastic Beanstalk environment.
Must be the ARN of an Elastic Beanstalk environment.
public List<Tag> tagsToAdd()
A list of tags to add or update.
If a key of an existing tag is added, the tag's value is updated.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
If a key of an existing tag is added, the tag's value is updated.
public List<String> tagsToRemove()
A list of tag keys to remove.
If a tag key doesn't exist, it is silently ignored.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
If a tag key doesn't exist, it is silently ignored.
public UpdateTagsForResourceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateTagsForResourceRequest.Builder,UpdateTagsForResourceRequest>toBuilder in class ElasticBeanstalkRequestpublic static UpdateTagsForResourceRequest.Builder builder()
public static Class<? extends UpdateTagsForResourceRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.