@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClientSideTimestamps extends Object implements Serializable, Cloneable, StructuredPojo
The client-side timestamp setting of the table.
For more information, see How it works: Amazon Keyspaces client-side timestamps in the Amazon Keyspaces Developer Guide.
Constructor and Description |
---|
ClientSideTimestamps() |
Modifier and Type | Method and Description |
---|---|
ClientSideTimestamps |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
Shows how to enable client-side timestamps settings for the specified table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStatus(String status)
Shows how to enable client-side timestamps settings for the specified table.
|
String |
toString()
Returns a string representation of this object.
|
ClientSideTimestamps |
withStatus(ClientSideTimestampsStatus status)
Shows how to enable client-side timestamps settings for the specified table.
|
ClientSideTimestamps |
withStatus(String status)
Shows how to enable client-side timestamps settings for the specified table.
|
public void setStatus(String status)
Shows how to enable client-side timestamps settings for the specified table.
status
- Shows how to enable client-side timestamps settings for the specified table.ClientSideTimestampsStatus
public String getStatus()
Shows how to enable client-side timestamps settings for the specified table.
ClientSideTimestampsStatus
public ClientSideTimestamps withStatus(String status)
Shows how to enable client-side timestamps settings for the specified table.
status
- Shows how to enable client-side timestamps settings for the specified table.ClientSideTimestampsStatus
public ClientSideTimestamps withStatus(ClientSideTimestampsStatus status)
Shows how to enable client-side timestamps settings for the specified table.
status
- Shows how to enable client-side timestamps settings for the specified table.ClientSideTimestampsStatus
public String toString()
toString
in class Object
Object.toString()
public ClientSideTimestamps clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.