@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemediationActionWithOrder extends Object implements Serializable, Cloneable, StructuredPojo
An ordered list of actions you can take to remediate a violation.
| Constructor and Description |
|---|
RemediationActionWithOrder() |
| Modifier and Type | Method and Description |
|---|---|
RemediationActionWithOrder |
clone() |
boolean |
equals(Object obj) |
Integer |
getOrder()
The order of the remediation actions in the list.
|
RemediationAction |
getRemediationAction()
Information about an action you can take to remediate a violation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setOrder(Integer order)
The order of the remediation actions in the list.
|
void |
setRemediationAction(RemediationAction remediationAction)
Information about an action you can take to remediate a violation.
|
String |
toString()
Returns a string representation of this object.
|
RemediationActionWithOrder |
withOrder(Integer order)
The order of the remediation actions in the list.
|
RemediationActionWithOrder |
withRemediationAction(RemediationAction remediationAction)
Information about an action you can take to remediate a violation.
|
public void setRemediationAction(RemediationAction remediationAction)
Information about an action you can take to remediate a violation.
remediationAction - Information about an action you can take to remediate a violation.public RemediationAction getRemediationAction()
Information about an action you can take to remediate a violation.
public RemediationActionWithOrder withRemediationAction(RemediationAction remediationAction)
Information about an action you can take to remediate a violation.
remediationAction - Information about an action you can take to remediate a violation.public void setOrder(Integer order)
The order of the remediation actions in the list.
order - The order of the remediation actions in the list.public Integer getOrder()
The order of the remediation actions in the list.
public RemediationActionWithOrder withOrder(Integer order)
The order of the remediation actions in the list.
order - The order of the remediation actions in the list.public String toString()
toString in class ObjectObject.toString()public RemediationActionWithOrder clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.