@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)
Add a single Tags entry
|
ListTagsLogGroupResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
ListTagsLogGroupResult |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getTags()
The tags for the log group.
|
int |
hashCode() |
void |
setTags(Map<String,String> tags)
The tags for the log group.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsLogGroupResult |
withTags(Map<String,String> tags)
The tags for the log group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic Map<String,String> getTags()
The tags for the log group.
public void setTags(Map<String,String> tags)
The tags for the log group.
tags - The tags for the log group.public ListTagsLogGroupResult withTags(Map<String,String> tags)
The tags for the log group.
tags - The tags for the log group.public ListTagsLogGroupResult addTagsEntry(String key, String value)
public ListTagsLogGroupResult clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public ListTagsLogGroupResult clone()