@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteTagsRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteTagsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getConfigurationIds()
A list of configuration items with tags that you want to delete.
|
List<Tag> |
getTags()
Tags that you want to delete from one or more configuration items.
|
int |
hashCode() |
void |
setConfigurationIds(Collection<String> configurationIds)
A list of configuration items with tags that you want to delete.
|
void |
setTags(Collection<Tag> tags)
Tags that you want to delete from one or more configuration items.
|
String |
toString()
Returns a string representation of this object.
|
DeleteTagsRequest |
withConfigurationIds(Collection<String> configurationIds)
A list of configuration items with tags that you want to delete.
|
DeleteTagsRequest |
withConfigurationIds(String... configurationIds)
A list of configuration items with tags that you want to delete.
|
DeleteTagsRequest |
withTags(Collection<Tag> tags)
Tags that you want to delete from one or more configuration items.
|
DeleteTagsRequest |
withTags(Tag... tags)
Tags that you want to delete from one or more configuration items.
|
addHandlerContext, 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, withSdkRequestTimeout
public List<String> getConfigurationIds()
A list of configuration items with tags that you want to delete.
public void setConfigurationIds(Collection<String> configurationIds)
A list of configuration items with tags that you want to delete.
configurationIds
- A list of configuration items with tags that you want to delete.public DeleteTagsRequest withConfigurationIds(String... configurationIds)
A list of configuration items with tags that you want to delete.
NOTE: This method appends the values to the existing list (if any). Use
setConfigurationIds(java.util.Collection)
or withConfigurationIds(java.util.Collection)
if you
want to override the existing values.
configurationIds
- A list of configuration items with tags that you want to delete.public DeleteTagsRequest withConfigurationIds(Collection<String> configurationIds)
A list of configuration items with tags that you want to delete.
configurationIds
- A list of configuration items with tags that you want to delete.public List<Tag> getTags()
Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:
{"key": "serverType", "value": "webServer"}
{"key": "serverType", "value": "webServer"}
public void setTags(Collection<Tag> tags)
Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:
{"key": "serverType", "value": "webServer"}
tags
- Tags that you want to delete from one or more configuration items. Specify the tags that you want to
delete in a key-value format. For example:
{"key": "serverType", "value": "webServer"}
public DeleteTagsRequest withTags(Tag... tags)
Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:
{"key": "serverType", "value": "webServer"}
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
- Tags that you want to delete from one or more configuration items. Specify the tags that you want to
delete in a key-value format. For example:
{"key": "serverType", "value": "webServer"}
public DeleteTagsRequest withTags(Collection<Tag> tags)
Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:
{"key": "serverType", "value": "webServer"}
tags
- Tags that you want to delete from one or more configuration items. Specify the tags that you want to
delete in a key-value format. For example:
{"key": "serverType", "value": "webServer"}
public String toString()
toString
in class Object
Object.toString()
public DeleteTagsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()