@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) |
Boolean |
getAscendingOrder()
Set to true to return the list of streams in ascending order.
|
Integer |
getMaxResults()
The maximum number of results to return at a time.
|
String |
getNextToken()
A token used to get the next set of results.
|
int |
hashCode() |
Boolean |
isAscendingOrder()
Set to true to return the list of streams in ascending order.
|
void |
setAscendingOrder(Boolean ascendingOrder)
Set to true to return the list of streams in ascending order.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return at a time.
|
void |
setNextToken(String nextToken)
A token used to get the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListStreamsRequest |
withAscendingOrder(Boolean ascendingOrder)
Set to true to return the list of streams in ascending order.
|
ListStreamsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return at a time.
|
ListStreamsRequest |
withNextToken(String nextToken)
A token used to get the next set of results.
|
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 setMaxResults(Integer maxResults)
The maximum number of results to return at a time.
maxResults
- The maximum number of results to return at a time.public Integer getMaxResults()
The maximum number of results to return at a time.
public ListStreamsRequest withMaxResults(Integer maxResults)
The maximum number of results to return at a time.
maxResults
- The maximum number of results to return at a time.public void setNextToken(String nextToken)
A token used to get the next set of results.
nextToken
- A token used to get the next set of results.public String getNextToken()
A token used to get the next set of results.
public ListStreamsRequest withNextToken(String nextToken)
A token used to get the next set of results.
nextToken
- A token used to get the next set of results.public void setAscendingOrder(Boolean ascendingOrder)
Set to true to return the list of streams in ascending order.
ascendingOrder
- Set to true to return the list of streams in ascending order.public Boolean getAscendingOrder()
Set to true to return the list of streams in ascending order.
public ListStreamsRequest withAscendingOrder(Boolean ascendingOrder)
Set to true to return the list of streams in ascending order.
ascendingOrder
- Set to true to return the list of streams in ascending order.public Boolean isAscendingOrder()
Set to true to return the list of streams in ascending order.
public String toString()
toString
in class Object
Object.toString()
public ListStreamsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()