@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConformancePackRuleCompliance extends Object implements Serializable, Cloneable, StructuredPojo
Compliance information of one or more AWS Config rules within a conformance pack. You can filter using AWS Config rule names and compliance types.
| Constructor and Description |
|---|
ConformancePackRuleCompliance() |
| Modifier and Type | Method and Description |
|---|---|
ConformancePackRuleCompliance |
clone() |
boolean |
equals(Object obj) |
String |
getComplianceType()
Filters the results by compliance.
|
String |
getConfigRuleName()
Filters the results by AWS Config rule name.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setComplianceType(String complianceType)
Filters the results by compliance.
|
void |
setConfigRuleName(String configRuleName)
Filters the results by AWS Config rule name.
|
String |
toString()
Returns a string representation of this object.
|
ConformancePackRuleCompliance |
withComplianceType(ConformancePackComplianceType complianceType)
Filters the results by compliance.
|
ConformancePackRuleCompliance |
withComplianceType(String complianceType)
Filters the results by compliance.
|
ConformancePackRuleCompliance |
withConfigRuleName(String configRuleName)
Filters the results by AWS Config rule name.
|
public void setConfigRuleName(String configRuleName)
Filters the results by AWS Config rule name.
configRuleName - Filters the results by AWS Config rule name.public String getConfigRuleName()
Filters the results by AWS Config rule name.
public ConformancePackRuleCompliance withConfigRuleName(String configRuleName)
Filters the results by AWS Config rule name.
configRuleName - Filters the results by AWS Config rule name.public void setComplianceType(String complianceType)
Filters the results by compliance.
The allowed values are COMPLIANT and NON_COMPLIANT.
complianceType - Filters the results by compliance.
The allowed values are COMPLIANT and NON_COMPLIANT.
ConformancePackComplianceTypepublic String getComplianceType()
Filters the results by compliance.
The allowed values are COMPLIANT and NON_COMPLIANT.
The allowed values are COMPLIANT and NON_COMPLIANT.
ConformancePackComplianceTypepublic ConformancePackRuleCompliance withComplianceType(String complianceType)
Filters the results by compliance.
The allowed values are COMPLIANT and NON_COMPLIANT.
complianceType - Filters the results by compliance.
The allowed values are COMPLIANT and NON_COMPLIANT.
ConformancePackComplianceTypepublic ConformancePackRuleCompliance withComplianceType(ConformancePackComplianceType complianceType)
Filters the results by compliance.
The allowed values are COMPLIANT and NON_COMPLIANT.
complianceType - Filters the results by compliance.
The allowed values are COMPLIANT and NON_COMPLIANT.
ConformancePackComplianceTypepublic String toString()
toString in class ObjectObject.toString()public ConformancePackRuleCompliance clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.