@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDeleteReadSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
BatchDeleteReadSetRequest () |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteReadSetRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
List<String> |
getIds ()
The read sets' IDs.
|
String |
getSequenceStoreId ()
The read sets' sequence store ID.
|
int |
hashCode () |
void |
setIds (Collection<String> ids)
The read sets' IDs.
|
void |
setSequenceStoreId (String sequenceStoreId)
The read sets' sequence store ID.
|
String |
toString ()
Returns a string representation of this object.
|
BatchDeleteReadSetRequest |
withIds (Collection<String> ids)
The read sets' IDs.
|
BatchDeleteReadSetRequest |
withIds (String... ids)
The read sets' IDs.
|
BatchDeleteReadSetRequest |
withSequenceStoreId (String sequenceStoreId)
The read sets' sequence store ID.
|
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 BatchDeleteReadSetRequest()
public void setIds(Collection<String> ids)
The read sets' IDs.
ids - The read sets' IDs.public BatchDeleteReadSetRequest withIds(String... ids)
The read sets' IDs.
NOTE: This method appends the values to the existing list (if any). Use
setIds(java.util.Collection) or withIds(java.util.Collection) if you want to override the
existing values.
ids - The read sets' IDs.public BatchDeleteReadSetRequest withIds(Collection<String> ids)
The read sets' IDs.
ids - The read sets' IDs.public void setSequenceStoreId(String sequenceStoreId)
The read sets' sequence store ID.
sequenceStoreId - The read sets' sequence store ID.public String getSequenceStoreId()
The read sets' sequence store ID.
public BatchDeleteReadSetRequest withSequenceStoreId(String sequenceStoreId)
The read sets' sequence store ID.
sequenceStoreId - The read sets' sequence store ID.public String toString()
toString in class Object Object.toString() public BatchDeleteReadSetRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()