|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.DescribeInstancesResult
public class DescribeInstancesResult
Constructor Summary | |
---|---|
DescribeInstancesResult()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getNextToken()
The token to use when requesting the next set of items. |
java.util.List<Reservation> |
getReservations()
One or more reservations. |
int |
hashCode()
|
void |
setNextToken(java.lang.String nextToken)
The token to use when requesting the next set of items. |
void |
setReservations(java.util.Collection<Reservation> reservations)
One or more reservations. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeInstancesResult |
withNextToken(java.lang.String nextToken)
The token to use when requesting the next set of items. |
DescribeInstancesResult |
withReservations(java.util.Collection<Reservation> reservations)
One or more reservations. |
DescribeInstancesResult |
withReservations(Reservation... reservations)
One or more reservations. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeInstancesResult()
Method Detail |
---|
public java.util.List<Reservation> getReservations()
public void setReservations(java.util.Collection<Reservation> reservations)
reservations
- One or more reservations.public DescribeInstancesResult withReservations(Reservation... reservations)
Returns a reference to this object so that method calls can be chained together.
reservations
- One or more reservations.
public DescribeInstancesResult withReservations(java.util.Collection<Reservation> reservations)
Returns a reference to this object so that method calls can be chained together.
reservations
- One or more reservations.
public java.lang.String getNextToken()
public void setNextToken(java.lang.String nextToken)
nextToken
- The token to use when requesting the next set of items. If there are
no additional items to return, the string is empty.public DescribeInstancesResult withNextToken(java.lang.String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken
- The token to use when requesting the next set of items. If there are
no additional items to return, the string is empty.
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 |