@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnablementStatusSummary extends Object implements Serializable, Cloneable, StructuredPojo
The deployment summary of the enabled control.
| 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 control.
|
String |
getStatus()
The deployment status of the enabled control.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLastOperationIdentifier(String lastOperationIdentifier)
The last operation identifier for the enabled control.
|
void |
setStatus(String status)
The deployment status of the enabled control.
|
String |
toString()
Returns a string representation of this object.
|
EnablementStatusSummary |
withLastOperationIdentifier(String lastOperationIdentifier)
The last operation identifier for the enabled control.
|
EnablementStatusSummary |
withStatus(EnablementStatus status)
The deployment status of the enabled control.
|
EnablementStatusSummary |
withStatus(String status)
The deployment status of the enabled control.
|
public void setLastOperationIdentifier(String lastOperationIdentifier)
The last operation identifier for the enabled control.
lastOperationIdentifier - The last operation identifier for the enabled control.public String getLastOperationIdentifier()
The last operation identifier for the enabled control.
public EnablementStatusSummary withLastOperationIdentifier(String lastOperationIdentifier)
The last operation identifier for the enabled control.
lastOperationIdentifier - The last operation identifier for the enabled control.public void setStatus(String status)
The deployment status of the enabled control.
Valid values:
SUCCEEDED: The enabledControl configuration was deployed successfully.
UNDER_CHANGE: The enabledControl configuration is changing.
FAILED: The enabledControl configuration failed to deploy.
status - The deployment status of the enabled control.
Valid values:
SUCCEEDED: The enabledControl configuration was deployed successfully.
UNDER_CHANGE: The enabledControl configuration is changing.
FAILED: The enabledControl configuration failed to deploy.
EnablementStatuspublic String getStatus()
The deployment status of the enabled control.
Valid values:
SUCCEEDED: The enabledControl configuration was deployed successfully.
UNDER_CHANGE: The enabledControl configuration is changing.
FAILED: The enabledControl configuration failed to deploy.
Valid values:
SUCCEEDED: The enabledControl configuration was deployed successfully.
UNDER_CHANGE: The enabledControl configuration is changing.
FAILED: The enabledControl configuration failed to deploy.
EnablementStatuspublic EnablementStatusSummary withStatus(String status)
The deployment status of the enabled control.
Valid values:
SUCCEEDED: The enabledControl configuration was deployed successfully.
UNDER_CHANGE: The enabledControl configuration is changing.
FAILED: The enabledControl configuration failed to deploy.
status - The deployment status of the enabled control.
Valid values:
SUCCEEDED: The enabledControl configuration was deployed successfully.
UNDER_CHANGE: The enabledControl configuration is changing.
FAILED: The enabledControl configuration failed to deploy.
EnablementStatuspublic EnablementStatusSummary withStatus(EnablementStatus status)
The deployment status of the enabled control.
Valid values:
SUCCEEDED: The enabledControl configuration was deployed successfully.
UNDER_CHANGE: The enabledControl configuration is changing.
FAILED: The enabledControl configuration failed to deploy.
status - The deployment status of the enabled control.
Valid values:
SUCCEEDED: The enabledControl configuration was deployed successfully.
UNDER_CHANGE: The enabledControl configuration is changing.
FAILED: The enabledControl configuration failed to deploy.
EnablementStatuspublic String toString()
toString in class ObjectObject.toString()public EnablementStatusSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.