|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.DescribeConversionTasksRequest
public class DescribeConversionTasksRequest
Container for the parameters to the DescribeConversionTasks operation
.
AmazonEC2.describeConversionTasks(DescribeConversionTasksRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeConversionTasksRequest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeConversionTasksRequest()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |