@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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() |
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.
|
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.
|
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 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 Object
Object.toString()
public DescribeStreamRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.