@Generated(value="software.amazon.awssdk:codegen") public class ReportInstanceStatusRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ReportInstanceStatusRequest.Builder,ReportInstanceStatusRequest>
Contains the parameters for ReportInstanceStatus.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReportInstanceStatusRequest.Builder |
NOOP| Modifier and Type | Method and Description |
|---|---|
static ReportInstanceStatusRequest.Builder |
builder() |
String |
description()
Descriptive text about the health state of your instance.
|
Instant |
endTime()
The time at which the reported instance health state ended.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<String> |
instances()
One or more instances.
|
List<ReportInstanceReasonCodes> |
reasonCodes()
One or more reason codes that describes the health state of your instance.
|
List<String> |
reasonCodesStrings()
One or more reason codes that describes the health state of your instance.
|
static Class<? extends ReportInstanceStatusRequest.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The time at which the reported instance health state began.
|
ReportStatusType |
status()
The status of all instances listed.
|
String |
statusString()
The status of all instances listed.
|
ReportInstanceStatusRequest.Builder |
toBuilder() |
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setSdkClientExecutionTimeout, withGeneralProgressListener, withSdkClientExecutionTimeoutpublic String description()
Descriptive text about the health state of your instance.
public Instant endTime()
The time at which the reported instance health state ended.
public List<String> instances()
One or more instances.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<ReportInstanceReasonCodes> reasonCodes()
One or more reason codes that describes the health state of your instance.
instance-stuck-in-state: My instance is stuck in a state.
unresponsive: My instance is unresponsive.
not-accepting-credentials: My instance is not accepting my credentials.
password-not-available: A password is not available for my instance.
performance-network: My instance is experiencing performance problems which I believe are network
related.
performance-instance-store: My instance is experiencing performance problems which I believe are
related to the instance stores.
performance-ebs-volume: My instance is experiencing performance problems which I believe are related
to an EBS volume.
performance-other: My instance is experiencing performance problems.
other: [explain using the description parameter]
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
instance-stuck-in-state: My instance is stuck in a state.
unresponsive: My instance is unresponsive.
not-accepting-credentials: My instance is not accepting my credentials.
password-not-available: A password is not available for my instance.
performance-network: My instance is experiencing performance problems which I believe are
network related.
performance-instance-store: My instance is experiencing performance problems which I believe
are related to the instance stores.
performance-ebs-volume: My instance is experiencing performance problems which I believe are
related to an EBS volume.
performance-other: My instance is experiencing performance problems.
other: [explain using the description parameter]
public List<String> reasonCodesStrings()
One or more reason codes that describes the health state of your instance.
instance-stuck-in-state: My instance is stuck in a state.
unresponsive: My instance is unresponsive.
not-accepting-credentials: My instance is not accepting my credentials.
password-not-available: A password is not available for my instance.
performance-network: My instance is experiencing performance problems which I believe are network
related.
performance-instance-store: My instance is experiencing performance problems which I believe are
related to the instance stores.
performance-ebs-volume: My instance is experiencing performance problems which I believe are related
to an EBS volume.
performance-other: My instance is experiencing performance problems.
other: [explain using the description parameter]
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
instance-stuck-in-state: My instance is stuck in a state.
unresponsive: My instance is unresponsive.
not-accepting-credentials: My instance is not accepting my credentials.
password-not-available: A password is not available for my instance.
performance-network: My instance is experiencing performance problems which I believe are
network related.
performance-instance-store: My instance is experiencing performance problems which I believe
are related to the instance stores.
performance-ebs-volume: My instance is experiencing performance problems which I believe are
related to an EBS volume.
performance-other: My instance is experiencing performance problems.
other: [explain using the description parameter]
public Instant startTime()
The time at which the reported instance health state began.
public ReportStatusType status()
The status of all instances listed.
If the service returns an enum value that is not available in the current SDK version, status will
return ReportStatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusString().
ReportStatusTypepublic String statusString()
The status of all instances listed.
If the service returns an enum value that is not available in the current SDK version, status will
return ReportStatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusString().
ReportStatusTypepublic ReportInstanceStatusRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ReportInstanceStatusRequest.Builder,ReportInstanceStatusRequest>public static ReportInstanceStatusRequest.Builder builder()
public static Class<? extends ReportInstanceStatusRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2017. All rights reserved.