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