@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.
EnablementStatus
public 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.
EnablementStatus
public 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.
EnablementStatus
public 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.
EnablementStatus
public String toString()
toString
in class Object
Object.toString()
public EnablementStatusSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.