@Generated(value="software.amazon.awssdk:codegen") public class DeleteTagsRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<DeleteTagsRequest.Builder,DeleteTagsRequest>
Contains the parameters for DeleteTags.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteTagsRequest.Builder |
NOOP| Modifier and Type | Method and Description |
|---|---|
static DeleteTagsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
List<String> |
resources()
The ID of the resource.
|
static Class<? extends DeleteTagsRequest.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
One or more tags to delete.
|
DeleteTagsRequest.Builder |
toBuilder() |
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic List<String> resources()
The ID of the resource. For example, ami-1a2b3c4d. You can specify more than one resource ID.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<Tag> tags()
One or more tags to delete. If you omit the value parameter, we delete the tag regardless of its
value. If you specify this parameter with an empty string as the value, we delete the key only if its value is an
empty string.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
value parameter, we delete the tag regardless of
its value. If you specify this parameter with an empty string as the value, we delete the key only if its
value is an empty string.public DeleteTagsRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DeleteTagsRequest.Builder,DeleteTagsRequest>public static DeleteTagsRequest.Builder builder()
public static Class<? extends DeleteTagsRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.