public class DescribeTableRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a DescribeTable operation.
NOOP| Constructor and Description | 
|---|
| DescribeTableRequest()Default constructor for DescribeTableRequest object. | 
| DescribeTableRequest(String tableName)Constructs a new DescribeTableRequest object. | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeTableRequest | clone()Creates a shallow clone of this request. | 
| boolean | equals(Object obj) | 
| String | getTableName()
 The name of the table to describe. | 
| int | hashCode() | 
| void | setTableName(String tableName)
 The name of the table to describe. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| DescribeTableRequest | withTableName(String tableName)
 The name of the table to describe. | 
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DescribeTableRequest()
public DescribeTableRequest(String tableName)
tableName - The name of the table to describe.public void setTableName(String tableName)
The name of the table to describe.
tableName - The name of the table to describe.public String getTableName()
The name of the table to describe.
public DescribeTableRequest withTableName(String tableName)
The name of the table to describe.
tableName - The name of the table to describe.public String toString()
toString in class ObjectObject.toString()public DescribeTableRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.