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