@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 |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Long |
violatorCount()
Number of resources that are non-compliant with the specified policy.
|
copy
public 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()
.
PolicyComplianceStatusType
public 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()
.
PolicyComplianceStatusType
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EvaluationResult.Builder,EvaluationResult>
public static EvaluationResult.Builder builder()
public static Class<? extends EvaluationResult.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.