@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TableClassSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains details of the table class.
Constructor and Description |
---|
TableClassSummary() |
Modifier and Type | Method and Description |
---|---|
TableClassSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getLastUpdateDateTime()
The date and time at which the table class was last updated.
|
String |
getTableClass()
The table class of the specified table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLastUpdateDateTime(Date lastUpdateDateTime)
The date and time at which the table class was last updated.
|
void |
setTableClass(String tableClass)
The table class of the specified table.
|
String |
toString()
Returns a string representation of this object.
|
TableClassSummary |
withLastUpdateDateTime(Date lastUpdateDateTime)
The date and time at which the table class was last updated.
|
TableClassSummary |
withTableClass(String tableClass)
The table class of the specified table.
|
TableClassSummary |
withTableClass(TableClass tableClass)
The table class of the specified table.
|
public void setTableClass(String tableClass)
The table class of the specified table. Valid values are STANDARD
and
STANDARD_INFREQUENT_ACCESS
.
tableClass
- The table class of the specified table. Valid values are STANDARD
and
STANDARD_INFREQUENT_ACCESS
.TableClass
public String getTableClass()
The table class of the specified table. Valid values are STANDARD
and
STANDARD_INFREQUENT_ACCESS
.
STANDARD
and
STANDARD_INFREQUENT_ACCESS
.TableClass
public TableClassSummary withTableClass(String tableClass)
The table class of the specified table. Valid values are STANDARD
and
STANDARD_INFREQUENT_ACCESS
.
tableClass
- The table class of the specified table. Valid values are STANDARD
and
STANDARD_INFREQUENT_ACCESS
.TableClass
public TableClassSummary withTableClass(TableClass tableClass)
The table class of the specified table. Valid values are STANDARD
and
STANDARD_INFREQUENT_ACCESS
.
tableClass
- The table class of the specified table. Valid values are STANDARD
and
STANDARD_INFREQUENT_ACCESS
.TableClass
public void setLastUpdateDateTime(Date lastUpdateDateTime)
The date and time at which the table class was last updated.
lastUpdateDateTime
- The date and time at which the table class was last updated.public Date getLastUpdateDateTime()
The date and time at which the table class was last updated.
public TableClassSummary withLastUpdateDateTime(Date lastUpdateDateTime)
The date and time at which the table class was last updated.
lastUpdateDateTime
- The date and time at which the table class was last updated.public String toString()
toString
in class Object
Object.toString()
public TableClassSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.