public class DescribeGlobalTableSettingsRequest extends AmazonWebServiceRequest implements Serializable
Describes region specific settings for a global table.
| Constructor and Description |
|---|
DescribeGlobalTableSettingsRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getGlobalTableName()
The name of the global table to describe.
|
int |
hashCode() |
void |
setGlobalTableName(String globalTableName)
The name of the global table to describe.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeGlobalTableSettingsRequest |
withGlobalTableName(String globalTableName)
The name of the global table to describe.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getGlobalTableName()
The name of the global table to describe.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
The name of the global table to describe.
public void setGlobalTableName(String globalTableName)
The name of the global table to describe.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
globalTableName - The name of the global table to describe.
public DescribeGlobalTableSettingsRequest withGlobalTableName(String globalTableName)
The name of the global table to describe.
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 to describe.
public String toString()
toString in class ObjectObject.toString()Copyright © 2018. All rights reserved.