@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StaticColumn extends Object implements Serializable, Cloneable, StructuredPojo
The static columns of the table. Static columns store values that are shared by all rows in the same partition.
| Constructor and Description |
|---|
StaticColumn() |
| Modifier and Type | Method and Description |
|---|---|
StaticColumn |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the static column.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name)
The name of the static column.
|
String |
toString()
Returns a string representation of this object.
|
StaticColumn |
withName(String name)
The name of the static column.
|
public void setName(String name)
The name of the static column.
name - The name of the static column.public String getName()
The name of the static column.
public StaticColumn withName(String name)
The name of the static column.
name - The name of the static column.public String toString()
toString in class ObjectObject.toString()public StaticColumn clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.