@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.
|
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. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
tableName
- The name of the table to be described. You can also provide the Amazon Resource Name (ARN) of the table in
this parameter.public String getTableName()
The name of the table to be described. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
public DescribeTimeToLiveRequest withTableName(String tableName)
The name of the table to be described. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
tableName
- The name of the table to be described. You can also provide the Amazon Resource Name (ARN) of the table in
this parameter.public String toString()
toString
in class Object
Object.toString()
public DescribeTimeToLiveRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()