|
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)
Constructor Summary | |
---|---|
DescribeConversionTasksRequest()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<java.lang.String> |
getConversionTaskIds()
Returns the value of the ConversionTaskIds property for this object. |
java.util.List<Filter> |
getFilters()
Returns the value of the Filters property for this object. |
int |
hashCode()
|
void |
setConversionTaskIds(java.util.Collection<java.lang.String> conversionTaskIds)
Sets the value of the ConversionTaskIds property for this object. |
void |
setFilters(java.util.Collection<Filter> filters)
Sets the value of the Filters property for this object. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeConversionTasksRequest |
withConversionTaskIds(java.util.Collection<java.lang.String> conversionTaskIds)
Sets the value of the ConversionTaskIds property for this object. |
DescribeConversionTasksRequest |
withConversionTaskIds(java.lang.String... conversionTaskIds)
Sets the value of the ConversionTaskIds property for this object. |
DescribeConversionTasksRequest |
withFilters(java.util.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 java.util.List<Filter> getFilters()
public void setFilters(java.util.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(java.util.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 java.util.List<java.lang.String> getConversionTaskIds()
public void setConversionTaskIds(java.util.Collection<java.lang.String> conversionTaskIds)
conversionTaskIds
- The new value for the ConversionTaskIds property for this object.public DescribeConversionTasksRequest withConversionTaskIds(java.lang.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(java.util.Collection<java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |