@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartReadSetImportJobSourceItem extends Object implements Serializable, Cloneable, StructuredPojo
A source for a read set import job.
| Constructor and Description |
|---|
StartReadSetImportJobSourceItem() |
| Modifier and Type | Method and Description |
|---|---|
StartReadSetImportJobSourceItem |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
StartReadSetImportJobSourceItem |
clearTagsEntries()
Removes all the entries added into Tags.
|
StartReadSetImportJobSourceItem |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The source's description.
|
String |
getGeneratedFrom()
Where the source originated.
|
String |
getName()
The source's name.
|
String |
getReferenceArn()
The source's reference ARN.
|
String |
getSampleId()
The source's sample ID.
|
SourceFiles |
getSourceFiles()
The source files' location in Amazon S3.
|
String |
getSourceFileType()
The source's file type.
|
String |
getSubjectId()
The source's subject ID.
|
Map<String,String> |
getTags()
The source's tags.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDescription(String description)
The source's description.
|
void |
setGeneratedFrom(String generatedFrom)
Where the source originated.
|
void |
setName(String name)
The source's name.
|
void |
setReferenceArn(String referenceArn)
The source's reference ARN.
|
void |
setSampleId(String sampleId)
The source's sample ID.
|
void |
setSourceFiles(SourceFiles sourceFiles)
The source files' location in Amazon S3.
|
void |
setSourceFileType(String sourceFileType)
The source's file type.
|
void |
setSubjectId(String subjectId)
The source's subject ID.
|
void |
setTags(Map<String,String> tags)
The source's tags.
|
String |
toString()
Returns a string representation of this object.
|
StartReadSetImportJobSourceItem |
withDescription(String description)
The source's description.
|
StartReadSetImportJobSourceItem |
withGeneratedFrom(String generatedFrom)
Where the source originated.
|
StartReadSetImportJobSourceItem |
withName(String name)
The source's name.
|
StartReadSetImportJobSourceItem |
withReferenceArn(String referenceArn)
The source's reference ARN.
|
StartReadSetImportJobSourceItem |
withSampleId(String sampleId)
The source's sample ID.
|
StartReadSetImportJobSourceItem |
withSourceFiles(SourceFiles sourceFiles)
The source files' location in Amazon S3.
|
StartReadSetImportJobSourceItem |
withSourceFileType(FileType sourceFileType)
The source's file type.
|
StartReadSetImportJobSourceItem |
withSourceFileType(String sourceFileType)
The source's file type.
|
StartReadSetImportJobSourceItem |
withSubjectId(String subjectId)
The source's subject ID.
|
StartReadSetImportJobSourceItem |
withTags(Map<String,String> tags)
The source's tags.
|
public void setSourceFiles(SourceFiles sourceFiles)
The source files' location in Amazon S3.
sourceFiles - The source files' location in Amazon S3.public SourceFiles getSourceFiles()
The source files' location in Amazon S3.
public StartReadSetImportJobSourceItem withSourceFiles(SourceFiles sourceFiles)
The source files' location in Amazon S3.
sourceFiles - The source files' location in Amazon S3.public void setSourceFileType(String sourceFileType)
The source's file type.
sourceFileType - The source's file type.FileTypepublic String getSourceFileType()
The source's file type.
FileTypepublic StartReadSetImportJobSourceItem withSourceFileType(String sourceFileType)
The source's file type.
sourceFileType - The source's file type.FileTypepublic StartReadSetImportJobSourceItem withSourceFileType(FileType sourceFileType)
The source's file type.
sourceFileType - The source's file type.FileTypepublic void setSubjectId(String subjectId)
The source's subject ID.
subjectId - The source's subject ID.public String getSubjectId()
The source's subject ID.
public StartReadSetImportJobSourceItem withSubjectId(String subjectId)
The source's subject ID.
subjectId - The source's subject ID.public void setSampleId(String sampleId)
The source's sample ID.
sampleId - The source's sample ID.public String getSampleId()
The source's sample ID.
public StartReadSetImportJobSourceItem withSampleId(String sampleId)
The source's sample ID.
sampleId - The source's sample ID.public void setGeneratedFrom(String generatedFrom)
Where the source originated.
generatedFrom - Where the source originated.public String getGeneratedFrom()
Where the source originated.
public StartReadSetImportJobSourceItem withGeneratedFrom(String generatedFrom)
Where the source originated.
generatedFrom - Where the source originated.public void setReferenceArn(String referenceArn)
The source's reference ARN.
referenceArn - The source's reference ARN.public String getReferenceArn()
The source's reference ARN.
public StartReadSetImportJobSourceItem withReferenceArn(String referenceArn)
The source's reference ARN.
referenceArn - The source's reference ARN.public void setName(String name)
The source's name.
name - The source's name.public String getName()
The source's name.
public StartReadSetImportJobSourceItem withName(String name)
The source's name.
name - The source's name.public void setDescription(String description)
The source's description.
description - The source's description.public String getDescription()
The source's description.
public StartReadSetImportJobSourceItem withDescription(String description)
The source's description.
description - The source's description.public void setTags(Map<String,String> tags)
The source's tags.
tags - The source's tags.public StartReadSetImportJobSourceItem withTags(Map<String,String> tags)
The source's tags.
tags - The source's tags.public StartReadSetImportJobSourceItem addTagsEntry(String key, String value)
public StartReadSetImportJobSourceItem clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public StartReadSetImportJobSourceItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.