@Generated(value="software.amazon.awssdk:codegen") public final class EvaluationResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EvaluationResult.Builder,EvaluationResult>
Describes the compliance status for the account. An account is considered noncompliant if it includes resources that are not protected by the specified policy or that don't comply with the policy.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EvaluationResult.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EvaluationResult.Builder |
builder() |
PolicyComplianceStatusType |
complianceStatus()
Describes an Amazon Web Services account's compliance with the Firewall Manager policy.
|
String |
complianceStatusAsString()
Describes an Amazon Web Services account's compliance with the Firewall Manager policy.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
evaluationLimitExceeded()
Indicates that over 100 resources are noncompliant with the Firewall Manager policy.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EvaluationResult.Builder> |
serializableBuilderClass() |
EvaluationResult.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
violatorCount()
The number of resources that are noncompliant with the specified policy.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final PolicyComplianceStatusType complianceStatus()
Describes an Amazon Web Services account's compliance with the Firewall Manager policy.
If the service returns an enum value that is not available in the current SDK version, complianceStatus
will return PolicyComplianceStatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from complianceStatusAsString().
PolicyComplianceStatusTypepublic final String complianceStatusAsString()
Describes an Amazon Web Services account's compliance with the Firewall Manager policy.
If the service returns an enum value that is not available in the current SDK version, complianceStatus
will return PolicyComplianceStatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from complianceStatusAsString().
PolicyComplianceStatusTypepublic final Long violatorCount()
The number of resources that are noncompliant with the specified policy. For WAF and Shield Advanced policies, a resource is considered noncompliant if it is not associated with the policy. For security group policies, a resource is considered noncompliant if it doesn't comply with the rules of the policy and remediation is disabled or not possible.
public final Boolean evaluationLimitExceeded()
Indicates that over 100 resources are noncompliant with the Firewall Manager policy.
public EvaluationResult.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EvaluationResult.Builder,EvaluationResult>public static EvaluationResult.Builder builder()
public static Class<? extends EvaluationResult.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.