@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsForDeliveryStreamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListTagsForDeliveryStreamRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForDeliveryStreamRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDeliveryStreamName()
The name of the delivery stream whose tags you want to list.
|
String |
getExclusiveStartTagKey()
The key to use as the starting point for the list of tags.
|
Integer |
getLimit()
The number of tags to return.
|
int |
hashCode() |
void |
setDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream whose tags you want to list.
|
void |
setExclusiveStartTagKey(String exclusiveStartTagKey)
The key to use as the starting point for the list of tags.
|
void |
setLimit(Integer limit)
The number of tags to return.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsForDeliveryStreamRequest |
withDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream whose tags you want to list.
|
ListTagsForDeliveryStreamRequest |
withExclusiveStartTagKey(String exclusiveStartTagKey)
The key to use as the starting point for the list of tags.
|
ListTagsForDeliveryStreamRequest |
withLimit(Integer limit)
The number of tags to return.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream whose tags you want to list.
deliveryStreamName - The name of the delivery stream whose tags you want to list.public String getDeliveryStreamName()
The name of the delivery stream whose tags you want to list.
public ListTagsForDeliveryStreamRequest withDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream whose tags you want to list.
deliveryStreamName - The name of the delivery stream whose tags you want to list.public void setExclusiveStartTagKey(String exclusiveStartTagKey)
The key to use as the starting point for the list of tags. If you set this parameter,
ListTagsForDeliveryStream gets all tags that occur after ExclusiveStartTagKey.
exclusiveStartTagKey - The key to use as the starting point for the list of tags. If you set this parameter,
ListTagsForDeliveryStream gets all tags that occur after ExclusiveStartTagKey.public String getExclusiveStartTagKey()
The key to use as the starting point for the list of tags. If you set this parameter,
ListTagsForDeliveryStream gets all tags that occur after ExclusiveStartTagKey.
ListTagsForDeliveryStream gets all tags that occur after ExclusiveStartTagKey.public ListTagsForDeliveryStreamRequest withExclusiveStartTagKey(String exclusiveStartTagKey)
The key to use as the starting point for the list of tags. If you set this parameter,
ListTagsForDeliveryStream gets all tags that occur after ExclusiveStartTagKey.
exclusiveStartTagKey - The key to use as the starting point for the list of tags. If you set this parameter,
ListTagsForDeliveryStream gets all tags that occur after ExclusiveStartTagKey.public void setLimit(Integer limit)
The number of tags to return. If this number is less than the total number of tags associated with the delivery
stream, HasMoreTags is set to true in the response. To list additional tags, set
ExclusiveStartTagKey to the last key in the response.
limit - The number of tags to return. If this number is less than the total number of tags associated with the
delivery stream, HasMoreTags is set to true in the response. To list additional
tags, set ExclusiveStartTagKey to the last key in the response.public Integer getLimit()
The number of tags to return. If this number is less than the total number of tags associated with the delivery
stream, HasMoreTags is set to true in the response. To list additional tags, set
ExclusiveStartTagKey to the last key in the response.
HasMoreTags is set to true in the response. To list additional
tags, set ExclusiveStartTagKey to the last key in the response.public ListTagsForDeliveryStreamRequest withLimit(Integer limit)
The number of tags to return. If this number is less than the total number of tags associated with the delivery
stream, HasMoreTags is set to true in the response. To list additional tags, set
ExclusiveStartTagKey to the last key in the response.
limit - The number of tags to return. If this number is less than the total number of tags associated with the
delivery stream, HasMoreTags is set to true in the response. To list additional
tags, set ExclusiveStartTagKey to the last key in the response.public String toString()
toString in class ObjectObject.toString()public ListTagsForDeliveryStreamRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.