public class DescribeInstancesResult extends Object implements Serializable
Constructor and Description |
---|
DescribeInstancesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use to retrieve the next page of results.
|
List<Reservation> |
getReservations()
Zero or more reservations.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
void |
setReservations(Collection<Reservation> reservations)
Zero or more reservations.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
public List<Reservation> getReservations()
Zero or more reservations.
public void setReservations(Collection<Reservation> reservations)
Zero or more reservations.
reservations
- Zero or more reservations.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
null
when there are no
more results to return.public String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2020. All rights reserved.