ToCopyableBuilder<SpotInstanceStateFault.Builder,SpotInstanceStateFault>
@Generated("software.amazon.awssdk:codegen") public class SpotInstanceStateFault extends Object implements ToCopyableBuilder<SpotInstanceStateFault.Builder,SpotInstanceStateFault>
Describes a Spot instance state change.
Modifier and Type | Class | Description |
---|---|---|
static interface |
SpotInstanceStateFault.Builder |
Modifier and Type | Method | Description |
---|---|---|
static SpotInstanceStateFault.Builder |
builder() |
|
String |
code() |
The reason code for the Spot instance state change.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
message() |
The message for the Spot instance state change.
|
static Class<? extends SpotInstanceStateFault.Builder> |
serializableBuilderClass() |
|
SpotInstanceStateFault.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String code()
The reason code for the Spot instance state change.
public String message()
The message for the Spot instance state change.
public SpotInstanceStateFault.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SpotInstanceStateFault.Builder,SpotInstanceStateFault>
public static SpotInstanceStateFault.Builder builder()
public static Class<? extends SpotInstanceStateFault.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.