@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsForStreamResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output for ListTagsForStream
.
Constructor and Description |
---|
ListTagsForStreamResult() |
Modifier and Type | Method and Description |
---|---|
ListTagsForStreamResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getHasMoreTags()
If set to
true , more tags are available. |
List<Tag> |
getTags()
A list of tags associated with
StreamName , starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit . |
int |
hashCode() |
Boolean |
isHasMoreTags()
If set to
true , more tags are available. |
void |
setHasMoreTags(Boolean hasMoreTags)
If set to
true , more tags are available. |
void |
setTags(Collection<Tag> tags)
A list of tags associated with
StreamName , starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit . |
String |
toString()
Returns a string representation of this object.
|
ListTagsForStreamResult |
withHasMoreTags(Boolean hasMoreTags)
If set to
true , more tags are available. |
ListTagsForStreamResult |
withTags(Collection<Tag> tags)
A list of tags associated with
StreamName , starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit . |
ListTagsForStreamResult |
withTags(Tag... tags)
A list of tags associated with
StreamName , starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Tag> getTags()
A list of tags associated with StreamName
, starting with the first tag after
ExclusiveStartTagKey
and up to the specified Limit
.
StreamName
, starting with the first tag after
ExclusiveStartTagKey
and up to the specified Limit
.public void setTags(Collection<Tag> tags)
A list of tags associated with StreamName
, starting with the first tag after
ExclusiveStartTagKey
and up to the specified Limit
.
tags
- A list of tags associated with StreamName
, starting with the first tag after
ExclusiveStartTagKey
and up to the specified Limit
.public ListTagsForStreamResult withTags(Tag... tags)
A list of tags associated with StreamName
, starting with the first tag after
ExclusiveStartTagKey
and up to the specified Limit
.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- A list of tags associated with StreamName
, starting with the first tag after
ExclusiveStartTagKey
and up to the specified Limit
.public ListTagsForStreamResult withTags(Collection<Tag> tags)
A list of tags associated with StreamName
, starting with the first tag after
ExclusiveStartTagKey
and up to the specified Limit
.
tags
- A list of tags associated with StreamName
, starting with the first tag after
ExclusiveStartTagKey
and up to the specified Limit
.public void setHasMoreTags(Boolean hasMoreTags)
If set to true
, more tags are available. To request additional tags, set
ExclusiveStartTagKey
to the key of the last tag returned.
hasMoreTags
- If set to true
, more tags are available. To request additional tags, set
ExclusiveStartTagKey
to the key of the last tag returned.public Boolean getHasMoreTags()
If set to true
, more tags are available. To request additional tags, set
ExclusiveStartTagKey
to the key of the last tag returned.
true
, more tags are available. To request additional tags, set
ExclusiveStartTagKey
to the key of the last tag returned.public ListTagsForStreamResult withHasMoreTags(Boolean hasMoreTags)
If set to true
, more tags are available. To request additional tags, set
ExclusiveStartTagKey
to the key of the last tag returned.
hasMoreTags
- If set to true
, more tags are available. To request additional tags, set
ExclusiveStartTagKey
to the key of the last tag returned.public Boolean isHasMoreTags()
If set to true
, more tags are available. To request additional tags, set
ExclusiveStartTagKey
to the key of the last tag returned.
true
, more tags are available. To request additional tags, set
ExclusiveStartTagKey
to the key of the last tag returned.public String toString()
toString
in class Object
Object.toString()
public ListTagsForStreamResult clone()