@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VersionOptions extends Object implements Serializable, Cloneable, StructuredPojo
The options for an annotation store version.
Constructor and Description |
---|
VersionOptions() |
Modifier and Type | Method and Description |
---|---|
VersionOptions |
clone() |
boolean |
equals(Object obj) |
TsvVersionOptions |
getTsvVersionOptions()
File settings for a version of a TSV store.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTsvVersionOptions(TsvVersionOptions tsvVersionOptions)
File settings for a version of a TSV store.
|
String |
toString()
Returns a string representation of this object.
|
VersionOptions |
withTsvVersionOptions(TsvVersionOptions tsvVersionOptions)
File settings for a version of a TSV store.
|
public void setTsvVersionOptions(TsvVersionOptions tsvVersionOptions)
File settings for a version of a TSV store.
tsvVersionOptions
- File settings for a version of a TSV store.public TsvVersionOptions getTsvVersionOptions()
File settings for a version of a TSV store.
public VersionOptions withTsvVersionOptions(TsvVersionOptions tsvVersionOptions)
File settings for a version of a TSV store.
tsvVersionOptions
- File settings for a version of a TSV store.public String toString()
toString
in class Object
Object.toString()
public VersionOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.