@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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; useful for testing and debugging.
|
DescribeTimeToLiveRequest |
withTableName(String tableName)
The name of the table to be described.
|
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 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()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.