public class DescribeGlobalTableSettingsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Describes region specific settings for a global table.
Constructor and Description |
---|
DescribeGlobalTableSettingsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getGlobalTableName()
The name of the global table to describe.
|
int |
hashCode() |
void |
setGlobalTableName(java.lang.String globalTableName)
The name of the global table to describe.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeGlobalTableSettingsRequest |
withGlobalTableName(java.lang.String globalTableName)
The name of the global table to describe.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.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(java.lang.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(java.lang.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 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.