@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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; useful for testing and debugging.
|
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, 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. 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)
The ID of the destination to start returning the destination information. Currently, Kinesis Firehose supports one destination per delivery stream.
exclusiveStartDestinationId
- The ID of the destination to start returning the destination information. Currently, Kinesis Firehose
supports one destination per delivery stream.public String getExclusiveStartDestinationId()
The ID of the destination to start returning the destination information. Currently, Kinesis Firehose supports one destination per delivery stream.
public DescribeDeliveryStreamRequest withExclusiveStartDestinationId(String exclusiveStartDestinationId)
The ID of the destination to start returning the destination information. Currently, Kinesis Firehose supports one destination per delivery stream.
exclusiveStartDestinationId
- The ID of the destination to start returning the destination information. Currently, Kinesis Firehose
supports one destination per delivery stream.public String toString()
toString
in class Object
Object.toString()
public DescribeDeliveryStreamRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.