Package com.amazonaws.services.ec2.model
Class DescribeConversionTasksResult
java.lang.Object
com.amazonaws.services.ec2.model.DescribeConversionTasksResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output for DescribeConversionTasks.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about the conversion tasks.int
hashCode()
void
setConversionTasks
(Collection<ConversionTask> conversionTasks) Information about the conversion tasks.toString()
Returns a string representation of this object; useful for testing and debugging.withConversionTasks
(ConversionTask... conversionTasks) Information about the conversion tasks.withConversionTasks
(Collection<ConversionTask> conversionTasks) Information about the conversion tasks.
-
Constructor Details
-
DescribeConversionTasksResult
public DescribeConversionTasksResult()
-
-
Method Details
-
getConversionTasks
Information about the conversion tasks.
- Returns:
- Information about the conversion tasks.
-
setConversionTasks
Information about the conversion tasks.
- Parameters:
conversionTasks
- Information about the conversion tasks.
-
withConversionTasks
Information about the conversion tasks.
NOTE: This method appends the values to the existing list (if any). Use
setConversionTasks(java.util.Collection)
orwithConversionTasks(java.util.Collection)
if you want to override the existing values.- Parameters:
conversionTasks
- Information about the conversion tasks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withConversionTasks
public DescribeConversionTasksResult withConversionTasks(Collection<ConversionTask> conversionTasks) Information about the conversion tasks.
- Parameters:
conversionTasks
- Information about the conversion tasks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-