@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGlobalTablesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListGlobalTablesRequest() |
Modifier and Type | Method and Description |
---|---|
ListGlobalTablesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getExclusiveStartGlobalTableName()
The first global table name that this operation will evaluate.
|
Integer |
getLimit()
The maximum number of table names to return, if the parameter is not specified DynamoDB defaults to 100.
|
String |
getRegionName()
Lists the global tables in a specific Region.
|
int |
hashCode() |
void |
setExclusiveStartGlobalTableName(String exclusiveStartGlobalTableName)
The first global table name that this operation will evaluate.
|
void |
setLimit(Integer limit)
The maximum number of table names to return, if the parameter is not specified DynamoDB defaults to 100.
|
void |
setRegionName(String regionName)
Lists the global tables in a specific Region.
|
String |
toString()
Returns a string representation of this object.
|
ListGlobalTablesRequest |
withExclusiveStartGlobalTableName(String exclusiveStartGlobalTableName)
The first global table name that this operation will evaluate.
|
ListGlobalTablesRequest |
withLimit(Integer limit)
The maximum number of table names to return, if the parameter is not specified DynamoDB defaults to 100.
|
ListGlobalTablesRequest |
withRegionName(String regionName)
Lists the global tables in a specific Region.
|
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 setExclusiveStartGlobalTableName(String exclusiveStartGlobalTableName)
The first global table name that this operation will evaluate.
exclusiveStartGlobalTableName
- The first global table name that this operation will evaluate.public String getExclusiveStartGlobalTableName()
The first global table name that this operation will evaluate.
public ListGlobalTablesRequest withExclusiveStartGlobalTableName(String exclusiveStartGlobalTableName)
The first global table name that this operation will evaluate.
exclusiveStartGlobalTableName
- The first global table name that this operation will evaluate.public void setLimit(Integer limit)
The maximum number of table names to return, if the parameter is not specified DynamoDB defaults to 100.
If the number of global tables DynamoDB finds reaches this limit, it stops the operation and returns the table
names collected up to that point, with a table name in the LastEvaluatedGlobalTableName
to apply in
a subsequent operation to the ExclusiveStartGlobalTableName
parameter.
limit
- The maximum number of table names to return, if the parameter is not specified DynamoDB defaults to
100.
If the number of global tables DynamoDB finds reaches this limit, it stops the operation and returns the
table names collected up to that point, with a table name in the LastEvaluatedGlobalTableName
to apply in a subsequent operation to the ExclusiveStartGlobalTableName
parameter.
public Integer getLimit()
The maximum number of table names to return, if the parameter is not specified DynamoDB defaults to 100.
If the number of global tables DynamoDB finds reaches this limit, it stops the operation and returns the table
names collected up to that point, with a table name in the LastEvaluatedGlobalTableName
to apply in
a subsequent operation to the ExclusiveStartGlobalTableName
parameter.
If the number of global tables DynamoDB finds reaches this limit, it stops the operation and returns the
table names collected up to that point, with a table name in the
LastEvaluatedGlobalTableName
to apply in a subsequent operation to the
ExclusiveStartGlobalTableName
parameter.
public ListGlobalTablesRequest withLimit(Integer limit)
The maximum number of table names to return, if the parameter is not specified DynamoDB defaults to 100.
If the number of global tables DynamoDB finds reaches this limit, it stops the operation and returns the table
names collected up to that point, with a table name in the LastEvaluatedGlobalTableName
to apply in
a subsequent operation to the ExclusiveStartGlobalTableName
parameter.
limit
- The maximum number of table names to return, if the parameter is not specified DynamoDB defaults to
100.
If the number of global tables DynamoDB finds reaches this limit, it stops the operation and returns the
table names collected up to that point, with a table name in the LastEvaluatedGlobalTableName
to apply in a subsequent operation to the ExclusiveStartGlobalTableName
parameter.
public void setRegionName(String regionName)
Lists the global tables in a specific Region.
regionName
- Lists the global tables in a specific Region.public String getRegionName()
Lists the global tables in a specific Region.
public ListGlobalTablesRequest withRegionName(String regionName)
Lists the global tables in a specific Region.
regionName
- Lists the global tables in a specific Region.public String toString()
toString
in class Object
Object.toString()
public ListGlobalTablesRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2020. All rights reserved.