@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 Time to Live attribute for items in the table.
|
String |
getTimeToLiveStatus()
The Time to Live status for the table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAttributeName(String attributeName)
The name of the Time to Live attribute for items in the table.
|
void |
setTimeToLiveStatus(String timeToLiveStatus)
The Time to Live status for the table.
|
void |
setTimeToLiveStatus(TimeToLiveStatus timeToLiveStatus)
The Time to Live status for the table.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TimeToLiveDescription |
withAttributeName(String attributeName)
The name of the Time to Live attribute for items in the table.
|
TimeToLiveDescription |
withTimeToLiveStatus(String timeToLiveStatus)
The Time to Live status for the table.
|
TimeToLiveDescription |
withTimeToLiveStatus(TimeToLiveStatus timeToLiveStatus)
The Time to Live status for the table.
|
public void setTimeToLiveStatus(String timeToLiveStatus)
The Time to Live status for the table.
timeToLiveStatus - The Time to Live status for the table.TimeToLiveStatuspublic String getTimeToLiveStatus()
The Time to Live status for the table.
TimeToLiveStatuspublic TimeToLiveDescription withTimeToLiveStatus(String timeToLiveStatus)
The Time to Live status for the table.
timeToLiveStatus - The Time to Live status for the table.TimeToLiveStatuspublic void setTimeToLiveStatus(TimeToLiveStatus timeToLiveStatus)
The Time to Live status for the table.
timeToLiveStatus - The Time to Live status for the table.TimeToLiveStatuspublic TimeToLiveDescription withTimeToLiveStatus(TimeToLiveStatus timeToLiveStatus)
The Time to Live status for the table.
timeToLiveStatus - The Time to Live status for the table.TimeToLiveStatuspublic void setAttributeName(String attributeName)
The name of the Time to Live attribute for items in the table.
attributeName - The name of the Time to Live attribute for items in the table.public String getAttributeName()
The name of the Time to Live attribute for items in the table.
public TimeToLiveDescription withAttributeName(String attributeName)
The name of the Time to Live attribute for items in the table.
attributeName - The name of the Time to Live attribute for items in the table.public String toString()
toString in class ObjectObject.toString()public TimeToLiveDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.