@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelSpotFleetRequestsSuccessItem extends Object implements Serializable, Cloneable
Describes a Spot fleet request that was successfully canceled.
Constructor and Description |
---|
CancelSpotFleetRequestsSuccessItem() |
Modifier and Type | Method and Description |
---|---|
CancelSpotFleetRequestsSuccessItem |
clone() |
boolean |
equals(Object obj) |
String |
getCurrentSpotFleetRequestState()
The current state of the Spot fleet request.
|
String |
getPreviousSpotFleetRequestState()
The previous state of the Spot fleet request.
|
String |
getSpotFleetRequestId()
The ID of the Spot fleet request.
|
int |
hashCode() |
void |
setCurrentSpotFleetRequestState(BatchState currentSpotFleetRequestState)
The current state of the Spot fleet request.
|
void |
setCurrentSpotFleetRequestState(String currentSpotFleetRequestState)
The current state of the Spot fleet request.
|
void |
setPreviousSpotFleetRequestState(BatchState previousSpotFleetRequestState)
The previous state of the Spot fleet request.
|
void |
setPreviousSpotFleetRequestState(String previousSpotFleetRequestState)
The previous state of the Spot fleet request.
|
void |
setSpotFleetRequestId(String spotFleetRequestId)
The ID of the Spot fleet request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CancelSpotFleetRequestsSuccessItem |
withCurrentSpotFleetRequestState(BatchState currentSpotFleetRequestState)
The current state of the Spot fleet request.
|
CancelSpotFleetRequestsSuccessItem |
withCurrentSpotFleetRequestState(String currentSpotFleetRequestState)
The current state of the Spot fleet request.
|
CancelSpotFleetRequestsSuccessItem |
withPreviousSpotFleetRequestState(BatchState previousSpotFleetRequestState)
The previous state of the Spot fleet request.
|
CancelSpotFleetRequestsSuccessItem |
withPreviousSpotFleetRequestState(String previousSpotFleetRequestState)
The previous state of the Spot fleet request.
|
CancelSpotFleetRequestsSuccessItem |
withSpotFleetRequestId(String spotFleetRequestId)
The ID of the Spot fleet request.
|
public void setCurrentSpotFleetRequestState(String currentSpotFleetRequestState)
The current state of the Spot fleet request.
currentSpotFleetRequestState
- The current state of the Spot fleet request.BatchState
public String getCurrentSpotFleetRequestState()
The current state of the Spot fleet request.
BatchState
public CancelSpotFleetRequestsSuccessItem withCurrentSpotFleetRequestState(String currentSpotFleetRequestState)
The current state of the Spot fleet request.
currentSpotFleetRequestState
- The current state of the Spot fleet request.BatchState
public void setCurrentSpotFleetRequestState(BatchState currentSpotFleetRequestState)
The current state of the Spot fleet request.
currentSpotFleetRequestState
- The current state of the Spot fleet request.BatchState
public CancelSpotFleetRequestsSuccessItem withCurrentSpotFleetRequestState(BatchState currentSpotFleetRequestState)
The current state of the Spot fleet request.
currentSpotFleetRequestState
- The current state of the Spot fleet request.BatchState
public void setPreviousSpotFleetRequestState(String previousSpotFleetRequestState)
The previous state of the Spot fleet request.
previousSpotFleetRequestState
- The previous state of the Spot fleet request.BatchState
public String getPreviousSpotFleetRequestState()
The previous state of the Spot fleet request.
BatchState
public CancelSpotFleetRequestsSuccessItem withPreviousSpotFleetRequestState(String previousSpotFleetRequestState)
The previous state of the Spot fleet request.
previousSpotFleetRequestState
- The previous state of the Spot fleet request.BatchState
public void setPreviousSpotFleetRequestState(BatchState previousSpotFleetRequestState)
The previous state of the Spot fleet request.
previousSpotFleetRequestState
- The previous state of the Spot fleet request.BatchState
public CancelSpotFleetRequestsSuccessItem withPreviousSpotFleetRequestState(BatchState previousSpotFleetRequestState)
The previous state of the Spot fleet request.
previousSpotFleetRequestState
- The previous state of the Spot fleet request.BatchState
public void setSpotFleetRequestId(String spotFleetRequestId)
The ID of the Spot fleet request.
spotFleetRequestId
- The ID of the Spot fleet request.public String getSpotFleetRequestId()
The ID of the Spot fleet request.
public CancelSpotFleetRequestsSuccessItem withSpotFleetRequestId(String spotFleetRequestId)
The ID of the Spot fleet request.
spotFleetRequestId
- The ID of the Spot fleet request.public String toString()
toString
in class Object
Object.toString()
public CancelSpotFleetRequestsSuccessItem clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.