@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTimeToLiveRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeTimeToLiveRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeTimeToLiveRequest |
clone() |
boolean |
equals(Object obj) |
String |
getTableName()
The name of the table to be described.
|
int |
hashCode() |
void |
setTableName(String tableName)
The name of the table to be described.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTimeToLiveRequest |
withTableName(String tableName)
The name of the table to be described.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setTableName(String tableName)
The name of the table to be described.
tableName - The name of the table to be described.public String getTableName()
The name of the table to be described.
public DescribeTimeToLiveRequest withTableName(String tableName)
The name of the table to be described.
tableName - The name of the table to be described.public String toString()
toString in class ObjectObject.toString()public DescribeTimeToLiveRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.