Class ListTagsForStreamRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
Represents the input for ListTagsForStream
.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The key to use as the starting point for the list of tags.getLimit()
The number of tags to return.The name of the stream.int
hashCode()
void
setExclusiveStartTagKey
(String exclusiveStartTagKey) The key to use as the starting point for the list of tags.void
The number of tags to return.void
setStreamName
(String streamName) The name of the stream.toString()
Returns a string representation of this object; useful for testing and debugging.withExclusiveStartTagKey
(String exclusiveStartTagKey) The key to use as the starting point for the list of tags.The number of tags to return.withStreamName
(String streamName) The name of the stream.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
ListTagsForStreamRequest
public ListTagsForStreamRequest()
-
-
Method Details
-
setStreamName
The name of the stream.
- Parameters:
streamName
- The name of the stream.
-
getStreamName
The name of the stream.
- Returns:
- The name of the stream.
-
withStreamName
The name of the stream.
- Parameters:
streamName
- The name of the stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setExclusiveStartTagKey
The key to use as the starting point for the list of tags. If this parameter is set,
ListTagsForStream
gets all tags that occur afterExclusiveStartTagKey
.- Parameters:
exclusiveStartTagKey
- The key to use as the starting point for the list of tags. If this parameter is set,ListTagsForStream
gets all tags that occur afterExclusiveStartTagKey
.
-
getExclusiveStartTagKey
The key to use as the starting point for the list of tags. If this parameter is set,
ListTagsForStream
gets all tags that occur afterExclusiveStartTagKey
.- Returns:
- The key to use as the starting point for the list of tags. If
this parameter is set,
ListTagsForStream
gets all tags that occur afterExclusiveStartTagKey
.
-
withExclusiveStartTagKey
The key to use as the starting point for the list of tags. If this parameter is set,
ListTagsForStream
gets all tags that occur afterExclusiveStartTagKey
.- Parameters:
exclusiveStartTagKey
- The key to use as the starting point for the list of tags. If this parameter is set,ListTagsForStream
gets all tags that occur afterExclusiveStartTagKey
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLimit
The number of tags to return. If this number is less than the total number of tags associated with the stream,
HasMoreTags
is set totrue
. To list additional tags, setExclusiveStartTagKey
to the last key in the response.- Parameters:
limit
- The number of tags to return. If this number is less than the total number of tags associated with the stream,HasMoreTags
is set totrue
. To list additional tags, setExclusiveStartTagKey
to the last key in the response.
-
getLimit
The number of tags to return. If this number is less than the total number of tags associated with the stream,
HasMoreTags
is set totrue
. To list additional tags, setExclusiveStartTagKey
to the last key in the response.- Returns:
- The number of tags to return. If this number is less than the
total number of tags associated with the stream,
HasMoreTags
is set totrue
. To list additional tags, setExclusiveStartTagKey
to the last key in the response.
-
withLimit
The number of tags to return. If this number is less than the total number of tags associated with the stream,
HasMoreTags
is set totrue
. To list additional tags, setExclusiveStartTagKey
to the last key in the response.- Parameters:
limit
- The number of tags to return. If this number is less than the total number of tags associated with the stream,HasMoreTags
is set totrue
. To list additional tags, setExclusiveStartTagKey
to the last key in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-