@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConversionTasksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeConversionTasksRequest>
NOOP| Constructor and Description | 
|---|
| DescribeConversionTasksRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeConversionTasksRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| List<String> | getConversionTaskIds()
 The conversion task IDs. | 
| Request<DescribeConversionTasksRequest> | getDryRunRequest()This method is intended for internal use only. | 
| int | hashCode() | 
| void | setConversionTaskIds(Collection<String> conversionTaskIds)
 The conversion task IDs. | 
| String | toString()Returns a string representation of this object. | 
| DescribeConversionTasksRequest | withConversionTaskIds(Collection<String> conversionTaskIds)
 The conversion task IDs. | 
| DescribeConversionTasksRequest | withConversionTaskIds(String... conversionTaskIds)
 The conversion task IDs. | 
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, withSdkRequestTimeoutpublic List<String> getConversionTaskIds()
The conversion task IDs.
public void setConversionTaskIds(Collection<String> conversionTaskIds)
The conversion task IDs.
conversionTaskIds - The conversion task IDs.public DescribeConversionTasksRequest withConversionTaskIds(String... conversionTaskIds)
The conversion task IDs.
 NOTE: This method appends the values to the existing list (if any). Use
 setConversionTaskIds(java.util.Collection) or withConversionTaskIds(java.util.Collection) if
 you want to override the existing values.
 
conversionTaskIds - The conversion task IDs.public DescribeConversionTasksRequest withConversionTaskIds(Collection<String> conversionTaskIds)
The conversion task IDs.
conversionTaskIds - The conversion task IDs.public Request<DescribeConversionTasksRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DescribeConversionTasksRequest>public String toString()
toString in class ObjectObject.toString()public DescribeConversionTasksRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()