@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsForProjectResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListTagsForProjectResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForProjectResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
ListTagsForProjectResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
ListTagsForProjectResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
Reserved for future use.
|
Map<String,String> |
getTags()
The tags for the project.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
Reserved for future use.
|
void |
setTags(Map<String,String> tags)
The tags for the project.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsForProjectResult |
withNextToken(String nextToken)
Reserved for future use.
|
ListTagsForProjectResult |
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 ListTagsForProjectResult withTags(Map<String,String> tags)
The tags for the project.
tags - The tags for the project.public ListTagsForProjectResult addTagsEntry(String key, String value)
public ListTagsForProjectResult clearTagsEntries()
public void setNextToken(String nextToken)
Reserved for future use.
nextToken - Reserved for future use.public String getNextToken()
Reserved for future use.
public ListTagsForProjectResult withNextToken(String nextToken)
Reserved for future use.
nextToken - Reserved for future use.public String toString()
toString in class ObjectObject.toString()public ListTagsForProjectResult clone()
Copyright © 2024. All rights reserved.