public class DescribeConversionTasksRequest extends AmazonWebServiceRequest implements Serializable, DryRunSupportedRequest<DescribeConversionTasksRequest>
DescribeConversionTasks operation
.Constructor and Description |
---|
DescribeConversionTasksRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<String> |
getConversionTaskIds()
Returns the value of the ConversionTaskIds property for this object.
|
Request<DescribeConversionTasksRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters()
Returns the value of the Filters property for this object.
|
int |
hashCode() |
void |
setConversionTaskIds(Collection<String> conversionTaskIds)
Sets the value of the ConversionTaskIds property for this object.
|
void |
setFilters(Collection<Filter> filters)
Sets the value of the Filters property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeConversionTasksRequest |
withConversionTaskIds(Collection<String> conversionTaskIds)
Sets the value of the ConversionTaskIds property for this object.
|
DescribeConversionTasksRequest |
withConversionTaskIds(String... conversionTaskIds)
Sets the value of the ConversionTaskIds property for this object.
|
DescribeConversionTasksRequest |
withFilters(Collection<Filter> filters)
Sets the value of the Filters property for this object.
|
DescribeConversionTasksRequest |
withFilters(Filter... filters)
Sets the value of the Filters property for this object.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public List<Filter> getFilters()
public void setFilters(Collection<Filter> filters)
filters
- The new value for the Filters property for this object.public DescribeConversionTasksRequest withFilters(Filter... filters)
Returns a reference to this object so that method calls can be chained together.
filters
- The new value for the Filters property for this object.public DescribeConversionTasksRequest withFilters(Collection<Filter> filters)
Returns a reference to this object so that method calls can be chained together.
filters
- The new value for the Filters property for this object.public List<String> getConversionTaskIds()
public void setConversionTaskIds(Collection<String> conversionTaskIds)
conversionTaskIds
- The new value for the ConversionTaskIds property for this object.public DescribeConversionTasksRequest withConversionTaskIds(String... conversionTaskIds)
Returns a reference to this object so that method calls can be chained together.
conversionTaskIds
- The new value for the ConversionTaskIds property for this object.public DescribeConversionTasksRequest withConversionTaskIds(Collection<String> conversionTaskIds)
Returns a reference to this object so that method calls can be chained together.
conversionTaskIds
- The new value for the ConversionTaskIds property for this object.public Request<DescribeConversionTasksRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeConversionTasksRequest>
public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.