@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MultipartReadSetUploadListItem extends Object implements Serializable, Cloneable, StructuredPojo
Part of the response to ListMultipartReadSetUploads, excluding completed and aborted multipart uploads.
Constructor and Description |
---|
MultipartReadSetUploadListItem() |
Modifier and Type | Method and Description |
---|---|
MultipartReadSetUploadListItem |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
MultipartReadSetUploadListItem |
clearTagsEntries()
Removes all the entries added into Tags.
|
MultipartReadSetUploadListItem |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The time stamp for when a direct upload was created.
|
String |
getDescription()
The description of a read set.
|
String |
getGeneratedFrom()
The source of an uploaded part.
|
String |
getName()
The name of a read set.
|
String |
getReferenceArn()
The source's reference ARN.
|
String |
getSampleId()
The read set source's sample ID.
|
String |
getSequenceStoreId()
The sequence store ID used for the multipart upload.
|
String |
getSourceFileType()
The type of file the read set originated from.
|
String |
getSubjectId()
The read set source's subject ID.
|
Map<String,String> |
getTags()
Any tags you wish to add to a read set.
|
String |
getUploadId()
The ID for the initiated multipart upload.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
The time stamp for when a direct upload was created.
|
void |
setDescription(String description)
The description of a read set.
|
void |
setGeneratedFrom(String generatedFrom)
The source of an uploaded part.
|
void |
setName(String name)
The name of a read set.
|
void |
setReferenceArn(String referenceArn)
The source's reference ARN.
|
void |
setSampleId(String sampleId)
The read set source's sample ID.
|
void |
setSequenceStoreId(String sequenceStoreId)
The sequence store ID used for the multipart upload.
|
void |
setSourceFileType(String sourceFileType)
The type of file the read set originated from.
|
void |
setSubjectId(String subjectId)
The read set source's subject ID.
|
void |
setTags(Map<String,String> tags)
Any tags you wish to add to a read set.
|
void |
setUploadId(String uploadId)
The ID for the initiated multipart upload.
|
String |
toString()
Returns a string representation of this object.
|
MultipartReadSetUploadListItem |
withCreationTime(Date creationTime)
The time stamp for when a direct upload was created.
|
MultipartReadSetUploadListItem |
withDescription(String description)
The description of a read set.
|
MultipartReadSetUploadListItem |
withGeneratedFrom(String generatedFrom)
The source of an uploaded part.
|
MultipartReadSetUploadListItem |
withName(String name)
The name of a read set.
|
MultipartReadSetUploadListItem |
withReferenceArn(String referenceArn)
The source's reference ARN.
|
MultipartReadSetUploadListItem |
withSampleId(String sampleId)
The read set source's sample ID.
|
MultipartReadSetUploadListItem |
withSequenceStoreId(String sequenceStoreId)
The sequence store ID used for the multipart upload.
|
MultipartReadSetUploadListItem |
withSourceFileType(FileType sourceFileType)
The type of file the read set originated from.
|
MultipartReadSetUploadListItem |
withSourceFileType(String sourceFileType)
The type of file the read set originated from.
|
MultipartReadSetUploadListItem |
withSubjectId(String subjectId)
The read set source's subject ID.
|
MultipartReadSetUploadListItem |
withTags(Map<String,String> tags)
Any tags you wish to add to a read set.
|
MultipartReadSetUploadListItem |
withUploadId(String uploadId)
The ID for the initiated multipart upload.
|
public void setSequenceStoreId(String sequenceStoreId)
The sequence store ID used for the multipart upload.
sequenceStoreId
- The sequence store ID used for the multipart upload.public String getSequenceStoreId()
The sequence store ID used for the multipart upload.
public MultipartReadSetUploadListItem withSequenceStoreId(String sequenceStoreId)
The sequence store ID used for the multipart upload.
sequenceStoreId
- The sequence store ID used for the multipart upload.public void setUploadId(String uploadId)
The ID for the initiated multipart upload.
uploadId
- The ID for the initiated multipart upload.public String getUploadId()
The ID for the initiated multipart upload.
public MultipartReadSetUploadListItem withUploadId(String uploadId)
The ID for the initiated multipart upload.
uploadId
- The ID for the initiated multipart upload.public void setSourceFileType(String sourceFileType)
The type of file the read set originated from.
sourceFileType
- The type of file the read set originated from.FileType
public String getSourceFileType()
The type of file the read set originated from.
FileType
public MultipartReadSetUploadListItem withSourceFileType(String sourceFileType)
The type of file the read set originated from.
sourceFileType
- The type of file the read set originated from.FileType
public MultipartReadSetUploadListItem withSourceFileType(FileType sourceFileType)
The type of file the read set originated from.
sourceFileType
- The type of file the read set originated from.FileType
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 MultipartReadSetUploadListItem withSubjectId(String subjectId)
The read set source's subject ID.
subjectId
- The read set source's subject ID.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 MultipartReadSetUploadListItem withSampleId(String sampleId)
The read set source's sample ID.
sampleId
- The read set source's sample ID.public void setGeneratedFrom(String generatedFrom)
The source of an uploaded part.
generatedFrom
- The source of an uploaded part.public String getGeneratedFrom()
The source of an uploaded part.
public MultipartReadSetUploadListItem withGeneratedFrom(String generatedFrom)
The source of an uploaded part.
generatedFrom
- The source of an uploaded part.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 MultipartReadSetUploadListItem withReferenceArn(String referenceArn)
The source's reference ARN.
referenceArn
- The source's reference ARN.public void setName(String name)
The name of a read set.
name
- The name of a read set.public String getName()
The name of a read set.
public MultipartReadSetUploadListItem withName(String name)
The name of a read set.
name
- The name of a read set.public void setDescription(String description)
The description of a read set.
description
- The description of a read set.public String getDescription()
The description of a read set.
public MultipartReadSetUploadListItem withDescription(String description)
The description of a read set.
description
- The description of a read set.public Map<String,String> getTags()
Any tags you wish to add to a read set.
public void setTags(Map<String,String> tags)
Any tags you wish to add to a read set.
tags
- Any tags you wish to add to a read set.public MultipartReadSetUploadListItem withTags(Map<String,String> tags)
Any tags you wish to add to a read set.
tags
- Any tags you wish to add to a read set.public MultipartReadSetUploadListItem addTagsEntry(String key, String value)
public MultipartReadSetUploadListItem clearTagsEntries()
public void setCreationTime(Date creationTime)
The time stamp for when a direct upload was created.
creationTime
- The time stamp for when a direct upload was created.public Date getCreationTime()
The time stamp for when a direct upload was created.
public MultipartReadSetUploadListItem withCreationTime(Date creationTime)
The time stamp for when a direct upload was created.
creationTime
- The time stamp for when a direct upload was created.public String toString()
toString
in class Object
Object.toString()
public MultipartReadSetUploadListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.