@Generated(value="software.amazon.awssdk:codegen") public final class ReportInstanceStatusRequest extends Ec2Request implements ToCopyableBuilder<ReportInstanceStatusRequest.Builder,ReportInstanceStatusRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReportInstanceStatusRequest.Builder |
| 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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<String> |
instances()
The instances.
|
List<ReportInstanceReasonCodes> |
reasonCodes()
The reason codes that describe the health state of your instance.
|
List<String> |
reasonCodesAsStrings()
The reason codes that describe the health state of your instance.
|
List<SdkField<?>> |
sdkFields() |
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 |
statusAsString()
The status of all instances listed.
|
ReportInstanceStatusRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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()
The instances.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<ReportInstanceReasonCodes> reasonCodes()
The reason codes that describe 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 that I believe are network
related.
performance-instance-store: My instance is experiencing performance problems that I believe are
related to the instance stores.
performance-ebs-volume: My instance is experiencing performance problems that 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 that I believe are
network related.
performance-instance-store: My instance is experiencing performance problems that I believe
are related to the instance stores.
performance-ebs-volume: My instance is experiencing performance problems that 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> reasonCodesAsStrings()
The reason codes that describe 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 that I believe are network
related.
performance-instance-store: My instance is experiencing performance problems that I believe are
related to the instance stores.
performance-ebs-volume: My instance is experiencing performance problems that 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 that I believe are
network related.
performance-instance-store: My instance is experiencing performance problems that I believe
are related to the instance stores.
performance-ebs-volume: My instance is experiencing performance problems that 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
statusAsString().
ReportStatusTypepublic String statusAsString()
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
statusAsString().
ReportStatusTypepublic ReportInstanceStatusRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReportInstanceStatusRequest.Builder,ReportInstanceStatusRequest>toBuilder in class Ec2Requestpublic static ReportInstanceStatusRequest.Builder builder()
public static Class<? extends ReportInstanceStatusRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.