Class ListStreamsRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
Represents the input of a ListStreams operation.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The ARN (Amazon Resource Name) of the first item that this operation will evaluate.getLimit()
The maximum number of streams to return.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
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.toString()
Returns a string representation of this object; useful for testing and debugging.withExclusiveStartStreamArn
(String exclusiveStartStreamArn) The ARN (Amazon Resource Name) of the first item that this operation will evaluate.The maximum number of streams to return.withTableName
(String tableName) If this parameter is provided, then only the streams associated with this table name are returned.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
ListStreamsRequest
public ListStreamsRequest()
-
-
Method Details
-
setTableName
If this parameter is provided, then only the streams associated with this table name are returned.
- Parameters:
tableName
- If this parameter is provided, then only the streams associated with this table name are returned.
-
getTableName
If this parameter is provided, then only the streams associated with this table name are returned.
- Returns:
- If this parameter is provided, then only the streams associated with this table name are returned.
-
withTableName
If this parameter is provided, then only the streams associated with this table name are returned.
- Parameters:
tableName
- If this parameter is provided, then only the streams associated with this table name are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLimit
The maximum number of streams to return. The upper limit is 100.
- Parameters:
limit
- The maximum number of streams to return. The upper limit is 100.
-
getLimit
The maximum number of streams to return. The upper limit is 100.
- Returns:
- The maximum number of streams to return. The upper limit is 100.
-
withLimit
The maximum number of streams to return. The upper limit is 100.
- Parameters:
limit
- The maximum number of streams to return. The upper limit is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setExclusiveStartStreamArn
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.- Parameters:
exclusiveStartStreamArn
- The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned forLastEvaluatedStreamArn
in the previous operation.
-
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.- Returns:
- 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.
-
withExclusiveStartStreamArn
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.- Parameters:
exclusiveStartStreamArn
- The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned forLastEvaluatedStreamArn
in the previous operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-