|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.DescribeInstanceStatusResult
public class DescribeInstanceStatusResult
Describe Instance Status Result
| Constructor Summary | |
|---|---|
DescribeInstanceStatusResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<InstanceStatus> |
getInstanceStatuses()
Collection of instance statuses describing the state of the requested instances. |
String |
getNextToken()
A string specifying the next paginated set of results to return. |
int |
hashCode()
|
void |
setInstanceStatuses(Collection<InstanceStatus> instanceStatuses)
Collection of instance statuses describing the state of the requested instances. |
void |
setNextToken(String nextToken)
A string specifying the next paginated set of results to return. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeInstanceStatusResult |
withInstanceStatuses(Collection<InstanceStatus> instanceStatuses)
Collection of instance statuses describing the state of the requested instances. |
DescribeInstanceStatusResult |
withInstanceStatuses(InstanceStatus... instanceStatuses)
Collection of instance statuses describing the state of the requested instances. |
DescribeInstanceStatusResult |
withNextToken(String nextToken)
A string specifying the next paginated set of results to return. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeInstanceStatusResult()
| Method Detail |
|---|
public List<InstanceStatus> getInstanceStatuses()
public void setInstanceStatuses(Collection<InstanceStatus> instanceStatuses)
instanceStatuses - Collection of instance statuses describing the state of the requested
instances.public DescribeInstanceStatusResult withInstanceStatuses(InstanceStatus... instanceStatuses)
Returns a reference to this object so that method calls can be chained together.
instanceStatuses - Collection of instance statuses describing the state of the requested
instances.
public DescribeInstanceStatusResult withInstanceStatuses(Collection<InstanceStatus> instanceStatuses)
Returns a reference to this object so that method calls can be chained together.
instanceStatuses - Collection of instance statuses describing the state of the requested
instances.
public String getNextToken()
public void setNextToken(String nextToken)
nextToken - A string specifying the next paginated set of results to return.public DescribeInstanceStatusResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - A string specifying the next paginated set of results to return.
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 | ||||||