public class ListStreamsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Represents the input for ListStreams
.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
exclusiveStartStreamName
The name of the stream to start the list with.
|
private java.lang.Integer |
limit
The maximum number of streams to list.
|
NOOP
Constructor and Description |
---|
ListStreamsRequest() |
Modifier and Type | Method and Description |
---|---|
ListStreamsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getExclusiveStartStreamName()
The name of the stream to start the list with.
|
java.lang.Integer |
getLimit()
The maximum number of streams to list.
|
int |
hashCode() |
void |
setExclusiveStartStreamName(java.lang.String exclusiveStartStreamName)
The name of the stream to start the list with.
|
void |
setLimit(java.lang.Integer limit)
The maximum number of streams to list.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListStreamsRequest |
withExclusiveStartStreamName(java.lang.String exclusiveStartStreamName)
The name of the stream to start the list with.
|
ListStreamsRequest |
withLimit(java.lang.Integer limit)
The maximum number of streams to list.
|
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
private java.lang.Integer limit
The maximum number of streams to list.
private java.lang.String exclusiveStartStreamName
The name of the stream to start the list with.
public void setLimit(java.lang.Integer limit)
The maximum number of streams to list.
limit
- The maximum number of streams to list.public java.lang.Integer getLimit()
The maximum number of streams to list.
public ListStreamsRequest withLimit(java.lang.Integer limit)
The maximum number of streams to list.
limit
- The maximum number of streams to list.public void setExclusiveStartStreamName(java.lang.String exclusiveStartStreamName)
The name of the stream to start the list with.
exclusiveStartStreamName
- The name of the stream to start the list with.public java.lang.String getExclusiveStartStreamName()
The name of the stream to start the list with.
public ListStreamsRequest withExclusiveStartStreamName(java.lang.String exclusiveStartStreamName)
The name of the stream to start the list with.
exclusiveStartStreamName
- The name of the stream to start the list with.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListStreamsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()