@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDeleteUniqueIdRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchDeleteUniqueIdRequest() |
Modifier and Type | Method and Description |
---|---|
BatchDeleteUniqueIdRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getInputSource()
The input source for the batch delete unique ID operation.
|
List<String> |
getUniqueIds()
The unique IDs to delete.
|
String |
getWorkflowName()
The name of the workflow.
|
int |
hashCode() |
void |
setInputSource(String inputSource)
The input source for the batch delete unique ID operation.
|
void |
setUniqueIds(Collection<String> uniqueIds)
The unique IDs to delete.
|
void |
setWorkflowName(String workflowName)
The name of the workflow.
|
String |
toString()
Returns a string representation of this object.
|
BatchDeleteUniqueIdRequest |
withInputSource(String inputSource)
The input source for the batch delete unique ID operation.
|
BatchDeleteUniqueIdRequest |
withUniqueIds(Collection<String> uniqueIds)
The unique IDs to delete.
|
BatchDeleteUniqueIdRequest |
withUniqueIds(String... uniqueIds)
The unique IDs to delete.
|
BatchDeleteUniqueIdRequest |
withWorkflowName(String workflowName)
The name of the workflow.
|
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 setInputSource(String inputSource)
The input source for the batch delete unique ID operation.
inputSource
- The input source for the batch delete unique ID operation.public String getInputSource()
The input source for the batch delete unique ID operation.
public BatchDeleteUniqueIdRequest withInputSource(String inputSource)
The input source for the batch delete unique ID operation.
inputSource
- The input source for the batch delete unique ID operation.public List<String> getUniqueIds()
The unique IDs to delete.
public void setUniqueIds(Collection<String> uniqueIds)
The unique IDs to delete.
uniqueIds
- The unique IDs to delete.public BatchDeleteUniqueIdRequest withUniqueIds(String... uniqueIds)
The unique IDs to delete.
NOTE: This method appends the values to the existing list (if any). Use
setUniqueIds(java.util.Collection)
or withUniqueIds(java.util.Collection)
if you want to
override the existing values.
uniqueIds
- The unique IDs to delete.public BatchDeleteUniqueIdRequest withUniqueIds(Collection<String> uniqueIds)
The unique IDs to delete.
uniqueIds
- The unique IDs to delete.public void setWorkflowName(String workflowName)
The name of the workflow.
workflowName
- The name of the workflow.public String getWorkflowName()
The name of the workflow.
public BatchDeleteUniqueIdRequest withWorkflowName(String workflowName)
The name of the workflow.
workflowName
- The name of the workflow.public String toString()
toString
in class Object
Object.toString()
public BatchDeleteUniqueIdRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()