@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.EvaluationMode
public String getMode()
The mode of an evaluation. The valid values are Detective or Proactive.
EvaluationMode
public 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.EvaluationMode
public 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.EvaluationMode
public String toString()
toString
in class Object
Object.toString()
public EvaluationModeConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.