@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 AWS account's compliance with the AWS Firewall Manager policy.
|
String |
complianceStatusAsString()
Describes an AWS account's compliance with the AWS Firewall Manager policy.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
evaluationLimitExceeded()
Indicates that over 100 resources are noncompliant with the AWS 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 PolicyComplianceStatusType complianceStatus()
Describes an AWS account's compliance with the AWS 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 String complianceStatusAsString()
Describes an AWS account's compliance with the AWS 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 Long violatorCount()
The number of resources that are noncompliant with the specified policy. For AWS 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 Boolean evaluationLimitExceeded()
Indicates that over 100 resources are noncompliant with the AWS 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.