@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EvaluationModeConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration object for Config rule evaluation mode. The supported valid values are Detective or Proactive.
| Constructor and Description |
|---|
EvaluationModeConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
EvaluationModeConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getMode()
The mode of an evaluation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMode(String mode)
The mode of an evaluation.
|
String |
toString()
Returns a string representation of this object.
|
EvaluationModeConfiguration |
withMode(EvaluationMode mode)
The mode of an evaluation.
|
EvaluationModeConfiguration |
withMode(String mode)
The mode of an evaluation.
|
public void setMode(String mode)
The mode of an evaluation. The valid values are Detective or Proactive.
mode - The mode of an evaluation. The valid values are Detective or Proactive.EvaluationModepublic String getMode()
The mode of an evaluation. The valid values are Detective or Proactive.
EvaluationModepublic EvaluationModeConfiguration withMode(String mode)
The mode of an evaluation. The valid values are Detective or Proactive.
mode - The mode of an evaluation. The valid values are Detective or Proactive.EvaluationModepublic EvaluationModeConfiguration withMode(EvaluationMode mode)
The mode of an evaluation. The valid values are Detective or Proactive.
mode - The mode of an evaluation. The valid values are Detective or Proactive.EvaluationModepublic String toString()
toString in class ObjectObject.toString()public EvaluationModeConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.