public class RemoveTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
RemoveTags operation.
Removes existing tags from the specified pipeline.
NOOP| Constructor and Description |
|---|
RemoveTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getPipelineId()
The ID of the pipeline.
|
List<String> |
getTagKeys()
The keys of the tags to remove.
|
int |
hashCode() |
void |
setPipelineId(String pipelineId)
The ID of the pipeline.
|
void |
setTagKeys(Collection<String> tagKeys)
The keys of the tags to remove.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RemoveTagsRequest |
withPipelineId(String pipelineId)
The ID of the pipeline.
|
RemoveTagsRequest |
withTagKeys(Collection<String> tagKeys)
The keys of the tags to remove.
|
RemoveTagsRequest |
withTagKeys(String... tagKeys)
The keys of the tags to remove.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getPipelineId()
Constraints:
Length: 1 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setPipelineId(String pipelineId)
Constraints:
Length: 1 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
pipelineId - The ID of the pipeline.public RemoveTagsRequest withPipelineId(String pipelineId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
pipelineId - The ID of the pipeline.public List<String> getTagKeys()
public void setTagKeys(Collection<String> tagKeys)
tagKeys - The keys of the tags to remove.public RemoveTagsRequest withTagKeys(String... tagKeys)
NOTE: This method appends the values to the existing list (if
any). Use setTagKeys(java.util.Collection) or withTagKeys(java.util.Collection) if you want to override the
existing values.
Returns a reference to this object so that method calls can be chained together.
tagKeys - The keys of the tags to remove.public RemoveTagsRequest withTagKeys(Collection<String> tagKeys)
Returns a reference to this object so that method calls can be chained together.
tagKeys - The keys of the tags to remove.public String toString()
toString in class ObjectObject.toString()public RemoveTagsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.