@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTableRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetTableRequest() |
Modifier and Type | Method and Description |
---|---|
GetTableRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getKeyspaceName()
The name of the keyspace that the table is stored in.
|
String |
getTableName()
The name of the table.
|
int |
hashCode() |
void |
setKeyspaceName(String keyspaceName)
The name of the keyspace that the table is stored in.
|
void |
setTableName(String tableName)
The name of the table.
|
String |
toString()
Returns a string representation of this object.
|
GetTableRequest |
withKeyspaceName(String keyspaceName)
The name of the keyspace that the table is stored in.
|
GetTableRequest |
withTableName(String tableName)
The name of the table.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setKeyspaceName(String keyspaceName)
The name of the keyspace that the table is stored in.
keyspaceName
- The name of the keyspace that the table is stored in.public String getKeyspaceName()
The name of the keyspace that the table is stored in.
public GetTableRequest withKeyspaceName(String keyspaceName)
The name of the keyspace that the table is stored in.
keyspaceName
- The name of the keyspace that the table is stored in.public void setTableName(String tableName)
The name of the table.
tableName
- The name of the table.public String getTableName()
The name of the table.
public GetTableRequest withTableName(String tableName)
The name of the table.
tableName
- The name of the table.public String toString()
toString
in class Object
Object.toString()
public GetTableRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()