StructuredPojo
, ToCopyableBuilder<ComplianceContributorCount.Builder,ComplianceContributorCount>
@Generated("software.amazon.awssdk:codegen") public class ComplianceContributorCount extends Object implements StructuredPojo, ToCopyableBuilder<ComplianceContributorCount.Builder,ComplianceContributorCount>
The number of AWS resources or AWS Config rules responsible for the current compliance of the item, up to a maximum number.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ComplianceContributorCount.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ComplianceContributorCount.Builder |
builder() |
|
Boolean |
capExceeded() |
Indicates whether the maximum count is reached.
|
Integer |
cappedCount() |
The number of AWS resources or AWS Config rules responsible for the current compliance of the item.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends ComplianceContributorCount.Builder> |
serializableBuilderClass() |
|
ComplianceContributorCount.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public Integer cappedCount()
The number of AWS resources or AWS Config rules responsible for the current compliance of the item.
public Boolean capExceeded()
Indicates whether the maximum count is reached.
public ComplianceContributorCount.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ComplianceContributorCount.Builder,ComplianceContributorCount>
public static ComplianceContributorCount.Builder builder()
public static Class<? extends ComplianceContributorCount.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.