|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.DescribeReservedInstancesResult
public class DescribeReservedInstancesResult
The result of describing the purchased Reserved Instances for your account.
| Constructor Summary | |
|---|---|
DescribeReservedInstancesResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<ReservedInstances> |
getReservedInstances()
The list of described Reserved Instances. |
int |
hashCode()
|
void |
setReservedInstances(Collection<ReservedInstances> reservedInstances)
The list of described Reserved Instances. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeReservedInstancesResult |
withReservedInstances(Collection<ReservedInstances> reservedInstances)
The list of described Reserved Instances. |
DescribeReservedInstancesResult |
withReservedInstances(ReservedInstances... reservedInstances)
The list of described Reserved Instances. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeReservedInstancesResult()
| Method Detail |
|---|
public List<ReservedInstances> getReservedInstances()
public void setReservedInstances(Collection<ReservedInstances> reservedInstances)
reservedInstances - The list of described Reserved Instances.public DescribeReservedInstancesResult withReservedInstances(ReservedInstances... reservedInstances)
Returns a reference to this object so that method calls can be chained together.
reservedInstances - The list of described Reserved Instances.
public DescribeReservedInstancesResult withReservedInstances(Collection<ReservedInstances> reservedInstances)
Returns a reference to this object so that method calls can be chained together.
reservedInstances - The list of described Reserved Instances.
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 | ||||||