public class DescribeConversionTasksResult extends Object implements Serializable
| Constructor and Description |
|---|
DescribeConversionTasksResult() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.