@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TagProjectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
TagProjectRequest() |
| Modifier and Type | Method and Description |
|---|---|
TagProjectRequest |
addTagsEntry(String key,
String value) |
TagProjectRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
TagProjectRequest |
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 you want to add a tag to.
|
Map<String,String> |
getTags()
The tags you want to add to the project.
|
int |
hashCode() |
void |
setId(String id)
The ID of the project you want to add a tag to.
|
void |
setTags(Map<String,String> tags)
The tags you want to add to the project.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TagProjectRequest |
withId(String id)
The ID of the project you want to add a tag to.
|
TagProjectRequest |
withTags(Map<String,String> tags)
The tags you want to add to 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, withSdkRequestTimeoutpublic void setId(String id)
The ID of the project you want to add a tag to.
id - The ID of the project you want to add a tag to.public String getId()
The ID of the project you want to add a tag to.
public TagProjectRequest withId(String id)
The ID of the project you want to add a tag to.
id - The ID of the project you want to add a tag to.public Map<String,String> getTags()
The tags you want to add to the project.
public void setTags(Map<String,String> tags)
The tags you want to add to the project.
tags - The tags you want to add to the project.public TagProjectRequest withTags(Map<String,String> tags)
The tags you want to add to the project.
tags - The tags you want to add to the project.public TagProjectRequest addTagsEntry(String key, String value)
public TagProjectRequest clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public TagProjectRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.