@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VcfOptions extends Object implements Serializable, Cloneable, StructuredPojo
Formatting options for a VCF file.
Constructor and Description |
---|
VcfOptions() |
Modifier and Type | Method and Description |
---|---|
VcfOptions |
clone() |
boolean |
equals(Object obj) |
Boolean |
getIgnoreFilterField()
The file's ignore filter field setting.
|
Boolean |
getIgnoreQualField()
The file's ignore qual field setting.
|
int |
hashCode() |
Boolean |
isIgnoreFilterField()
The file's ignore filter field setting.
|
Boolean |
isIgnoreQualField()
The file's ignore qual field setting.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIgnoreFilterField(Boolean ignoreFilterField)
The file's ignore filter field setting.
|
void |
setIgnoreQualField(Boolean ignoreQualField)
The file's ignore qual field setting.
|
String |
toString()
Returns a string representation of this object.
|
VcfOptions |
withIgnoreFilterField(Boolean ignoreFilterField)
The file's ignore filter field setting.
|
VcfOptions |
withIgnoreQualField(Boolean ignoreQualField)
The file's ignore qual field setting.
|
public void setIgnoreFilterField(Boolean ignoreFilterField)
The file's ignore filter field setting.
ignoreFilterField
- The file's ignore filter field setting.public Boolean getIgnoreFilterField()
The file's ignore filter field setting.
public VcfOptions withIgnoreFilterField(Boolean ignoreFilterField)
The file's ignore filter field setting.
ignoreFilterField
- The file's ignore filter field setting.public Boolean isIgnoreFilterField()
The file's ignore filter field setting.
public void setIgnoreQualField(Boolean ignoreQualField)
The file's ignore qual field setting.
ignoreQualField
- The file's ignore qual field setting.public Boolean getIgnoreQualField()
The file's ignore qual field setting.
public VcfOptions withIgnoreQualField(Boolean ignoreQualField)
The file's ignore qual field setting.
ignoreQualField
- The file's ignore qual field setting.public Boolean isIgnoreQualField()
The file's ignore qual field setting.
public String toString()
toString
in class Object
Object.toString()
public VcfOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.