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()
Creates a shallow clone of this request.
|
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; useful for testing and
debugging.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, 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()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.