@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.
|
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.
|
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.
|
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.
limit
- The maximum number of table names to return.public Integer getLimit()
The maximum number of table names to return.
public ListGlobalTablesRequest withLimit(Integer limit)
The maximum number of table names to return.
limit
- The maximum number of table names to return.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 © 2019. All rights reserved.