public class RemoveTagsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<java.lang.String> |
loadBalancerNames
The name of the load balancer.
|
private SdkInternalList<TagKeyOnly> |
tags
The list of tag keys to remove.
|
NOOP
Constructor and Description |
---|
RemoveTagsRequest() |
Modifier and Type | Method and Description |
---|---|
RemoveTagsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getLoadBalancerNames()
The name of the load balancer.
|
java.util.List<TagKeyOnly> |
getTags()
The list of tag keys to remove.
|
int |
hashCode() |
void |
setLoadBalancerNames(java.util.Collection<java.lang.String> loadBalancerNames)
The name of the load balancer.
|
void |
setTags(java.util.Collection<TagKeyOnly> tags)
The list of tag keys to remove.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RemoveTagsRequest |
withLoadBalancerNames(java.util.Collection<java.lang.String> loadBalancerNames)
The name of the load balancer.
|
RemoveTagsRequest |
withLoadBalancerNames(java.lang.String... loadBalancerNames)
The name of the load balancer.
|
RemoveTagsRequest |
withTags(java.util.Collection<TagKeyOnly> tags)
The list of tag keys to remove.
|
RemoveTagsRequest |
withTags(TagKeyOnly... tags)
The list of tag keys to remove.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private SdkInternalList<java.lang.String> loadBalancerNames
The name of the load balancer. You can specify a maximum of one load balancer name.
private SdkInternalList<TagKeyOnly> tags
The list of tag keys to remove.
public java.util.List<java.lang.String> getLoadBalancerNames()
The name of the load balancer. You can specify a maximum of one load balancer name.
public void setLoadBalancerNames(java.util.Collection<java.lang.String> loadBalancerNames)
The name of the load balancer. You can specify a maximum of one load balancer name.
loadBalancerNames
- The name of the load balancer. You can specify a maximum of one
load balancer name.public RemoveTagsRequest withLoadBalancerNames(java.lang.String... loadBalancerNames)
The name of the load balancer. You can specify a maximum of one load balancer name.
NOTE: This method appends the values to the existing list (if
any). Use setLoadBalancerNames(java.util.Collection)
or
withLoadBalancerNames(java.util.Collection)
if you want to
override the existing values.
loadBalancerNames
- The name of the load balancer. You can specify a maximum of one
load balancer name.public RemoveTagsRequest withLoadBalancerNames(java.util.Collection<java.lang.String> loadBalancerNames)
The name of the load balancer. You can specify a maximum of one load balancer name.
loadBalancerNames
- The name of the load balancer. You can specify a maximum of one
load balancer name.public java.util.List<TagKeyOnly> getTags()
The list of tag keys to remove.
public void setTags(java.util.Collection<TagKeyOnly> tags)
The list of tag keys to remove.
tags
- The list of tag keys to remove.public RemoveTagsRequest withTags(TagKeyOnly... tags)
The list of tag keys to remove.
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 list of tag keys to remove.public RemoveTagsRequest withTags(java.util.Collection<TagKeyOnly> tags)
The list of tag keys to remove.
tags
- The list of tag keys to remove.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public RemoveTagsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()