StructuredPojo
, ToCopyableBuilder<TimeToLiveDescription.Builder,TimeToLiveDescription>
@Generated("software.amazon.awssdk:codegen") public class TimeToLiveDescription extends Object implements StructuredPojo, ToCopyableBuilder<TimeToLiveDescription.Builder,TimeToLiveDescription>
The description of the Time to Live (TTL) status on the specified table.
Modifier and Type | Class | Description |
---|---|---|
static interface |
TimeToLiveDescription.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
attributeName() |
The name of the Time to Live attribute for items in the table.
|
static TimeToLiveDescription.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends TimeToLiveDescription.Builder> |
serializableBuilderClass() |
|
String |
timeToLiveStatus() |
The Time to Live status for the table.
|
TimeToLiveDescription.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String timeToLiveStatus()
The Time to Live status for the table.
TimeToLiveStatus
public String attributeName()
The name of the Time to Live attribute for items in the table.
public TimeToLiveDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TimeToLiveDescription.Builder,TimeToLiveDescription>
public static TimeToLiveDescription.Builder builder()
public static Class<? extends TimeToLiveDescription.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.