@Deprecated @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsLogGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListTagsLogGroupResult()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ListTagsLogGroupResult |
addTagsEntry(String key,
String value)
Deprecated.
Add a single Tags entry
|
ListTagsLogGroupResult |
clearTagsEntries()
Deprecated.
Removes all the entries added into Tags.
|
ListTagsLogGroupResult |
clone()
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
Map<String,String> |
getTags()
Deprecated.
The tags for the log group.
|
int |
hashCode()
Deprecated.
|
void |
setTags(Map<String,String> tags)
Deprecated.
The tags for the log group.
|
String |
toString()
Deprecated.
Returns a string representation of this object.
|
ListTagsLogGroupResult |
withTags(Map<String,String> tags)
Deprecated.
The tags for the log group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public ListTagsLogGroupResult clone()