@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)
Marshalls this structured data using the given
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.
|
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.PolicyComplianceStatusType
public String getComplianceStatus()
Describes an AWS account's compliance with the AWS Firewall Manager policy.
PolicyComplianceStatusType
public 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.PolicyComplianceStatusType
public 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.PolicyComplianceStatusType
public 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 Object
Object.toString()
public EvaluationResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.