@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TagResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
TagResourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getReportName()
The report name of the report definition that tags are to be associated with.
|
List<Tag> |
getTags()
The tags to be assigned to the report definition resource.
|
int |
hashCode() |
void |
setReportName(String reportName)
The report name of the report definition that tags are to be associated with.
|
void |
setTags(Collection<Tag> tags)
The tags to be assigned to the report definition resource.
|
String |
toString()
Returns a string representation of this object.
|
TagResourceRequest |
withReportName(String reportName)
The report name of the report definition that tags are to be associated with.
|
TagResourceRequest |
withTags(Collection<Tag> tags)
The tags to be assigned to the report definition resource.
|
TagResourceRequest |
withTags(Tag... tags)
The tags to be assigned to the report definition resource.
|
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 setReportName(String reportName)
The report name of the report definition that tags are to be associated with.
reportName - The report name of the report definition that tags are to be associated with.public String getReportName()
The report name of the report definition that tags are to be associated with.
public TagResourceRequest withReportName(String reportName)
The report name of the report definition that tags are to be associated with.
reportName - The report name of the report definition that tags are to be associated with.public List<Tag> getTags()
The tags to be assigned to the report definition resource.
public void setTags(Collection<Tag> tags)
The tags to be assigned to the report definition resource.
tags - The tags to be assigned to the report definition resource.public TagResourceRequest withTags(Tag... tags)
The tags to be assigned to the report definition resource.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the
existing values.
tags - The tags to be assigned to the report definition resource.public TagResourceRequest withTags(Collection<Tag> tags)
The tags to be assigned to the report definition resource.
tags - The tags to be assigned to the report definition resource.public String toString()
toString in class ObjectObject.toString()public TagResourceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.