@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsForStreamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input for ListTagsForStream
.
NOOP
Constructor and Description |
---|
ListTagsForStreamRequest() |
Modifier and Type | Method and Description |
---|---|
ListTagsForStreamRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getExclusiveStartTagKey()
The key to use as the starting point for the list of tags.
|
Integer |
getLimit()
The number of tags to return.
|
String |
getStreamARN()
The ARN of the stream.
|
String |
getStreamName()
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 |
setLimit(Integer limit)
The number of tags to return.
|
void |
setStreamARN(String streamARN)
The ARN of the stream.
|
void |
setStreamName(String streamName)
The name of the stream.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsForStreamRequest |
withExclusiveStartTagKey(String exclusiveStartTagKey)
The key to use as the starting point for the list of tags.
|
ListTagsForStreamRequest |
withLimit(Integer limit)
The number of tags to return.
|
ListTagsForStreamRequest |
withStreamARN(String streamARN)
The ARN of the stream.
|
ListTagsForStreamRequest |
withStreamName(String streamName)
The name of the stream.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setStreamName(String streamName)
The name of the stream.
streamName
- The name of the stream.public String getStreamName()
The name of the stream.
public ListTagsForStreamRequest withStreamName(String streamName)
The name of the stream.
streamName
- The name of the stream.public void setExclusiveStartTagKey(String 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 after ExclusiveStartTagKey
.
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 after ExclusiveStartTagKey
.public String 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 after ExclusiveStartTagKey
.
ListTagsForStream
gets all tags that occur after ExclusiveStartTagKey
.public ListTagsForStreamRequest withExclusiveStartTagKey(String 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 after ExclusiveStartTagKey
.
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 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 stream,
HasMoreTags
is set to true
. 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
stream, HasMoreTags
is set to true
. 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 stream,
HasMoreTags
is set to true
. To list additional tags, set
ExclusiveStartTagKey
to the last key in the response.
HasMoreTags
is set to true
. To list additional tags, set
ExclusiveStartTagKey
to the last key in the response.public ListTagsForStreamRequest withLimit(Integer 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 to true
. 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
stream, HasMoreTags
is set to true
. To list additional tags, set
ExclusiveStartTagKey
to the last key in the response.public void setStreamARN(String streamARN)
The ARN of the stream.
streamARN
- The ARN of the stream.public String getStreamARN()
The ARN of the stream.
public ListTagsForStreamRequest withStreamARN(String streamARN)
The ARN of the stream.
streamARN
- The ARN of the stream.public String toString()
toString
in class Object
Object.toString()
public ListTagsForStreamRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()