@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMultipartReadSetUploadRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateMultipartReadSetUploadRequest() |
Modifier and Type | Method and Description |
---|---|
CreateMultipartReadSetUploadRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateMultipartReadSetUploadRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateMultipartReadSetUploadRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
An idempotency token that can be used to avoid triggering multiple multipart uploads.
|
String |
getDescription()
The description of the read set.
|
String |
getGeneratedFrom()
Where the source originated.
|
String |
getName()
The name of the read set.
|
String |
getReferenceArn()
The ARN of the reference.
|
String |
getSampleId()
The source's sample ID.
|
String |
getSequenceStoreId()
The sequence store ID for the store that is the destination of the multipart uploads.
|
String |
getSourceFileType()
The type of file being uploaded.
|
String |
getSubjectId()
The source's subject ID.
|
Map<String,String> |
getTags()
Any tags to add to the read set.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
An idempotency token that can be used to avoid triggering multiple multipart uploads.
|
void |
setDescription(String description)
The description of the read set.
|
void |
setGeneratedFrom(String generatedFrom)
Where the source originated.
|
void |
setName(String name)
The name of the read set.
|
void |
setReferenceArn(String referenceArn)
The ARN of the reference.
|
void |
setSampleId(String sampleId)
The source's sample ID.
|
void |
setSequenceStoreId(String sequenceStoreId)
The sequence store ID for the store that is the destination of the multipart uploads.
|
void |
setSourceFileType(String sourceFileType)
The type of file being uploaded.
|
void |
setSubjectId(String subjectId)
The source's subject ID.
|
void |
setTags(Map<String,String> tags)
Any tags to add to the read set.
|
String |
toString()
Returns a string representation of this object.
|
CreateMultipartReadSetUploadRequest |
withClientToken(String clientToken)
An idempotency token that can be used to avoid triggering multiple multipart uploads.
|
CreateMultipartReadSetUploadRequest |
withDescription(String description)
The description of the read set.
|
CreateMultipartReadSetUploadRequest |
withGeneratedFrom(String generatedFrom)
Where the source originated.
|
CreateMultipartReadSetUploadRequest |
withName(String name)
The name of the read set.
|
CreateMultipartReadSetUploadRequest |
withReferenceArn(String referenceArn)
The ARN of the reference.
|
CreateMultipartReadSetUploadRequest |
withSampleId(String sampleId)
The source's sample ID.
|
CreateMultipartReadSetUploadRequest |
withSequenceStoreId(String sequenceStoreId)
The sequence store ID for the store that is the destination of the multipart uploads.
|
CreateMultipartReadSetUploadRequest |
withSourceFileType(FileType sourceFileType)
The type of file being uploaded.
|
CreateMultipartReadSetUploadRequest |
withSourceFileType(String sourceFileType)
The type of file being uploaded.
|
CreateMultipartReadSetUploadRequest |
withSubjectId(String subjectId)
The source's subject ID.
|
CreateMultipartReadSetUploadRequest |
withTags(Map<String,String> tags)
Any tags to add to the read set.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setSequenceStoreId(String sequenceStoreId)
The sequence store ID for the store that is the destination of the multipart uploads.
sequenceStoreId
- The sequence store ID for the store that is the destination of the multipart uploads.public String getSequenceStoreId()
The sequence store ID for the store that is the destination of the multipart uploads.
public CreateMultipartReadSetUploadRequest withSequenceStoreId(String sequenceStoreId)
The sequence store ID for the store that is the destination of the multipart uploads.
sequenceStoreId
- The sequence store ID for the store that is the destination of the multipart uploads.public void setClientToken(String clientToken)
An idempotency token that can be used to avoid triggering multiple multipart uploads.
clientToken
- An idempotency token that can be used to avoid triggering multiple multipart uploads.public String getClientToken()
An idempotency token that can be used to avoid triggering multiple multipart uploads.
public CreateMultipartReadSetUploadRequest withClientToken(String clientToken)
An idempotency token that can be used to avoid triggering multiple multipart uploads.
clientToken
- An idempotency token that can be used to avoid triggering multiple multipart uploads.public void setSourceFileType(String sourceFileType)
The type of file being uploaded.
sourceFileType
- The type of file being uploaded.FileType
public String getSourceFileType()
The type of file being uploaded.
FileType
public CreateMultipartReadSetUploadRequest withSourceFileType(String sourceFileType)
The type of file being uploaded.
sourceFileType
- The type of file being uploaded.FileType
public CreateMultipartReadSetUploadRequest withSourceFileType(FileType sourceFileType)
The type of file being uploaded.
sourceFileType
- The type of file being uploaded.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 CreateMultipartReadSetUploadRequest 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 CreateMultipartReadSetUploadRequest 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 CreateMultipartReadSetUploadRequest withGeneratedFrom(String generatedFrom)
Where the source originated.
generatedFrom
- Where the source originated.public void setReferenceArn(String referenceArn)
The ARN of the reference.
referenceArn
- The ARN of the reference.public String getReferenceArn()
The ARN of the reference.
public CreateMultipartReadSetUploadRequest withReferenceArn(String referenceArn)
The ARN of the reference.
referenceArn
- The ARN of the reference.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 CreateMultipartReadSetUploadRequest 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 CreateMultipartReadSetUploadRequest withDescription(String description)
The description of the read set.
description
- The description of the read set.public Map<String,String> getTags()
Any tags to add to the read set.
public void setTags(Map<String,String> tags)
Any tags to add to the read set.
tags
- Any tags to add to the read set.public CreateMultipartReadSetUploadRequest withTags(Map<String,String> tags)
Any tags to add to the read set.
tags
- Any tags to add to the read set.public CreateMultipartReadSetUploadRequest addTagsEntry(String key, String value)
public CreateMultipartReadSetUploadRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateMultipartReadSetUploadRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()