@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StoreOptions extends Object implements Serializable, Cloneable, StructuredPojo
Settings for a store.
Constructor and Description |
---|
StoreOptions() |
Modifier and Type | Method and Description |
---|---|
StoreOptions |
clone() |
boolean |
equals(Object obj) |
TsvStoreOptions |
getTsvStoreOptions()
File settings for a TSV store.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTsvStoreOptions(TsvStoreOptions tsvStoreOptions)
File settings for a TSV store.
|
String |
toString()
Returns a string representation of this object.
|
StoreOptions |
withTsvStoreOptions(TsvStoreOptions tsvStoreOptions)
File settings for a TSV store.
|
public void setTsvStoreOptions(TsvStoreOptions tsvStoreOptions)
File settings for a TSV store.
tsvStoreOptions
- File settings for a TSV store.public TsvStoreOptions getTsvStoreOptions()
File settings for a TSV store.
public StoreOptions withTsvStoreOptions(TsvStoreOptions tsvStoreOptions)
File settings for a TSV store.
tsvStoreOptions
- File settings for a TSV store.public String toString()
toString
in class Object
Object.toString()
public StoreOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.