Class ListTagsForStreamResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output for ListTagsForStream
.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
If set totrue
, more tags are available.getTags()
A list of tags associated withStreamName
, starting with the first tag afterExclusiveStartTagKey
and up to the specifiedLimit
.int
hashCode()
If set totrue
, more tags are available.void
setHasMoreTags
(Boolean hasMoreTags) If set totrue
, more tags are available.void
setTags
(Collection<Tag> tags) A list of tags associated withStreamName
, starting with the first tag afterExclusiveStartTagKey
and up to the specifiedLimit
.toString()
Returns a string representation of this object; useful for testing and debugging.withHasMoreTags
(Boolean hasMoreTags) If set totrue
, more tags are available.A list of tags associated withStreamName
, starting with the first tag afterExclusiveStartTagKey
and up to the specifiedLimit
.withTags
(Collection<Tag> tags) A list of tags associated withStreamName
, starting with the first tag afterExclusiveStartTagKey
and up to the specifiedLimit
.
-
Constructor Details
-
ListTagsForStreamResult
public ListTagsForStreamResult()
-
-
Method Details
-
getTags
A list of tags associated with
StreamName
, starting with the first tag afterExclusiveStartTagKey
and up to the specifiedLimit
.- Returns:
- A list of tags associated with
StreamName
, starting with the first tag afterExclusiveStartTagKey
and up to the specifiedLimit
.
-
setTags
A list of tags associated with
StreamName
, starting with the first tag afterExclusiveStartTagKey
and up to the specifiedLimit
.- Parameters:
tags
- A list of tags associated withStreamName
, starting with the first tag afterExclusiveStartTagKey
and up to the specifiedLimit
.
-
withTags
A list of tags associated with
StreamName
, starting with the first tag afterExclusiveStartTagKey
and up to the specifiedLimit
.NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
orwithTags(java.util.Collection)
if you want to override the existing values.- Parameters:
tags
- A list of tags associated withStreamName
, starting with the first tag afterExclusiveStartTagKey
and up to the specifiedLimit
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withTags
A list of tags associated with
StreamName
, starting with the first tag afterExclusiveStartTagKey
and up to the specifiedLimit
.- Parameters:
tags
- A list of tags associated withStreamName
, starting with the first tag afterExclusiveStartTagKey
and up to the specifiedLimit
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setHasMoreTags
If set to
true
, more tags are available. To request additional tags, setExclusiveStartTagKey
to the key of the last tag returned.- Parameters:
hasMoreTags
- If set totrue
, more tags are available. To request additional tags, setExclusiveStartTagKey
to the key of the last tag returned.
-
getHasMoreTags
If set to
true
, more tags are available. To request additional tags, setExclusiveStartTagKey
to the key of the last tag returned.- Returns:
- If set to
true
, more tags are available. To request additional tags, setExclusiveStartTagKey
to the key of the last tag returned.
-
withHasMoreTags
If set to
true
, more tags are available. To request additional tags, setExclusiveStartTagKey
to the key of the last tag returned.- Parameters:
hasMoreTags
- If set totrue
, more tags are available. To request additional tags, setExclusiveStartTagKey
to the key of the last tag returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isHasMoreTags
If set to
true
, more tags are available. To request additional tags, setExclusiveStartTagKey
to the key of the last tag returned.- Returns:
- If set to
true
, more tags are available. To request additional tags, setExclusiveStartTagKey
to the key of the last tag returned.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-