@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TagProjectResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
TagProjectResult() |
| Modifier and Type | Method and Description |
|---|---|
TagProjectResult |
addTagsEntry(String key,
String value) |
TagProjectResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
TagProjectResult |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getTags()
The tags for the project.
|
int |
hashCode() |
void |
setTags(Map<String,String> tags)
The tags for the project.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TagProjectResult |
withTags(Map<String,String> tags)
The tags for the project.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic Map<String,String> getTags()
The tags for the project.
public void setTags(Map<String,String> tags)
The tags for the project.
tags - The tags for the project.public TagProjectResult withTags(Map<String,String> tags)
The tags for the project.
tags - The tags for the project.public TagProjectResult addTagsEntry(String key, String value)
public TagProjectResult clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public TagProjectResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.