@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UntagProjectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UntagProjectRequest() |
Modifier and Type | Method and Description |
---|---|
UntagProjectRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
The ID of the project to remove tags from.
|
List<String> |
getTags()
The tags to remove from the project.
|
int |
hashCode() |
void |
setId(String id)
The ID of the project to remove tags from.
|
void |
setTags(Collection<String> tags)
The tags to remove from the project.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UntagProjectRequest |
withId(String id)
The ID of the project to remove tags from.
|
UntagProjectRequest |
withTags(Collection<String> tags)
The tags to remove from the project.
|
UntagProjectRequest |
withTags(String... tags)
The tags to remove from the project.
|
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 void setId(String id)
The ID of the project to remove tags from.
id
- The ID of the project to remove tags from.public String getId()
The ID of the project to remove tags from.
public UntagProjectRequest withId(String id)
The ID of the project to remove tags from.
id
- The ID of the project to remove tags from.public List<String> getTags()
The tags to remove from the project.
public void setTags(Collection<String> tags)
The tags to remove from the project.
tags
- The tags to remove from the project.public UntagProjectRequest withTags(String... tags)
The tags to remove from the project.
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 remove from the project.public UntagProjectRequest withTags(Collection<String> tags)
The tags to remove from the project.
tags
- The tags to remove from the project.public String toString()
toString
in class Object
Object.toString()
public UntagProjectRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.