public class DescribeGlobalTableRequest extends AmazonWebServiceRequest implements Serializable
Returns information about the specified global table.
| Constructor and Description |
|---|
DescribeGlobalTableRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getGlobalTableName()
The name of the global table.
|
int |
hashCode() |
void |
setGlobalTableName(String globalTableName)
The name of the global table.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeGlobalTableRequest |
withGlobalTableName(String globalTableName)
The name of the global table.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getGlobalTableName()
The name of the global table.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
The name of the global table.
public void setGlobalTableName(String globalTableName)
The name of the global table.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
globalTableName - The name of the global table.
public DescribeGlobalTableRequest withGlobalTableName(String globalTableName)
The name of the global table.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
globalTableName - The name of the global table.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.