public class DescribeInstanceStatusResult
extends java.lang.Object
implements java.io.Serializable
Contains the output of DescribeInstanceStatus.
| Constructor and Description |
|---|
DescribeInstanceStatusResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<InstanceStatus> |
getInstanceStatuses()
One or more instance status descriptions.
|
java.lang.String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setInstanceStatuses(java.util.Collection<InstanceStatus> instanceStatuses)
One or more instance status descriptions.
|
void |
setNextToken(java.lang.String nextToken)
The token to use to retrieve the next page of results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeInstanceStatusResult |
withInstanceStatuses(java.util.Collection<InstanceStatus> instanceStatuses)
One or more instance status descriptions.
|
DescribeInstanceStatusResult |
withInstanceStatuses(InstanceStatus... instanceStatuses)
One or more instance status descriptions.
|
DescribeInstanceStatusResult |
withNextToken(java.lang.String nextToken)
The token to use to retrieve the next page of results.
|
public java.util.List<InstanceStatus> getInstanceStatuses()
public void setInstanceStatuses(java.util.Collection<InstanceStatus> instanceStatuses)
instanceStatuses - One or more instance status descriptions.public DescribeInstanceStatusResult withInstanceStatuses(InstanceStatus... instanceStatuses)
Returns a reference to this object so that method calls can be chained together.
instanceStatuses - One or more instance status descriptions.public DescribeInstanceStatusResult withInstanceStatuses(java.util.Collection<InstanceStatus> instanceStatuses)
Returns a reference to this object so that method calls can be chained together.
instanceStatuses - One or more instance status descriptions.public java.lang.String getNextToken()
null when there are no more results to return.null when there are no more results to return.public void setNextToken(java.lang.String nextToken)
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 DescribeInstanceStatusResult withNextToken(java.lang.String nextToken)
null when there are no more results to return.
Returns a reference to this object so that method calls can be chained together.
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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.