@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnablementStatusSummary extends Object implements Serializable, Cloneable, StructuredPojo
The deployment summary of an EnabledControl or EnabledBaseline resource.
| Constructor and Description |
|---|
EnablementStatusSummary() |
| Modifier and Type | Method and Description |
|---|---|
EnablementStatusSummary |
clone() |
boolean |
equals(Object obj) |
String |
getLastOperationIdentifier()
The last operation identifier for the enabled resource.
|
String |
getStatus()
The deployment status of the enabled resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setLastOperationIdentifier(String lastOperationIdentifier)
The last operation identifier for the enabled resource.
|
void |
setStatus(String status)
The deployment status of the enabled resource.
|
String |
toString()
Returns a string representation of this object.
|
EnablementStatusSummary |
withLastOperationIdentifier(String lastOperationIdentifier)
The last operation identifier for the enabled resource.
|
EnablementStatusSummary |
withStatus(EnablementStatus status)
The deployment status of the enabled resource.
|
EnablementStatusSummary |
withStatus(String status)
The deployment status of the enabled resource.
|
public void setLastOperationIdentifier(String lastOperationIdentifier)
The last operation identifier for the enabled resource.
lastOperationIdentifier - The last operation identifier for the enabled resource.public String getLastOperationIdentifier()
The last operation identifier for the enabled resource.
public EnablementStatusSummary withLastOperationIdentifier(String lastOperationIdentifier)
The last operation identifier for the enabled resource.
lastOperationIdentifier - The last operation identifier for the enabled resource.public void setStatus(String status)
The deployment status of the enabled resource.
Valid values:
SUCCEEDED: The EnabledControl or EnabledBaseline configuration was
deployed successfully.
UNDER_CHANGE: The EnabledControl or EnabledBaseline configuration is
changing.
FAILED: The EnabledControl or EnabledBaseline configuration failed to
deploy.
status - The deployment status of the enabled resource.
Valid values:
SUCCEEDED: The EnabledControl or EnabledBaseline configuration was
deployed successfully.
UNDER_CHANGE: The EnabledControl or EnabledBaseline configuration
is changing.
FAILED: The EnabledControl or EnabledBaseline configuration failed
to deploy.
EnablementStatuspublic String getStatus()
The deployment status of the enabled resource.
Valid values:
SUCCEEDED: The EnabledControl or EnabledBaseline configuration was
deployed successfully.
UNDER_CHANGE: The EnabledControl or EnabledBaseline configuration is
changing.
FAILED: The EnabledControl or EnabledBaseline configuration failed to
deploy.
Valid values:
SUCCEEDED: The EnabledControl or EnabledBaseline configuration was
deployed successfully.
UNDER_CHANGE: The EnabledControl or EnabledBaseline configuration
is changing.
FAILED: The EnabledControl or EnabledBaseline configuration failed
to deploy.
EnablementStatuspublic EnablementStatusSummary withStatus(String status)
The deployment status of the enabled resource.
Valid values:
SUCCEEDED: The EnabledControl or EnabledBaseline configuration was
deployed successfully.
UNDER_CHANGE: The EnabledControl or EnabledBaseline configuration is
changing.
FAILED: The EnabledControl or EnabledBaseline configuration failed to
deploy.
status - The deployment status of the enabled resource.
Valid values:
SUCCEEDED: The EnabledControl or EnabledBaseline configuration was
deployed successfully.
UNDER_CHANGE: The EnabledControl or EnabledBaseline configuration
is changing.
FAILED: The EnabledControl or EnabledBaseline configuration failed
to deploy.
EnablementStatuspublic EnablementStatusSummary withStatus(EnablementStatus status)
The deployment status of the enabled resource.
Valid values:
SUCCEEDED: The EnabledControl or EnabledBaseline configuration was
deployed successfully.
UNDER_CHANGE: The EnabledControl or EnabledBaseline configuration is
changing.
FAILED: The EnabledControl or EnabledBaseline configuration failed to
deploy.
status - The deployment status of the enabled resource.
Valid values:
SUCCEEDED: The EnabledControl or EnabledBaseline configuration was
deployed successfully.
UNDER_CHANGE: The EnabledControl or EnabledBaseline configuration
is changing.
FAILED: The EnabledControl or EnabledBaseline configuration failed
to deploy.
EnablementStatuspublic String toString()
toString in class ObjectObject.toString()public EnablementStatusSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.