Cloneable
, ReadLimitInfo
, ToCopyableBuilder<TagResourcesRequest.Builder,TagResourcesRequest>
@Generated("software.amazon.awssdk:codegen") public class TagResourcesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<TagResourcesRequest.Builder,TagResourcesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
TagResourcesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static TagResourcesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
resourceARNList() |
A list of ARNs.
|
static Class<? extends TagResourcesRequest.Builder> |
serializableBuilderClass() |
|
Map<String,String> |
tags() |
The tags that you want to add to the specified resources.
|
TagResourcesRequest.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 tag. 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 Map<String,String> tags()
The tags that you want to add to the specified resources. A tag consists of a key and a value that you define.
public TagResourcesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TagResourcesRequest.Builder,TagResourcesRequest>
public static TagResourcesRequest.Builder builder()
public static Class<? extends TagResourcesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.