@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartReadSetExportJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartReadSetExportJobRequest() |
Modifier and Type | Method and Description |
---|---|
StartReadSetExportJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
To ensure that jobs don't run multiple times, specify a unique token for each job.
|
String |
getDestination()
A location for exported files in Amazon S3.
|
String |
getRoleArn()
A service role for the job.
|
String |
getSequenceStoreId()
The read set's sequence store ID.
|
List<ExportReadSet> |
getSources()
The job's source files.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
To ensure that jobs don't run multiple times, specify a unique token for each job.
|
void |
setDestination(String destination)
A location for exported files in Amazon S3.
|
void |
setRoleArn(String roleArn)
A service role for the job.
|
void |
setSequenceStoreId(String sequenceStoreId)
The read set's sequence store ID.
|
void |
setSources(Collection<ExportReadSet> sources)
The job's source files.
|
String |
toString()
Returns a string representation of this object.
|
StartReadSetExportJobRequest |
withClientToken(String clientToken)
To ensure that jobs don't run multiple times, specify a unique token for each job.
|
StartReadSetExportJobRequest |
withDestination(String destination)
A location for exported files in Amazon S3.
|
StartReadSetExportJobRequest |
withRoleArn(String roleArn)
A service role for the job.
|
StartReadSetExportJobRequest |
withSequenceStoreId(String sequenceStoreId)
The read set's sequence store ID.
|
StartReadSetExportJobRequest |
withSources(Collection<ExportReadSet> sources)
The job's source files.
|
StartReadSetExportJobRequest |
withSources(ExportReadSet... sources)
The job's source files.
|
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 read set's sequence store ID.
sequenceStoreId
- The read set's sequence store ID.public String getSequenceStoreId()
The read set's sequence store ID.
public StartReadSetExportJobRequest withSequenceStoreId(String sequenceStoreId)
The read set's sequence store ID.
sequenceStoreId
- The read set's sequence store ID.public void setDestination(String destination)
A location for exported files in Amazon S3.
destination
- A location for exported files in Amazon S3.public String getDestination()
A location for exported files in Amazon S3.
public StartReadSetExportJobRequest withDestination(String destination)
A location for exported files in Amazon S3.
destination
- A location for exported files in Amazon S3.public void setRoleArn(String roleArn)
A service role for the job.
roleArn
- A service role for the job.public String getRoleArn()
A service role for the job.
public StartReadSetExportJobRequest withRoleArn(String roleArn)
A service role for the job.
roleArn
- A service role for the job.public void setClientToken(String clientToken)
To ensure that jobs don't run multiple times, specify a unique token for each job.
clientToken
- To ensure that jobs don't run multiple times, specify a unique token for each job.public String getClientToken()
To ensure that jobs don't run multiple times, specify a unique token for each job.
public StartReadSetExportJobRequest withClientToken(String clientToken)
To ensure that jobs don't run multiple times, specify a unique token for each job.
clientToken
- To ensure that jobs don't run multiple times, specify a unique token for each job.public List<ExportReadSet> getSources()
The job's source files.
public void setSources(Collection<ExportReadSet> sources)
The job's source files.
sources
- The job's source files.public StartReadSetExportJobRequest withSources(ExportReadSet... sources)
The job's source files.
NOTE: This method appends the values to the existing list (if any). Use
setSources(java.util.Collection)
or withSources(java.util.Collection)
if you want to override
the existing values.
sources
- The job's source files.public StartReadSetExportJobRequest withSources(Collection<ExportReadSet> sources)
The job's source files.
sources
- The job's source files.public String toString()
toString
in class Object
Object.toString()
public StartReadSetExportJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()