public class DescribeDeliveryStreamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the parameters for DescribeDeliveryStream.
NOOP| Constructor and Description |
|---|
DescribeDeliveryStreamRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeDeliveryStreamRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDeliveryStreamName()
The name of the delivery stream.
|
String |
getExclusiveStartDestinationId()
Specifies the destination ID to start returning the destination information.
|
Integer |
getLimit()
The limit on the number of destinations to return.
|
int |
hashCode() |
void |
setDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream.
|
void |
setExclusiveStartDestinationId(String exclusiveStartDestinationId)
Specifies the destination ID to start returning the destination information.
|
void |
setLimit(Integer limit)
The limit on the number of destinations to return.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeDeliveryStreamRequest |
withDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream.
|
DescribeDeliveryStreamRequest |
withExclusiveStartDestinationId(String exclusiveStartDestinationId)
Specifies the destination ID to start returning the destination information.
|
DescribeDeliveryStreamRequest |
withLimit(Integer limit)
The limit on the number of destinations to return.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream.
deliveryStreamName - The name of the delivery stream.public String getDeliveryStreamName()
The name of the delivery stream.
public DescribeDeliveryStreamRequest withDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream.
deliveryStreamName - The name of the delivery stream.public void setLimit(Integer limit)
The limit on the number of destinations to return. Currently, you can have one destination per delivery stream.
limit - The limit on the number of destinations to return. Currently, you can have one destination per delivery
stream.public Integer getLimit()
The limit on the number of destinations to return. Currently, you can have one destination per delivery stream.
public DescribeDeliveryStreamRequest withLimit(Integer limit)
The limit on the number of destinations to return. Currently, you can have one destination per delivery stream.
limit - The limit on the number of destinations to return. Currently, you can have one destination per delivery
stream.public void setExclusiveStartDestinationId(String exclusiveStartDestinationId)
Specifies the destination ID to start returning the destination information. Currently Firehose supports one destination per delivery stream.
exclusiveStartDestinationId - Specifies the destination ID to start returning the destination information. Currently Firehose supports
one destination per delivery stream.public String getExclusiveStartDestinationId()
Specifies the destination ID to start returning the destination information. Currently Firehose supports one destination per delivery stream.
public DescribeDeliveryStreamRequest withExclusiveStartDestinationId(String exclusiveStartDestinationId)
Specifies the destination ID to start returning the destination information. Currently Firehose supports one destination per delivery stream.
exclusiveStartDestinationId - Specifies the destination ID to start returning the destination information. Currently Firehose supports
one destination per delivery stream.public String toString()
toString in class ObjectObject.toString()public DescribeDeliveryStreamRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.