public class RemoveTagsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Contains the parameters for RemoveTags.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
pipelineId
The ID of the pipeline.
|
private SdkInternalList<java.lang.String> |
tagKeys
The keys of the tags 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.lang.String |
getPipelineId()
The ID of the pipeline.
|
java.util.List<java.lang.String> |
getTagKeys()
The keys of the tags to remove.
|
int |
hashCode() |
void |
setPipelineId(java.lang.String pipelineId)
The ID of the pipeline.
|
void |
setTagKeys(java.util.Collection<java.lang.String> tagKeys)
The keys of the tags to remove.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RemoveTagsRequest |
withPipelineId(java.lang.String pipelineId)
The ID of the pipeline.
|
RemoveTagsRequest |
withTagKeys(java.util.Collection<java.lang.String> tagKeys)
The keys of the tags to remove.
|
RemoveTagsRequest |
withTagKeys(java.lang.String... tagKeys)
The keys of the tags 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 java.lang.String pipelineId
The ID of the pipeline.
private SdkInternalList<java.lang.String> tagKeys
The keys of the tags to remove.
public void setPipelineId(java.lang.String pipelineId)
The ID of the pipeline.
pipelineId
- The ID of the pipeline.public java.lang.String getPipelineId()
The ID of the pipeline.
public RemoveTagsRequest withPipelineId(java.lang.String pipelineId)
The ID of the pipeline.
pipelineId
- The ID of the pipeline.public java.util.List<java.lang.String> getTagKeys()
The keys of the tags to remove.
public void setTagKeys(java.util.Collection<java.lang.String> tagKeys)
The keys of the tags to remove.
tagKeys
- The keys of the tags to remove.public RemoveTagsRequest withTagKeys(java.lang.String... tagKeys)
The keys of the tags to remove.
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.
tagKeys
- The keys of the tags to remove.public RemoveTagsRequest withTagKeys(java.util.Collection<java.lang.String> tagKeys)
The keys of the tags to remove.
tagKeys
- The keys of the tags 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()