|
|||||||
| 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)| Constructor Summary | |
|---|---|
DescribeConversionTasksRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<String> |
getConversionTaskIds()
Returns the value of the ConversionTaskIds property for this object. |
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, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, 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 String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||