@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetInstancesHealthStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetInstancesHealthStatusResult() |
Modifier and Type | Method and Description |
---|---|
GetInstancesHealthStatusResult |
addStatusEntry(String key,
String value)
Add a single Status entry
|
GetInstancesHealthStatusResult |
clearStatusEntries()
Removes all the entries added into Status.
|
GetInstancesHealthStatusResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If more than
MaxResults instances match the specified criteria, you can submit another
GetInstancesHealthStatus request to get the next group of results. |
Map<String,String> |
getStatus()
A complex type that contains the IDs and the health status of the instances that you specified in the
GetInstancesHealthStatus request. |
int |
hashCode() |
void |
setNextToken(String nextToken)
If more than
MaxResults instances match the specified criteria, you can submit another
GetInstancesHealthStatus request to get the next group of results. |
void |
setStatus(Map<String,String> status)
A complex type that contains the IDs and the health status of the instances that you specified in the
GetInstancesHealthStatus request. |
String |
toString()
Returns a string representation of this object.
|
GetInstancesHealthStatusResult |
withNextToken(String nextToken)
If more than
MaxResults instances match the specified criteria, you can submit another
GetInstancesHealthStatus request to get the next group of results. |
GetInstancesHealthStatusResult |
withStatus(Map<String,String> status)
A complex type that contains the IDs and the health status of the instances that you specified in the
GetInstancesHealthStatus request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public Map<String,String> getStatus()
A complex type that contains the IDs and the health status of the instances that you specified in the
GetInstancesHealthStatus
request.
GetInstancesHealthStatus
request.public void setStatus(Map<String,String> status)
A complex type that contains the IDs and the health status of the instances that you specified in the
GetInstancesHealthStatus
request.
status
- A complex type that contains the IDs and the health status of the instances that you specified in the
GetInstancesHealthStatus
request.public GetInstancesHealthStatusResult withStatus(Map<String,String> status)
A complex type that contains the IDs and the health status of the instances that you specified in the
GetInstancesHealthStatus
request.
status
- A complex type that contains the IDs and the health status of the instances that you specified in the
GetInstancesHealthStatus
request.public GetInstancesHealthStatusResult addStatusEntry(String key, String value)
public GetInstancesHealthStatusResult clearStatusEntries()
public void setNextToken(String nextToken)
If more than MaxResults
instances match the specified criteria, you can submit another
GetInstancesHealthStatus
request to get the next group of results. Specify the value of
NextToken
from the previous response in the next request.
nextToken
- If more than MaxResults
instances match the specified criteria, you can submit another
GetInstancesHealthStatus
request to get the next group of results. Specify the value of
NextToken
from the previous response in the next request.public String getNextToken()
If more than MaxResults
instances match the specified criteria, you can submit another
GetInstancesHealthStatus
request to get the next group of results. Specify the value of
NextToken
from the previous response in the next request.
MaxResults
instances match the specified criteria, you can submit another
GetInstancesHealthStatus
request to get the next group of results. Specify the value of
NextToken
from the previous response in the next request.public GetInstancesHealthStatusResult withNextToken(String nextToken)
If more than MaxResults
instances match the specified criteria, you can submit another
GetInstancesHealthStatus
request to get the next group of results. Specify the value of
NextToken
from the previous response in the next request.
nextToken
- If more than MaxResults
instances match the specified criteria, you can submit another
GetInstancesHealthStatus
request to get the next group of results. Specify the value of
NextToken
from the previous response in the next request.public String toString()
toString
in class Object
Object.toString()
public GetInstancesHealthStatusResult clone()