@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, withSdkRequestTimeout
public 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 Object
Object.toString()
public DescribeTimeToLiveRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2021. All rights reserved.