@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStreamsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListStreamsRequest() |
Modifier and Type | Method and Description |
---|---|
ListStreamsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
StreamFilters |
getFilterBy()
Filters the stream list to match the specified criterion.
|
Integer |
getMaxResults()
Maximum number of streams to return.
|
String |
getNextToken()
The first stream to retrieve.
|
int |
hashCode() |
void |
setFilterBy(StreamFilters filterBy)
Filters the stream list to match the specified criterion.
|
void |
setMaxResults(Integer maxResults)
Maximum number of streams to return.
|
void |
setNextToken(String nextToken)
The first stream to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
ListStreamsRequest |
withFilterBy(StreamFilters filterBy)
Filters the stream list to match the specified criterion.
|
ListStreamsRequest |
withMaxResults(Integer maxResults)
Maximum number of streams to return.
|
ListStreamsRequest |
withNextToken(String nextToken)
The first stream to retrieve.
|
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 setFilterBy(StreamFilters filterBy)
Filters the stream list to match the specified criterion.
filterBy
- Filters the stream list to match the specified criterion.public StreamFilters getFilterBy()
Filters the stream list to match the specified criterion.
public ListStreamsRequest withFilterBy(StreamFilters filterBy)
Filters the stream list to match the specified criterion.
filterBy
- Filters the stream list to match the specified criterion.public void setNextToken(String nextToken)
The first stream to retrieve. This is used for pagination; see the nextToken
response field.
nextToken
- The first stream to retrieve. This is used for pagination; see the nextToken
response field.public String getNextToken()
The first stream to retrieve. This is used for pagination; see the nextToken
response field.
nextToken
response field.public ListStreamsRequest withNextToken(String nextToken)
The first stream to retrieve. This is used for pagination; see the nextToken
response field.
nextToken
- The first stream to retrieve. This is used for pagination; see the nextToken
response field.public void setMaxResults(Integer maxResults)
Maximum number of streams to return. Default: 100.
maxResults
- Maximum number of streams to return. Default: 100.public Integer getMaxResults()
Maximum number of streams to return. Default: 100.
public ListStreamsRequest withMaxResults(Integer maxResults)
Maximum number of streams to return. Default: 100.
maxResults
- Maximum number of streams to return. Default: 100.public String toString()
toString
in class Object
Object.toString()
public ListStreamsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()