Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
@Generated("software.amazon.awssdk:codegen") public class UntagResourceRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UntagResourceRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UntagResourceRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
resourceArn() |
The Amazon DyanamoDB resource the tags will be removed from.
|
static Class<? extends UntagResourceRequest.Builder> |
serializableBuilderClass() |
|
List<String> |
tagKeys() |
A list of tag keys.
|
UntagResourceRequest.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 String resourceArn()
The Amazon DyanamoDB resource the tags will be removed from. This value is an Amazon Resource Name (ARN).
public List<String> tagKeys()
A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Amazon DynamoDB resource.
public UntagResourceRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
public static UntagResourceRequest.Builder builder()
public static Class<? extends UntagResourceRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.