@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TablePropertyDescription extends Object implements Serializable, Cloneable, StructuredPojo
The properties for the data export table.
| Constructor and Description |
|---|
TablePropertyDescription() |
| Modifier and Type | Method and Description |
|---|---|
TablePropertyDescription |
clone() |
boolean |
equals(Object obj) |
String |
getDefaultValue()
The default value for the table.
|
String |
getDescription()
The description for the table.
|
String |
getName()
The name of the table.
|
List<String> |
getValidValues()
The valid values for the table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDefaultValue(String defaultValue)
The default value for the table.
|
void |
setDescription(String description)
The description for the table.
|
void |
setName(String name)
The name of the table.
|
void |
setValidValues(Collection<String> validValues)
The valid values for the table.
|
String |
toString()
Returns a string representation of this object.
|
TablePropertyDescription |
withDefaultValue(String defaultValue)
The default value for the table.
|
TablePropertyDescription |
withDescription(String description)
The description for the table.
|
TablePropertyDescription |
withName(String name)
The name of the table.
|
TablePropertyDescription |
withValidValues(Collection<String> validValues)
The valid values for the table.
|
TablePropertyDescription |
withValidValues(String... validValues)
The valid values for the table.
|
public void setDefaultValue(String defaultValue)
The default value for the table.
defaultValue - The default value for the table.public String getDefaultValue()
The default value for the table.
public TablePropertyDescription withDefaultValue(String defaultValue)
The default value for the table.
defaultValue - The default value for the table.public void setDescription(String description)
The description for the table.
description - The description for the table.public String getDescription()
The description for the table.
public TablePropertyDescription withDescription(String description)
The description for the table.
description - The description for the table.public void setName(String name)
The name of the table.
name - The name of the table.public String getName()
The name of the table.
public TablePropertyDescription withName(String name)
The name of the table.
name - The name of the table.public List<String> getValidValues()
The valid values for the table.
public void setValidValues(Collection<String> validValues)
The valid values for the table.
validValues - The valid values for the table.public TablePropertyDescription withValidValues(String... validValues)
The valid values for the table.
NOTE: This method appends the values to the existing list (if any). Use
setValidValues(java.util.Collection) or withValidValues(java.util.Collection) if you want to
override the existing values.
validValues - The valid values for the table.public TablePropertyDescription withValidValues(Collection<String> validValues)
The valid values for the table.
validValues - The valid values for the table.public String toString()
toString in class ObjectObject.toString()public TablePropertyDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.