public class DescribeTimeToLiveRequest extends AmazonWebServiceRequest implements Serializable
Gives a description of the Time to Live (TTL) status on the specified table.
| Constructor and Description |
|---|
DescribeTimeToLiveRequest() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getTableName()
The name of the table to be described.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
The name of the table to be described.
public void setTableName(String tableName)
The name of the table to be described.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
tableName - The name of the table to be described.
public DescribeTimeToLiveRequest withTableName(String tableName)
The name of the table to be described.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
tableName - The name of the table to be described.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.