public class ListGlobalTablesRequest extends AmazonWebServiceRequest implements java.io.Serializable
Lists all global tables that have a replica in the specified region.
Constructor and Description |
---|
ListGlobalTablesRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getExclusiveStartGlobalTableName()
The first global table name that this operation will evaluate.
|
java.lang.Integer |
getLimit()
The maximum number of table names to return.
|
java.lang.String |
getRegionName()
Lists the global tables in a specific region.
|
int |
hashCode() |
void |
setExclusiveStartGlobalTableName(java.lang.String exclusiveStartGlobalTableName)
The first global table name that this operation will evaluate.
|
void |
setLimit(java.lang.Integer limit)
The maximum number of table names to return.
|
void |
setRegionName(java.lang.String regionName)
Lists the global tables in a specific region.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListGlobalTablesRequest |
withExclusiveStartGlobalTableName(java.lang.String exclusiveStartGlobalTableName)
The first global table name that this operation will evaluate.
|
ListGlobalTablesRequest |
withLimit(java.lang.Integer limit)
The maximum number of table names to return.
|
ListGlobalTablesRequest |
withRegionName(java.lang.String regionName)
Lists the global tables in a specific region.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getExclusiveStartGlobalTableName()
The first global table name that this operation will evaluate.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
The first global table name that this operation will evaluate.
public void setExclusiveStartGlobalTableName(java.lang.String exclusiveStartGlobalTableName)
The first global table name that this operation will evaluate.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
exclusiveStartGlobalTableName
- The first global table name that this operation will evaluate.
public ListGlobalTablesRequest withExclusiveStartGlobalTableName(java.lang.String exclusiveStartGlobalTableName)
The first global table name that this operation will evaluate.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
exclusiveStartGlobalTableName
- The first global table name that this operation will evaluate.
public java.lang.Integer getLimit()
The maximum number of table names to return.
Constraints:
Range: 1 -
The maximum number of table names to return.
public void setLimit(java.lang.Integer limit)
The maximum number of table names to return.
Constraints:
Range: 1 -
limit
- The maximum number of table names to return.
public ListGlobalTablesRequest withLimit(java.lang.Integer limit)
The maximum number of table names to return.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 -
limit
- The maximum number of table names to return.
public java.lang.String getRegionName()
Lists the global tables in a specific region.
Lists the global tables in a specific region.
public void setRegionName(java.lang.String regionName)
Lists the global tables in a specific region.
regionName
- Lists the global tables in a specific region.
public ListGlobalTablesRequest withRegionName(java.lang.String regionName)
Lists the global tables in a specific region.
Returns a reference to this object so that method calls can be chained together.
regionName
- Lists the global tables in a specific region.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.