@Generated(value="software.amazon.awssdk:codegen") public final class ComplianceContributorCount extends Object implements SdkPojo, Serializable, 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 and Description |
---|---|
static interface |
ComplianceContributorCount.Builder |
Modifier and Type | Method and 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
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() |
copy
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()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.