@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConfigRulesFilters extends Object implements Serializable, Cloneable, StructuredPojo
Returns a filtered list of Detective or Proactive Config rules. By default, if the filter is not defined, this API returns an unfiltered list. For more information on Detective or Proactive Config rules, see Evaluation Mode in the Config Developer Guide.
| Constructor and Description |
|---|
DescribeConfigRulesFilters() |
| Modifier and Type | Method and Description |
|---|---|
DescribeConfigRulesFilters |
clone() |
boolean |
equals(Object obj) |
String |
getEvaluationMode()
The mode of an evaluation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEvaluationMode(String evaluationMode)
The mode of an evaluation.
|
String |
toString()
Returns a string representation of this object.
|
DescribeConfigRulesFilters |
withEvaluationMode(EvaluationMode evaluationMode)
The mode of an evaluation.
|
DescribeConfigRulesFilters |
withEvaluationMode(String evaluationMode)
The mode of an evaluation.
|
public void setEvaluationMode(String evaluationMode)
The mode of an evaluation. The valid values are Detective or Proactive.
evaluationMode - The mode of an evaluation. The valid values are Detective or Proactive.EvaluationModepublic String getEvaluationMode()
The mode of an evaluation. The valid values are Detective or Proactive.
EvaluationModepublic DescribeConfigRulesFilters withEvaluationMode(String evaluationMode)
The mode of an evaluation. The valid values are Detective or Proactive.
evaluationMode - The mode of an evaluation. The valid values are Detective or Proactive.EvaluationModepublic DescribeConfigRulesFilters withEvaluationMode(EvaluationMode evaluationMode)
The mode of an evaluation. The valid values are Detective or Proactive.
evaluationMode - The mode of an evaluation. The valid values are Detective or Proactive.EvaluationModepublic String toString()
toString in class ObjectObject.toString()public DescribeConfigRulesFilters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.