@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 non-compliant if it includes resources that are not protected by the specified 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 non-compliant 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()
Number of resources that are non-compliant 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()
Number of resources that are non-compliant with the specified policy. A resource is considered non-compliant if it is not associated with the specified policy.
public Boolean evaluationLimitExceeded()
Indicates that over 100 resources are non-compliant 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 © 2019. All rights reserved.