@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the AddTags operation. Specifies the tags to attach to the
domain.
NOOP| Constructor and Description |
|---|
AddTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
AddTagsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getARN()
Specify the
ARN of the domain you want to add tags to. |
List<Tag> |
getTagList()
List of
Tag to add to the domain. |
int |
hashCode() |
void |
setARN(String aRN)
Specify the
ARN of the domain you want to add tags to. |
void |
setTagList(Collection<Tag> tagList)
List of
Tag to add to the domain. |
String |
toString()
Returns a string representation of this object.
|
AddTagsRequest |
withARN(String aRN)
Specify the
ARN of the domain you want to add tags to. |
AddTagsRequest |
withTagList(Collection<Tag> tagList)
List of
Tag to add to the domain. |
AddTagsRequest |
withTagList(Tag... tagList)
List of
Tag to add to the domain. |
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setARN(String aRN)
Specify the ARN of the domain you want to add tags to.
aRN - Specify the ARN of the domain you want to add tags to.public String getARN()
Specify the ARN of the domain you want to add tags to.
ARN of the domain you want to add tags to.public AddTagsRequest withARN(String aRN)
Specify the ARN of the domain you want to add tags to.
aRN - Specify the ARN of the domain you want to add tags to.public List<Tag> getTagList()
List of Tag to add to the domain.
Tag to add to the domain.public void setTagList(Collection<Tag> tagList)
List of Tag to add to the domain.
tagList - List of Tag to add to the domain.public AddTagsRequest withTagList(Tag... tagList)
List of Tag to add to the domain.
NOTE: This method appends the values to the existing list (if any). Use
setTagList(java.util.Collection) or withTagList(java.util.Collection) if you want to override
the existing values.
tagList - List of Tag to add to the domain.public AddTagsRequest withTagList(Collection<Tag> tagList)
List of Tag to add to the domain.
tagList - List of Tag to add to the domain.public String toString()
toString in class ObjectObject.toString()public AddTagsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.