@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EvaluationResult extends Object implements Serializable, Cloneable, StructuredPojo
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.
| Constructor and Description |
|---|
EvaluationResult() |
| Modifier and Type | Method and Description |
|---|---|
EvaluationResult |
clone() |
boolean |
equals(Object obj) |
String |
getComplianceStatus()
Describes an AWS account's compliance with the AWS Firewall Manager policy.
|
Boolean |
getEvaluationLimitExceeded()
Indicates that over 100 resources are non-compliant with the AWS Firewall Manager policy.
|
Long |
getViolatorCount()
Number of resources that are non-compliant with the specified policy.
|
int |
hashCode() |
Boolean |
isEvaluationLimitExceeded()
Indicates that over 100 resources are non-compliant with the AWS Firewall Manager policy.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setComplianceStatus(String complianceStatus)
Describes an AWS account's compliance with the AWS Firewall Manager policy.
|
void |
setEvaluationLimitExceeded(Boolean evaluationLimitExceeded)
Indicates that over 100 resources are non-compliant with the AWS Firewall Manager policy.
|
void |
setViolatorCount(Long violatorCount)
Number of resources that are non-compliant with the specified policy.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
EvaluationResult |
withComplianceStatus(PolicyComplianceStatusType complianceStatus)
Describes an AWS account's compliance with the AWS Firewall Manager policy.
|
EvaluationResult |
withComplianceStatus(String complianceStatus)
Describes an AWS account's compliance with the AWS Firewall Manager policy.
|
EvaluationResult |
withEvaluationLimitExceeded(Boolean evaluationLimitExceeded)
Indicates that over 100 resources are non-compliant with the AWS Firewall Manager policy.
|
EvaluationResult |
withViolatorCount(Long violatorCount)
Number of resources that are non-compliant with the specified policy.
|
public void setComplianceStatus(String complianceStatus)
Describes an AWS account's compliance with the AWS Firewall Manager policy.
complianceStatus - Describes an AWS account's compliance with the AWS Firewall Manager policy.PolicyComplianceStatusTypepublic String getComplianceStatus()
Describes an AWS account's compliance with the AWS Firewall Manager policy.
PolicyComplianceStatusTypepublic EvaluationResult withComplianceStatus(String complianceStatus)
Describes an AWS account's compliance with the AWS Firewall Manager policy.
complianceStatus - Describes an AWS account's compliance with the AWS Firewall Manager policy.PolicyComplianceStatusTypepublic EvaluationResult withComplianceStatus(PolicyComplianceStatusType complianceStatus)
Describes an AWS account's compliance with the AWS Firewall Manager policy.
complianceStatus - Describes an AWS account's compliance with the AWS Firewall Manager policy.PolicyComplianceStatusTypepublic void setViolatorCount(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.
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 Long getViolatorCount()
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 EvaluationResult withViolatorCount(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.
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 void setEvaluationLimitExceeded(Boolean evaluationLimitExceeded)
Indicates that over 100 resources are non-compliant with the AWS Firewall Manager policy.
evaluationLimitExceeded - Indicates that over 100 resources are non-compliant with the AWS Firewall Manager policy.public Boolean getEvaluationLimitExceeded()
Indicates that over 100 resources are non-compliant with the AWS Firewall Manager policy.
public EvaluationResult withEvaluationLimitExceeded(Boolean evaluationLimitExceeded)
Indicates that over 100 resources are non-compliant with the AWS Firewall Manager policy.
evaluationLimitExceeded - Indicates that over 100 resources are non-compliant with the AWS Firewall Manager policy.public Boolean isEvaluationLimitExceeded()
Indicates that over 100 resources are non-compliant with the AWS Firewall Manager policy.
public String toString()
toString in class ObjectObject.toString()public EvaluationResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.