@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TimeToLiveDescription extends Object implements Serializable, Cloneable, StructuredPojo
The description of the Time to Live (TTL) status on the specified table.
Constructor and Description |
---|
TimeToLiveDescription() |
Modifier and Type | Method and Description |
---|---|
TimeToLiveDescription |
clone() |
boolean |
equals(Object obj) |
String |
getAttributeName()
The name of the TTL attribute for items in the table.
|
String |
getTimeToLiveStatus()
The TTL status for the table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAttributeName(String attributeName)
The name of the TTL attribute for items in the table.
|
void |
setTimeToLiveStatus(String timeToLiveStatus)
The TTL status for the table.
|
void |
setTimeToLiveStatus(TimeToLiveStatus timeToLiveStatus)
The TTL status for the table.
|
String |
toString()
Returns a string representation of this object.
|
TimeToLiveDescription |
withAttributeName(String attributeName)
The name of the TTL attribute for items in the table.
|
TimeToLiveDescription |
withTimeToLiveStatus(String timeToLiveStatus)
The TTL status for the table.
|
TimeToLiveDescription |
withTimeToLiveStatus(TimeToLiveStatus timeToLiveStatus)
The TTL status for the table.
|
public void setTimeToLiveStatus(String timeToLiveStatus)
The TTL status for the table.
timeToLiveStatus
- The TTL status for the table.TimeToLiveStatus
public String getTimeToLiveStatus()
The TTL status for the table.
TimeToLiveStatus
public TimeToLiveDescription withTimeToLiveStatus(String timeToLiveStatus)
The TTL status for the table.
timeToLiveStatus
- The TTL status for the table.TimeToLiveStatus
public void setTimeToLiveStatus(TimeToLiveStatus timeToLiveStatus)
The TTL status for the table.
timeToLiveStatus
- The TTL status for the table.TimeToLiveStatus
public TimeToLiveDescription withTimeToLiveStatus(TimeToLiveStatus timeToLiveStatus)
The TTL status for the table.
timeToLiveStatus
- The TTL status for the table.TimeToLiveStatus
public void setAttributeName(String attributeName)
The name of the TTL attribute for items in the table.
attributeName
- The name of the TTL attribute for items in the table.public String getAttributeName()
The name of the TTL attribute for items in the table.
public TimeToLiveDescription withAttributeName(String attributeName)
The name of the TTL attribute for items in the table.
attributeName
- The name of the TTL attribute for items in the table.public String toString()
toString
in class Object
Object.toString()
public TimeToLiveDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2019. All rights reserved.