StructuredPojo
, ToCopyableBuilder<ComplianceByConfigRule.Builder,ComplianceByConfigRule>
@Generated("software.amazon.awssdk:codegen") public class ComplianceByConfigRule extends Object implements StructuredPojo, ToCopyableBuilder<ComplianceByConfigRule.Builder,ComplianceByConfigRule>
Indicates whether an AWS Config rule is compliant. A rule is compliant if all of the resources that the rule evaluated comply with it, and it is noncompliant if any of these resources do not comply.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ComplianceByConfigRule.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ComplianceByConfigRule.Builder |
builder() |
|
Compliance |
compliance() |
Indicates whether the AWS Config rule is compliant.
|
String |
configRuleName() |
The name of the AWS Config rule.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends ComplianceByConfigRule.Builder> |
serializableBuilderClass() |
|
ComplianceByConfigRule.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String configRuleName()
The name of the AWS Config rule.
public Compliance compliance()
Indicates whether the AWS Config rule is compliant.
public ComplianceByConfigRule.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ComplianceByConfigRule.Builder,ComplianceByConfigRule>
public static ComplianceByConfigRule.Builder builder()
public static Class<? extends ComplianceByConfigRule.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.