@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FleetStatus extends Object implements Serializable, Cloneable, StructuredPojo
The status of the compute fleet.
| Constructor and Description |
|---|
FleetStatus() |
| Modifier and Type | Method and Description |
|---|---|
FleetStatus |
clone() |
boolean |
equals(Object obj) |
String |
getContext()
Additional information about a compute fleet.
|
String |
getMessage()
A message associated with the status of a compute fleet.
|
String |
getStatusCode()
The status code of the compute fleet.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setContext(String context)
Additional information about a compute fleet.
|
void |
setMessage(String message)
A message associated with the status of a compute fleet.
|
void |
setStatusCode(String statusCode)
The status code of the compute fleet.
|
String |
toString()
Returns a string representation of this object.
|
FleetStatus |
withContext(FleetContextCode context)
Additional information about a compute fleet.
|
FleetStatus |
withContext(String context)
Additional information about a compute fleet.
|
FleetStatus |
withMessage(String message)
A message associated with the status of a compute fleet.
|
FleetStatus |
withStatusCode(FleetStatusCode statusCode)
The status code of the compute fleet.
|
FleetStatus |
withStatusCode(String statusCode)
The status code of the compute fleet.
|
public void setStatusCode(String statusCode)
The status code of the compute fleet. Valid values include:
CREATING: The compute fleet is being created.
UPDATING: The compute fleet is being updated.
ROTATING: The compute fleet is being rotated.
PENDING_DELETION: The compute fleet is pending deletion.
DELETING: The compute fleet is being deleted.
CREATE_FAILED: The compute fleet has failed to create.
UPDATE_ROLLBACK_FAILED: The compute fleet has failed to update and could not rollback to previous
state.
ACTIVE: The compute fleet has succeeded and is active.
statusCode - The status code of the compute fleet. Valid values include:
CREATING: The compute fleet is being created.
UPDATING: The compute fleet is being updated.
ROTATING: The compute fleet is being rotated.
PENDING_DELETION: The compute fleet is pending deletion.
DELETING: The compute fleet is being deleted.
CREATE_FAILED: The compute fleet has failed to create.
UPDATE_ROLLBACK_FAILED: The compute fleet has failed to update and could not rollback to
previous state.
ACTIVE: The compute fleet has succeeded and is active.
FleetStatusCodepublic String getStatusCode()
The status code of the compute fleet. Valid values include:
CREATING: The compute fleet is being created.
UPDATING: The compute fleet is being updated.
ROTATING: The compute fleet is being rotated.
PENDING_DELETION: The compute fleet is pending deletion.
DELETING: The compute fleet is being deleted.
CREATE_FAILED: The compute fleet has failed to create.
UPDATE_ROLLBACK_FAILED: The compute fleet has failed to update and could not rollback to previous
state.
ACTIVE: The compute fleet has succeeded and is active.
CREATING: The compute fleet is being created.
UPDATING: The compute fleet is being updated.
ROTATING: The compute fleet is being rotated.
PENDING_DELETION: The compute fleet is pending deletion.
DELETING: The compute fleet is being deleted.
CREATE_FAILED: The compute fleet has failed to create.
UPDATE_ROLLBACK_FAILED: The compute fleet has failed to update and could not rollback to
previous state.
ACTIVE: The compute fleet has succeeded and is active.
FleetStatusCodepublic FleetStatus withStatusCode(String statusCode)
The status code of the compute fleet. Valid values include:
CREATING: The compute fleet is being created.
UPDATING: The compute fleet is being updated.
ROTATING: The compute fleet is being rotated.
PENDING_DELETION: The compute fleet is pending deletion.
DELETING: The compute fleet is being deleted.
CREATE_FAILED: The compute fleet has failed to create.
UPDATE_ROLLBACK_FAILED: The compute fleet has failed to update and could not rollback to previous
state.
ACTIVE: The compute fleet has succeeded and is active.
statusCode - The status code of the compute fleet. Valid values include:
CREATING: The compute fleet is being created.
UPDATING: The compute fleet is being updated.
ROTATING: The compute fleet is being rotated.
PENDING_DELETION: The compute fleet is pending deletion.
DELETING: The compute fleet is being deleted.
CREATE_FAILED: The compute fleet has failed to create.
UPDATE_ROLLBACK_FAILED: The compute fleet has failed to update and could not rollback to
previous state.
ACTIVE: The compute fleet has succeeded and is active.
FleetStatusCodepublic FleetStatus withStatusCode(FleetStatusCode statusCode)
The status code of the compute fleet. Valid values include:
CREATING: The compute fleet is being created.
UPDATING: The compute fleet is being updated.
ROTATING: The compute fleet is being rotated.
PENDING_DELETION: The compute fleet is pending deletion.
DELETING: The compute fleet is being deleted.
CREATE_FAILED: The compute fleet has failed to create.
UPDATE_ROLLBACK_FAILED: The compute fleet has failed to update and could not rollback to previous
state.
ACTIVE: The compute fleet has succeeded and is active.
statusCode - The status code of the compute fleet. Valid values include:
CREATING: The compute fleet is being created.
UPDATING: The compute fleet is being updated.
ROTATING: The compute fleet is being rotated.
PENDING_DELETION: The compute fleet is pending deletion.
DELETING: The compute fleet is being deleted.
CREATE_FAILED: The compute fleet has failed to create.
UPDATE_ROLLBACK_FAILED: The compute fleet has failed to update and could not rollback to
previous state.
ACTIVE: The compute fleet has succeeded and is active.
FleetStatusCodepublic void setContext(String context)
Additional information about a compute fleet. Valid values include:
CREATE_FAILED: The compute fleet has failed to create.
UPDATE_FAILED: The compute fleet has failed to update.
context - Additional information about a compute fleet. Valid values include:
CREATE_FAILED: The compute fleet has failed to create.
UPDATE_FAILED: The compute fleet has failed to update.
FleetContextCodepublic String getContext()
Additional information about a compute fleet. Valid values include:
CREATE_FAILED: The compute fleet has failed to create.
UPDATE_FAILED: The compute fleet has failed to update.
CREATE_FAILED: The compute fleet has failed to create.
UPDATE_FAILED: The compute fleet has failed to update.
FleetContextCodepublic FleetStatus withContext(String context)
Additional information about a compute fleet. Valid values include:
CREATE_FAILED: The compute fleet has failed to create.
UPDATE_FAILED: The compute fleet has failed to update.
context - Additional information about a compute fleet. Valid values include:
CREATE_FAILED: The compute fleet has failed to create.
UPDATE_FAILED: The compute fleet has failed to update.
FleetContextCodepublic FleetStatus withContext(FleetContextCode context)
Additional information about a compute fleet. Valid values include:
CREATE_FAILED: The compute fleet has failed to create.
UPDATE_FAILED: The compute fleet has failed to update.
context - Additional information about a compute fleet. Valid values include:
CREATE_FAILED: The compute fleet has failed to create.
UPDATE_FAILED: The compute fleet has failed to update.
FleetContextCodepublic void setMessage(String message)
A message associated with the status of a compute fleet.
message - A message associated with the status of a compute fleet.public String getMessage()
A message associated with the status of a compute fleet.
public FleetStatus withMessage(String message)
A message associated with the status of a compute fleet.
message - A message associated with the status of a compute fleet.public String toString()
toString in class ObjectObject.toString()public FleetStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.