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