@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDeliveryStreamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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()
The ID of the destination 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)
The ID of the destination 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.
|
DescribeDeliveryStreamRequest |
withDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream.
|
DescribeDeliveryStreamRequest |
withExclusiveStartDestinationId(String exclusiveStartDestinationId)
The ID of the destination to start returning the destination information.
|
DescribeDeliveryStreamRequest |
withLimit(Integer limit)
The limit on the number of destinations to return.
|
addHandlerContext, copyBaseTo, 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 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. You can have one destination per delivery stream.
limit
- The limit on the number of destinations to return. You can have one destination per delivery stream.public Integer getLimit()
The limit on the number of destinations to return. You can have one destination per delivery stream.
public DescribeDeliveryStreamRequest withLimit(Integer limit)
The limit on the number of destinations to return. You can have one destination per delivery stream.
limit
- The limit on the number of destinations to return. You can have one destination per delivery stream.public void setExclusiveStartDestinationId(String exclusiveStartDestinationId)
The ID of the destination to start returning the destination information. Firehose supports one destination per delivery stream.
exclusiveStartDestinationId
- The ID of the destination to start returning the destination information. Firehose supports one
destination per delivery stream.public String getExclusiveStartDestinationId()
The ID of the destination to start returning the destination information. Firehose supports one destination per delivery stream.
public DescribeDeliveryStreamRequest withExclusiveStartDestinationId(String exclusiveStartDestinationId)
The ID of the destination to start returning the destination information. Firehose supports one destination per delivery stream.
exclusiveStartDestinationId
- The ID of the destination to start returning the destination information. Firehose supports one
destination per delivery stream.public String toString()
toString
in class Object
Object.toString()
public DescribeDeliveryStreamRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.