Class ListTagsForStreamResult
- All Implemented Interfaces:
Serializable,Cloneable
Represents the output for ListTagsForStream.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanIf set totrue, more tags are available.getTags()A list of tags associated withStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.inthashCode()If set totrue, more tags are available.voidsetHasMoreTags(Boolean hasMoreTags) If set totrue, more tags are available.voidsetTags(Collection<Tag> tags) A list of tags associated withStreamName, starting with the first tag afterExclusiveStartTagKeyand 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 afterExclusiveStartTagKeyand up to the specifiedLimit.withTags(Collection<Tag> tags) A list of tags associated withStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.
-
Constructor Details
-
ListTagsForStreamResult
public ListTagsForStreamResult()
-
-
Method Details
-
getTags
A list of tags associated with
StreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.- Returns:
- A list of tags associated with
StreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.
-
setTags
A list of tags associated with
StreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.- Parameters:
tags- A list of tags associated withStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.
-
withTags
A list of tags associated with
StreamName, starting with the first tag afterExclusiveStartTagKeyand 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 afterExclusiveStartTagKeyand 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 afterExclusiveStartTagKeyand up to the specifiedLimit.- Parameters:
tags- A list of tags associated withStreamName, starting with the first tag afterExclusiveStartTagKeyand 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, setExclusiveStartTagKeyto the key of the last tag returned.- Parameters:
hasMoreTags- If set totrue, more tags are available. To request additional tags, setExclusiveStartTagKeyto the key of the last tag returned.
-
getHasMoreTags
If set to
true, more tags are available. To request additional tags, setExclusiveStartTagKeyto the key of the last tag returned.- Returns:
- If set to
true, more tags are available. To request additional tags, setExclusiveStartTagKeyto the key of the last tag returned.
-
withHasMoreTags
If set to
true, more tags are available. To request additional tags, setExclusiveStartTagKeyto the key of the last tag returned.- Parameters:
hasMoreTags- If set totrue, more tags are available. To request additional tags, setExclusiveStartTagKeyto 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, setExclusiveStartTagKeyto the key of the last tag returned.- Returns:
- If set to
true, more tags are available. To request additional tags, setExclusiveStartTagKeyto 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
-