@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMultipartReadSetUploadResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateMultipartReadSetUploadResult() |
Modifier and Type | Method and Description |
---|---|
CreateMultipartReadSetUploadResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateMultipartReadSetUploadResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateMultipartReadSetUploadResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The creation time of the multipart upload.
|
String |
getDescription()
The description of the read set.
|
String |
getGeneratedFrom()
The source of the read set.
|
String |
getName()
The name of the read set.
|
String |
getReferenceArn()
The read set source's reference ARN.
|
String |
getSampleId()
The source's sample ID.
|
String |
getSequenceStoreId()
The sequence store ID for the store that the read set will be created in.
|
String |
getSourceFileType()
The file type of the read set source.
|
String |
getSubjectId()
The source's subject ID.
|
Map<String,String> |
getTags()
The tags to add to the read set.
|
String |
getUploadId()
The ID for the initiated multipart upload.
|
int |
hashCode() |
void |
setCreationTime(Date creationTime)
The creation time of the multipart upload.
|
void |
setDescription(String description)
The description of the read set.
|
void |
setGeneratedFrom(String generatedFrom)
The source of the read set.
|
void |
setName(String name)
The name of the read set.
|
void |
setReferenceArn(String referenceArn)
The read set source's reference ARN.
|
void |
setSampleId(String sampleId)
The source's sample ID.
|
void |
setSequenceStoreId(String sequenceStoreId)
The sequence store ID for the store that the read set will be created in.
|
void |
setSourceFileType(String sourceFileType)
The file type of the read set source.
|
void |
setSubjectId(String subjectId)
The source's subject ID.
|
void |
setTags(Map<String,String> tags)
The tags to add to the read set.
|
void |
setUploadId(String uploadId)
The ID for the initiated multipart upload.
|
String |
toString()
Returns a string representation of this object.
|
CreateMultipartReadSetUploadResult |
withCreationTime(Date creationTime)
The creation time of the multipart upload.
|
CreateMultipartReadSetUploadResult |
withDescription(String description)
The description of the read set.
|
CreateMultipartReadSetUploadResult |
withGeneratedFrom(String generatedFrom)
The source of the read set.
|
CreateMultipartReadSetUploadResult |
withName(String name)
The name of the read set.
|
CreateMultipartReadSetUploadResult |
withReferenceArn(String referenceArn)
The read set source's reference ARN.
|
CreateMultipartReadSetUploadResult |
withSampleId(String sampleId)
The source's sample ID.
|
CreateMultipartReadSetUploadResult |
withSequenceStoreId(String sequenceStoreId)
The sequence store ID for the store that the read set will be created in.
|
CreateMultipartReadSetUploadResult |
withSourceFileType(FileType sourceFileType)
The file type of the read set source.
|
CreateMultipartReadSetUploadResult |
withSourceFileType(String sourceFileType)
The file type of the read set source.
|
CreateMultipartReadSetUploadResult |
withSubjectId(String subjectId)
The source's subject ID.
|
CreateMultipartReadSetUploadResult |
withTags(Map<String,String> tags)
The tags to add to the read set.
|
CreateMultipartReadSetUploadResult |
withUploadId(String uploadId)
The ID for the initiated multipart upload.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSequenceStoreId(String sequenceStoreId)
The sequence store ID for the store that the read set will be created in.
sequenceStoreId
- The sequence store ID for the store that the read set will be created in.public String getSequenceStoreId()
The sequence store ID for the store that the read set will be created in.
public CreateMultipartReadSetUploadResult withSequenceStoreId(String sequenceStoreId)
The sequence store ID for the store that the read set will be created in.
sequenceStoreId
- The sequence store ID for the store that the read set will be created in.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 CreateMultipartReadSetUploadResult withUploadId(String uploadId)
The ID for the initiated multipart upload.
uploadId
- The ID for the initiated multipart upload.public void setSourceFileType(String sourceFileType)
The file type of the read set source.
sourceFileType
- The file type of the read set source.FileType
public String getSourceFileType()
The file type of the read set source.
FileType
public CreateMultipartReadSetUploadResult withSourceFileType(String sourceFileType)
The file type of the read set source.
sourceFileType
- The file type of the read set source.FileType
public CreateMultipartReadSetUploadResult withSourceFileType(FileType sourceFileType)
The file type of the read set source.
sourceFileType
- The file type of the read set source.FileType
public void setSubjectId(String subjectId)
The source's subject ID.
subjectId
- The source's subject ID.public String getSubjectId()
The source's subject ID.
public CreateMultipartReadSetUploadResult 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 CreateMultipartReadSetUploadResult withSampleId(String sampleId)
The source's sample ID.
sampleId
- The source's sample ID.public void setGeneratedFrom(String generatedFrom)
The source of the read set.
generatedFrom
- The source of the read set.public String getGeneratedFrom()
The source of the read set.
public CreateMultipartReadSetUploadResult withGeneratedFrom(String generatedFrom)
The source of the read set.
generatedFrom
- The source of the read set.public void setReferenceArn(String referenceArn)
The read set source's reference ARN.
referenceArn
- The read set source's reference ARN.public String getReferenceArn()
The read set source's reference ARN.
public CreateMultipartReadSetUploadResult withReferenceArn(String referenceArn)
The read set source's reference ARN.
referenceArn
- The read set source's reference ARN.public void setName(String name)
The name of the read set.
name
- The name of the read set.public String getName()
The name of the read set.
public CreateMultipartReadSetUploadResult withName(String name)
The name of the read set.
name
- The name of the read set.public void setDescription(String description)
The description of the read set.
description
- The description of the read set.public String getDescription()
The description of the read set.
public CreateMultipartReadSetUploadResult withDescription(String description)
The description of the read set.
description
- The description of the read set.public Map<String,String> getTags()
The tags to add to the read set.
public void setTags(Map<String,String> tags)
The tags to add to the read set.
tags
- The tags to add to the read set.public CreateMultipartReadSetUploadResult withTags(Map<String,String> tags)
The tags to add to the read set.
tags
- The tags to add to the read set.public CreateMultipartReadSetUploadResult addTagsEntry(String key, String value)
public CreateMultipartReadSetUploadResult clearTagsEntries()
public void setCreationTime(Date creationTime)
The creation time of the multipart upload.
creationTime
- The creation time of the multipart upload.public Date getCreationTime()
The creation time of the multipart upload.
public CreateMultipartReadSetUploadResult withCreationTime(Date creationTime)
The creation time of the multipart upload.
creationTime
- The creation time of the multipart upload.public String toString()
toString
in class Object
Object.toString()
public CreateMultipartReadSetUploadResult clone()