@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsForDeliveryStreamResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListTagsForDeliveryStreamResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForDeliveryStreamResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getHasMoreTags()
If this is
true in the response, more tags are available. |
List<Tag> |
getTags()
A list of tags associated with
DeliveryStreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit. |
int |
hashCode() |
Boolean |
isHasMoreTags()
If this is
true in the response, more tags are available. |
void |
setHasMoreTags(Boolean hasMoreTags)
If this is
true in the response, more tags are available. |
void |
setTags(Collection<Tag> tags)
A list of tags associated with
DeliveryStreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit. |
String |
toString()
Returns a string representation of this object.
|
ListTagsForDeliveryStreamResult |
withHasMoreTags(Boolean hasMoreTags)
If this is
true in the response, more tags are available. |
ListTagsForDeliveryStreamResult |
withTags(Collection<Tag> tags)
A list of tags associated with
DeliveryStreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit. |
ListTagsForDeliveryStreamResult |
withTags(Tag... tags)
A list of tags associated with
DeliveryStreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Tag> getTags()
A list of tags associated with DeliveryStreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit.
DeliveryStreamName, 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 DeliveryStreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit.
tags - A list of tags associated with DeliveryStreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit.public ListTagsForDeliveryStreamResult withTags(Tag... tags)
A list of tags associated with DeliveryStreamName, 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 DeliveryStreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit.public ListTagsForDeliveryStreamResult withTags(Collection<Tag> tags)
A list of tags associated with DeliveryStreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit.
tags - A list of tags associated with DeliveryStreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit.public void setHasMoreTags(Boolean hasMoreTags)
If this is true in the response, more tags are available. To list the remaining tags, set
ExclusiveStartTagKey to the key of the last tag returned and call
ListTagsForDeliveryStream again.
hasMoreTags - If this is true in the response, more tags are available. To list the remaining tags, set
ExclusiveStartTagKey to the key of the last tag returned and call
ListTagsForDeliveryStream again.public Boolean getHasMoreTags()
If this is true in the response, more tags are available. To list the remaining tags, set
ExclusiveStartTagKey to the key of the last tag returned and call
ListTagsForDeliveryStream again.
true in the response, more tags are available. To list the remaining tags, set
ExclusiveStartTagKey to the key of the last tag returned and call
ListTagsForDeliveryStream again.public ListTagsForDeliveryStreamResult withHasMoreTags(Boolean hasMoreTags)
If this is true in the response, more tags are available. To list the remaining tags, set
ExclusiveStartTagKey to the key of the last tag returned and call
ListTagsForDeliveryStream again.
hasMoreTags - If this is true in the response, more tags are available. To list the remaining tags, set
ExclusiveStartTagKey to the key of the last tag returned and call
ListTagsForDeliveryStream again.public Boolean isHasMoreTags()
If this is true in the response, more tags are available. To list the remaining tags, set
ExclusiveStartTagKey to the key of the last tag returned and call
ListTagsForDeliveryStream again.
true in the response, more tags are available. To list the remaining tags, set
ExclusiveStartTagKey to the key of the last tag returned and call
ListTagsForDeliveryStream again.public String toString()
toString in class ObjectObject.toString()public ListTagsForDeliveryStreamResult clone()
Copyright © 2022. All rights reserved.