Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UntagResourcesRequest.Builder,UntagResourcesRequest>
@Generated("software.amazon.awssdk:codegen") public class UntagResourcesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UntagResourcesRequest.Builder,UntagResourcesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UntagResourcesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UntagResourcesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
resourceARNList() |
A list of ARNs.
|
static Class<? extends UntagResourcesRequest.Builder> |
serializableBuilderClass() |
|
List<String> |
tagKeys() |
A list of the tag keys that you want to remove from the specified resources.
|
UntagResourcesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public List<String> resourceARNList()
A list of ARNs. An ARN (Amazon Resource Name) uniquely identifies a resource. You can specify a minimum of 1 and a maximum of 20 ARNs (resources) to untag. An ARN can be set to a maximum of 1600 characters. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
public List<String> tagKeys()
A list of the tag keys that you want to remove from the specified resources.
public UntagResourcesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UntagResourcesRequest.Builder,UntagResourcesRequest>
public static UntagResourcesRequest.Builder builder()
public static Class<? extends UntagResourcesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.