public class ListTagsLogGroupResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListTagsLogGroupResult() |
Modifier and Type | Method and Description |
---|---|
ListTagsLogGroupResult |
addtagsEntry(java.lang.String key,
java.lang.String value)
The tags for the log group.
|
ListTagsLogGroupResult |
cleartagsEntries()
Removes all the entries added into tags.
|
boolean |
equals(java.lang.Object obj) |
java.util.Map<java.lang.String,java.lang.String> |
getTags()
The tags for the log group.
|
int |
hashCode() |
void |
setTags(java.util.Map<java.lang.String,java.lang.String> tags)
The tags for the log group.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTagsLogGroupResult |
withTags(java.util.Map<java.lang.String,java.lang.String> tags)
The tags for the log group.
|
public java.util.Map<java.lang.String,java.lang.String> getTags()
The tags for the log group.
The tags for the log group.
public void setTags(java.util.Map<java.lang.String,java.lang.String> tags)
The tags for the log group.
tags
- The tags for the log group.
public ListTagsLogGroupResult withTags(java.util.Map<java.lang.String,java.lang.String> tags)
The tags for the log group.
Returns a reference to this object so that method calls can be chained together.
tags
- The tags for the log group.
public ListTagsLogGroupResult addtagsEntry(java.lang.String key, java.lang.String value)
The tags for the log group.
The method adds a new key-value pair into tags parameter, and returns a reference to this object so that method calls can be chained together.
key
- The key of the entry to be added into tags.value
- The corresponding value of the entry to be added into tags.public ListTagsLogGroupResult cleartagsEntries()
Returns a reference to this object so that method calls can be chained together.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.