public class DescribeStreamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a DescribeStream operation.
NOOP| Constructor and Description | 
|---|
| DescribeStreamRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeStreamRequest | clone()Creates a shallow clone of this request. | 
| boolean | equals(Object obj) | 
| String | getExclusiveStartShardId()
 The shard ID of the first item that this operation will evaluate. | 
| Integer | getLimit()
 The maximum number of shard objects to return. | 
| String | getStreamArn()
 The Amazon Resource Name (ARN) for the stream. | 
| int | hashCode() | 
| void | setExclusiveStartShardId(String exclusiveStartShardId)
 The shard ID of the first item that this operation will evaluate. | 
| void | setLimit(Integer limit)
 The maximum number of shard objects to return. | 
| void | setStreamArn(String streamArn)
 The Amazon Resource Name (ARN) for the stream. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| DescribeStreamRequest | withExclusiveStartShardId(String exclusiveStartShardId)
 The shard ID of the first item that this operation will evaluate. | 
| DescribeStreamRequest | withLimit(Integer limit)
 The maximum number of shard objects to return. | 
| DescribeStreamRequest | withStreamArn(String streamArn)
 The Amazon Resource Name (ARN) for the stream. | 
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic void setStreamArn(String streamArn)
The Amazon Resource Name (ARN) for the stream.
streamArn - The Amazon Resource Name (ARN) for the stream.public String getStreamArn()
The Amazon Resource Name (ARN) for the stream.
public DescribeStreamRequest withStreamArn(String streamArn)
The Amazon Resource Name (ARN) for the stream.
streamArn - The Amazon Resource Name (ARN) for the stream.public void setLimit(Integer limit)
The maximum number of shard objects to return. The upper limit is 100.
limit - The maximum number of shard objects to return. The upper limit is
        100.public Integer getLimit()
The maximum number of shard objects to return. The upper limit is 100.
public DescribeStreamRequest withLimit(Integer limit)
The maximum number of shard objects to return. The upper limit is 100.
limit - The maximum number of shard objects to return. The upper limit is
        100.public void setExclusiveStartShardId(String exclusiveStartShardId)
 The shard ID of the first item that this operation will evaluate. Use the
 value that was returned for LastEvaluatedShardId in the
 previous operation.
 
exclusiveStartShardId - The shard ID of the first item that this operation will evaluate.
        Use the value that was returned for
        LastEvaluatedShardId in the previous operation.public String getExclusiveStartShardId()
 The shard ID of the first item that this operation will evaluate. Use the
 value that was returned for LastEvaluatedShardId in the
 previous operation.
 
LastEvaluatedShardId in the previous operation.public DescribeStreamRequest withExclusiveStartShardId(String exclusiveStartShardId)
 The shard ID of the first item that this operation will evaluate. Use the
 value that was returned for LastEvaluatedShardId in the
 previous operation.
 
exclusiveStartShardId - The shard ID of the first item that this operation will evaluate.
        Use the value that was returned for
        LastEvaluatedShardId in the previous operation.public String toString()
toString in class ObjectObject.toString()public DescribeStreamRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2015. All rights reserved.