|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.DescribeConversionTasksResult
public class DescribeConversionTasksResult
Describe Conversion Tasks Result
Constructor Summary | |
---|---|
DescribeConversionTasksResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<ConversionTask> |
getConversionTasks()
Returns the value of the ConversionTasks property for this object. |
int |
hashCode()
|
void |
setConversionTasks(Collection<ConversionTask> conversionTasks)
Sets the value of the ConversionTasks property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeConversionTasksResult |
withConversionTasks(Collection<ConversionTask> conversionTasks)
Sets the value of the ConversionTasks property for this object. |
DescribeConversionTasksResult |
withConversionTasks(ConversionTask... conversionTasks)
Sets the value of the ConversionTasks property for this object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeConversionTasksResult()
Method Detail |
---|
public List<ConversionTask> getConversionTasks()
public void setConversionTasks(Collection<ConversionTask> conversionTasks)
conversionTasks
- The new value for the ConversionTasks property for this object.public DescribeConversionTasksResult withConversionTasks(ConversionTask... conversionTasks)
Returns a reference to this object so that method calls can be chained together.
conversionTasks
- The new value for the ConversionTasks property for this object.
public DescribeConversionTasksResult withConversionTasks(Collection<ConversionTask> conversionTasks)
Returns a reference to this object so that method calls can be chained together.
conversionTasks
- The new value for the ConversionTasks property for this object.
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 |