Class ConfigRuleComplianceFilters
- java.lang.Object
-
- software.amazon.awssdk.services.config.model.ConfigRuleComplianceFilters
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConfigRuleComplianceFilters.Builder,ConfigRuleComplianceFilters>
@Generated("software.amazon.awssdk:codegen") public final class ConfigRuleComplianceFilters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConfigRuleComplianceFilters.Builder,ConfigRuleComplianceFilters>
Filters the compliance results based on account ID, region, compliance type, and rule name.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConfigRuleComplianceFilters.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountId()The 12-digit account ID of the source account.StringawsRegion()The source region where the data is aggregated.static ConfigRuleComplianceFilters.Builderbuilder()ComplianceTypecomplianceType()The rule compliance status.StringcomplianceTypeAsString()The rule compliance status.StringconfigRuleName()The name of the Config rule.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ConfigRuleComplianceFilters.Builder>serializableBuilderClass()ConfigRuleComplianceFilters.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
configRuleName
public final String configRuleName()
The name of the Config rule.
- Returns:
- The name of the Config rule.
-
complianceType
public final ComplianceType complianceType()
The rule compliance status.
For the
ConfigRuleComplianceFiltersdata type, Config supports onlyCOMPLIANTandNON_COMPLIANT. Config does not support theNOT_APPLICABLEand theINSUFFICIENT_DATAvalues.If the service returns an enum value that is not available in the current SDK version,
complianceTypewill returnComplianceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcomplianceTypeAsString().- Returns:
- The rule compliance status.
For the
ConfigRuleComplianceFiltersdata type, Config supports onlyCOMPLIANTandNON_COMPLIANT. Config does not support theNOT_APPLICABLEand theINSUFFICIENT_DATAvalues. - See Also:
ComplianceType
-
complianceTypeAsString
public final String complianceTypeAsString()
The rule compliance status.
For the
ConfigRuleComplianceFiltersdata type, Config supports onlyCOMPLIANTandNON_COMPLIANT. Config does not support theNOT_APPLICABLEand theINSUFFICIENT_DATAvalues.If the service returns an enum value that is not available in the current SDK version,
complianceTypewill returnComplianceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcomplianceTypeAsString().- Returns:
- The rule compliance status.
For the
ConfigRuleComplianceFiltersdata type, Config supports onlyCOMPLIANTandNON_COMPLIANT. Config does not support theNOT_APPLICABLEand theINSUFFICIENT_DATAvalues. - See Also:
ComplianceType
-
accountId
public final String accountId()
The 12-digit account ID of the source account.
- Returns:
- The 12-digit account ID of the source account.
-
awsRegion
public final String awsRegion()
The source region where the data is aggregated.
- Returns:
- The source region where the data is aggregated.
-
toBuilder
public ConfigRuleComplianceFilters.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConfigRuleComplianceFilters.Builder,ConfigRuleComplianceFilters>
-
builder
public static ConfigRuleComplianceFilters.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConfigRuleComplianceFilters.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-