@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsForStreamResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListTagsForStreamResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForStreamResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
ListTagsForStreamResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
ListTagsForStreamResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If you specify this parameter and the result of a
ListTags call is truncated, the response includes
a token that you can use in the next request to fetch the next set of tags. |
Map<String,String> |
getTags()
A map of tag keys and values associated with the specified stream.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If you specify this parameter and the result of a
ListTags call is truncated, the response includes
a token that you can use in the next request to fetch the next set of tags. |
void |
setTags(Map<String,String> tags)
A map of tag keys and values associated with the specified stream.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsForStreamResult |
withNextToken(String nextToken)
If you specify this parameter and the result of a
ListTags call is truncated, the response includes
a token that you can use in the next request to fetch the next set of tags. |
ListTagsForStreamResult |
withTags(Map<String,String> tags)
A map of tag keys and values associated with the specified stream.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
If you specify this parameter and the result of a ListTags call is truncated, the response includes
a token that you can use in the next request to fetch the next set of tags.
nextToken - If you specify this parameter and the result of a ListTags call is truncated, the response
includes a token that you can use in the next request to fetch the next set of tags.public String getNextToken()
If you specify this parameter and the result of a ListTags call is truncated, the response includes
a token that you can use in the next request to fetch the next set of tags.
ListTags call is truncated, the response
includes a token that you can use in the next request to fetch the next set of tags.public ListTagsForStreamResult withNextToken(String nextToken)
If you specify this parameter and the result of a ListTags call is truncated, the response includes
a token that you can use in the next request to fetch the next set of tags.
nextToken - If you specify this parameter and the result of a ListTags call is truncated, the response
includes a token that you can use in the next request to fetch the next set of tags.public Map<String,String> getTags()
A map of tag keys and values associated with the specified stream.
public void setTags(Map<String,String> tags)
A map of tag keys and values associated with the specified stream.
tags - A map of tag keys and values associated with the specified stream.public ListTagsForStreamResult withTags(Map<String,String> tags)
A map of tag keys and values associated with the specified stream.
tags - A map of tag keys and values associated with the specified stream.public ListTagsForStreamResult addTagsEntry(String key, String value)
public ListTagsForStreamResult clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public ListTagsForStreamResult clone()
Copyright © 2025. All rights reserved.