@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecutionControls extends Object implements Serializable, Cloneable, StructuredPojo
The controls that Config uses for executing remediations.
| Constructor and Description |
|---|
ExecutionControls() |
| Modifier and Type | Method and Description |
|---|---|
ExecutionControls |
clone() |
boolean |
equals(Object obj) |
SsmControls |
getSsmControls()
A SsmControls object.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSsmControls(SsmControls ssmControls)
A SsmControls object.
|
String |
toString()
Returns a string representation of this object.
|
ExecutionControls |
withSsmControls(SsmControls ssmControls)
A SsmControls object.
|
public void setSsmControls(SsmControls ssmControls)
A SsmControls object.
ssmControls - A SsmControls object.public SsmControls getSsmControls()
A SsmControls object.
public ExecutionControls withSsmControls(SsmControls ssmControls)
A SsmControls object.
ssmControls - A SsmControls object.public String toString()
toString in class ObjectObject.toString()public ExecutionControls clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.