@Generated(value="software.amazon.awssdk:codegen") public final class SpotInstanceStateFault extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SpotInstanceStateFault.Builder,SpotInstanceStateFault>
Describes a Spot Instance state change.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SpotInstanceStateFault.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SpotInstanceStateFault.Builder |
builder() |
String |
code()
The reason code for the Spot Instance state change.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
The message for the Spot Instance state change.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SpotInstanceStateFault.Builder> |
serializableBuilderClass() |
SpotInstanceStateFault.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String code()
The reason code for the Spot Instance state change.
public final String message()
The message for the Spot Instance state change.
public SpotInstanceStateFault.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SpotInstanceStateFault.Builder,SpotInstanceStateFault>public static SpotInstanceStateFault.Builder builder()
public static Class<? extends SpotInstanceStateFault.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.