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