@Generated(value="software.amazon.awssdk:codegen") public final class TimeToLiveDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TimeToLiveDescription.Builder,TimeToLiveDescription>
The description of the Time to Live (TTL) status on the specified table.
Modifier and Type | Class and Description |
---|---|
static interface |
TimeToLiveDescription.Builder |
Modifier and Type | Method and Description |
---|---|
String |
attributeName()
The name of the Time to Live attribute for items in the table.
|
static TimeToLiveDescription.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TimeToLiveDescription.Builder> |
serializableBuilderClass() |
TimeToLiveStatus |
timeToLiveStatus()
The Time to Live status for the table.
|
String |
timeToLiveStatusAsString()
The Time to Live status for the table.
|
TimeToLiveDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public TimeToLiveStatus timeToLiveStatus()
The Time to Live status for the table.
If the service returns an enum value that is not available in the current SDK version, timeToLiveStatus
will return TimeToLiveStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from timeToLiveStatusAsString()
.
TimeToLiveStatus
public String timeToLiveStatusAsString()
The Time to Live status for the table.
If the service returns an enum value that is not available in the current SDK version, timeToLiveStatus
will return TimeToLiveStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from timeToLiveStatusAsString()
.
TimeToLiveStatus
public String attributeName()
The name of the Time to Live attribute for items in the table.
public TimeToLiveDescription.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<TimeToLiveDescription.Builder,TimeToLiveDescription>
public static TimeToLiveDescription.Builder builder()
public static Class<? extends TimeToLiveDescription.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.