@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReadSetFilter extends Object implements Serializable, Cloneable, StructuredPojo
A filter for read sets.
| Constructor and Description |
|---|
ReadSetFilter() |
| Modifier and Type | Method and Description |
|---|---|
ReadSetFilter |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAfter()
The filter's start date.
|
Date |
getCreatedBefore()
The filter's end date.
|
String |
getCreationType()
The creation type of the read set.
|
String |
getGeneratedFrom()
Where the source originated.
|
String |
getName()
A name to filter on.
|
String |
getReferenceArn()
A genome reference ARN to filter on.
|
String |
getSampleId()
The read set source's sample ID.
|
String |
getStatus()
A status to filter on.
|
String |
getSubjectId()
The read set source's subject ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCreatedAfter(Date createdAfter)
The filter's start date.
|
void |
setCreatedBefore(Date createdBefore)
The filter's end date.
|
void |
setCreationType(String creationType)
The creation type of the read set.
|
void |
setGeneratedFrom(String generatedFrom)
Where the source originated.
|
void |
setName(String name)
A name to filter on.
|
void |
setReferenceArn(String referenceArn)
A genome reference ARN to filter on.
|
void |
setSampleId(String sampleId)
The read set source's sample ID.
|
void |
setStatus(String status)
A status to filter on.
|
void |
setSubjectId(String subjectId)
The read set source's subject ID.
|
String |
toString()
Returns a string representation of this object.
|
ReadSetFilter |
withCreatedAfter(Date createdAfter)
The filter's start date.
|
ReadSetFilter |
withCreatedBefore(Date createdBefore)
The filter's end date.
|
ReadSetFilter |
withCreationType(CreationType creationType)
The creation type of the read set.
|
ReadSetFilter |
withCreationType(String creationType)
The creation type of the read set.
|
ReadSetFilter |
withGeneratedFrom(String generatedFrom)
Where the source originated.
|
ReadSetFilter |
withName(String name)
A name to filter on.
|
ReadSetFilter |
withReferenceArn(String referenceArn)
A genome reference ARN to filter on.
|
ReadSetFilter |
withSampleId(String sampleId)
The read set source's sample ID.
|
ReadSetFilter |
withStatus(ReadSetStatus status)
A status to filter on.
|
ReadSetFilter |
withStatus(String status)
A status to filter on.
|
ReadSetFilter |
withSubjectId(String subjectId)
The read set source's subject ID.
|
public void setName(String name)
A name to filter on.
name - A name to filter on.public String getName()
A name to filter on.
public ReadSetFilter withName(String name)
A name to filter on.
name - A name to filter on.public void setStatus(String status)
A status to filter on.
status - A status to filter on.ReadSetStatuspublic String getStatus()
A status to filter on.
ReadSetStatuspublic ReadSetFilter withStatus(String status)
A status to filter on.
status - A status to filter on.ReadSetStatuspublic ReadSetFilter withStatus(ReadSetStatus status)
A status to filter on.
status - A status to filter on.ReadSetStatuspublic void setReferenceArn(String referenceArn)
A genome reference ARN to filter on.
referenceArn - A genome reference ARN to filter on.public String getReferenceArn()
A genome reference ARN to filter on.
public ReadSetFilter withReferenceArn(String referenceArn)
A genome reference ARN to filter on.
referenceArn - A genome reference ARN to filter on.public void setCreatedAfter(Date createdAfter)
The filter's start date.
createdAfter - The filter's start date.public Date getCreatedAfter()
The filter's start date.
public ReadSetFilter withCreatedAfter(Date createdAfter)
The filter's start date.
createdAfter - The filter's start date.public void setCreatedBefore(Date createdBefore)
The filter's end date.
createdBefore - The filter's end date.public Date getCreatedBefore()
The filter's end date.
public ReadSetFilter withCreatedBefore(Date createdBefore)
The filter's end date.
createdBefore - The filter's end date.public void setSampleId(String sampleId)
The read set source's sample ID.
sampleId - The read set source's sample ID.public String getSampleId()
The read set source's sample ID.
public ReadSetFilter withSampleId(String sampleId)
The read set source's sample ID.
sampleId - The read set source's sample ID.public void setSubjectId(String subjectId)
The read set source's subject ID.
subjectId - The read set source's subject ID.public String getSubjectId()
The read set source's subject ID.
public ReadSetFilter withSubjectId(String subjectId)
The read set source's subject ID.
subjectId - The read set source's subject ID.public void setGeneratedFrom(String generatedFrom)
Where the source originated.
generatedFrom - Where the source originated.public String getGeneratedFrom()
Where the source originated.
public ReadSetFilter withGeneratedFrom(String generatedFrom)
Where the source originated.
generatedFrom - Where the source originated.public void setCreationType(String creationType)
The creation type of the read set.
creationType - The creation type of the read set.CreationTypepublic String getCreationType()
The creation type of the read set.
CreationTypepublic ReadSetFilter withCreationType(String creationType)
The creation type of the read set.
creationType - The creation type of the read set.CreationTypepublic ReadSetFilter withCreationType(CreationType creationType)
The creation type of the read set.
creationType - The creation type of the read set.CreationTypepublic String toString()
toString in class ObjectObject.toString()public ReadSetFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.