@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListTagsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsResult |
addTagsEntry(String key,
String value) |
ListTagsResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
ListTagsResult |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getTags()
The list of tags assigned to the function.
|
int |
hashCode() |
void |
setTags(Map<String,String> tags)
The list of tags assigned to the function.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListTagsResult |
withTags(Map<String,String> tags)
The list of tags assigned to the function.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic Map<String,String> getTags()
The list of tags assigned to the function. For more information, see Tagging Lambda Functions in the AWS Lambda Developer Guide.
public void setTags(Map<String,String> tags)
The list of tags assigned to the function. For more information, see Tagging Lambda Functions in the AWS Lambda Developer Guide.
tags - The list of tags assigned to the function. For more information, see Tagging Lambda Functions in the AWS
Lambda Developer Guide.public ListTagsResult withTags(Map<String,String> tags)
The list of tags assigned to the function. For more information, see Tagging Lambda Functions in the AWS Lambda Developer Guide.
tags - The list of tags assigned to the function. For more information, see Tagging Lambda Functions in the AWS
Lambda Developer Guide.public ListTagsResult addTagsEntry(String key, String value)
public ListTagsResult clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public ListTagsResult clone()
Copyright © 2018. All rights reserved.