@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStreamsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a ListStreams
operation.
NOOP
Constructor and Description |
---|
ListStreamsRequest() |
Modifier and Type | Method and Description |
---|---|
ListStreamsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getExclusiveStartStreamArn()
The ARN (Amazon Resource Name) of the first item that this operation will evaluate.
|
Integer |
getLimit()
The maximum number of streams to return.
|
String |
getTableName()
If this parameter is provided, then only the streams associated with this table name are returned.
|
int |
hashCode() |
void |
setExclusiveStartStreamArn(String exclusiveStartStreamArn)
The ARN (Amazon Resource Name) of the first item that this operation will evaluate.
|
void |
setLimit(Integer limit)
The maximum number of streams to return.
|
void |
setTableName(String tableName)
If this parameter is provided, then only the streams associated with this table name are returned.
|
String |
toString()
Returns a string representation of this object.
|
ListStreamsRequest |
withExclusiveStartStreamArn(String exclusiveStartStreamArn)
The ARN (Amazon Resource Name) of the first item that this operation will evaluate.
|
ListStreamsRequest |
withLimit(Integer limit)
The maximum number of streams to return.
|
ListStreamsRequest |
withTableName(String tableName)
If this parameter is provided, then only the streams associated with this table name are returned.
|
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 setTableName(String tableName)
If this parameter is provided, then only the streams associated with this table name are returned.
tableName
- If this parameter is provided, then only the streams associated with this table name are returned.public String getTableName()
If this parameter is provided, then only the streams associated with this table name are returned.
public ListStreamsRequest withTableName(String tableName)
If this parameter is provided, then only the streams associated with this table name are returned.
tableName
- If this parameter is provided, then only the streams associated with this table name are returned.public void setLimit(Integer limit)
The maximum number of streams to return. The upper limit is 100.
limit
- The maximum number of streams to return. The upper limit is 100.public Integer getLimit()
The maximum number of streams to return. The upper limit is 100.
public ListStreamsRequest withLimit(Integer limit)
The maximum number of streams to return. The upper limit is 100.
limit
- The maximum number of streams to return. The upper limit is 100.public void setExclusiveStartStreamArn(String exclusiveStartStreamArn)
The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was
returned for LastEvaluatedStreamArn
in the previous operation.
exclusiveStartStreamArn
- The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was
returned for LastEvaluatedStreamArn
in the previous operation.public String getExclusiveStartStreamArn()
The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was
returned for LastEvaluatedStreamArn
in the previous operation.
LastEvaluatedStreamArn
in the previous operation.public ListStreamsRequest withExclusiveStartStreamArn(String exclusiveStartStreamArn)
The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was
returned for LastEvaluatedStreamArn
in the previous operation.
exclusiveStartStreamArn
- The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was
returned for LastEvaluatedStreamArn
in the previous operation.public String toString()
toString
in class Object
Object.toString()
public ListStreamsRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2019. All rights reserved.