@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecutionControls extends Object implements Serializable, Cloneable, StructuredPojo
The controls that AWS 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 Object
Object.toString()
public ExecutionControls clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.