/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.auditmanager.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.protocol.StructuredPojo; import com.amazonaws.protocol.ProtocolMarshaller; /** *
* A breakdown of the latest compliance check status for the evidence in your Audit Manager assessments. *
* * @see AWS API * Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class EvidenceInsights implements Serializable, Cloneable, StructuredPojo { /** ** The number of compliance check evidence that Audit Manager classified as non-compliant. This includes evidence * that was collected from Security Hub with a Fail ruling, or collected from Config with a * Non-compliant ruling. *
*/ private Integer noncompliantEvidenceCount; /** ** The number of compliance check evidence that Audit Manager classified as compliant. This includes evidence that * was collected from Security Hub with a Pass ruling, or collected from Config with a Compliant * ruling. *
*/ private Integer compliantEvidenceCount; /** ** The number of evidence that a compliance check ruling isn't available for. Evidence is inconclusive when the * associated control uses Security Hub or Config as a data source but you didn't enable those services. This is * also the case when a control uses a data source that doesn’t support compliance checks (for example, manual * evidence, API calls, or CloudTrail). *
*
* If evidence has a compliance check status of not applicable in the console, it's classified as
* inconclusive in EvidenceInsights
data.
*
* The number of compliance check evidence that Audit Manager classified as non-compliant. This includes evidence * that was collected from Security Hub with a Fail ruling, or collected from Config with a * Non-compliant ruling. *
* * @param noncompliantEvidenceCount * The number of compliance check evidence that Audit Manager classified as non-compliant. This includes * evidence that was collected from Security Hub with a Fail ruling, or collected from Config with a * Non-compliant ruling. */ public void setNoncompliantEvidenceCount(Integer noncompliantEvidenceCount) { this.noncompliantEvidenceCount = noncompliantEvidenceCount; } /** ** The number of compliance check evidence that Audit Manager classified as non-compliant. This includes evidence * that was collected from Security Hub with a Fail ruling, or collected from Config with a * Non-compliant ruling. *
* * @return The number of compliance check evidence that Audit Manager classified as non-compliant. This includes * evidence that was collected from Security Hub with a Fail ruling, or collected from Config with a * Non-compliant ruling. */ public Integer getNoncompliantEvidenceCount() { return this.noncompliantEvidenceCount; } /** ** The number of compliance check evidence that Audit Manager classified as non-compliant. This includes evidence * that was collected from Security Hub with a Fail ruling, or collected from Config with a * Non-compliant ruling. *
* * @param noncompliantEvidenceCount * The number of compliance check evidence that Audit Manager classified as non-compliant. This includes * evidence that was collected from Security Hub with a Fail ruling, or collected from Config with a * Non-compliant ruling. * @return Returns a reference to this object so that method calls can be chained together. */ public EvidenceInsights withNoncompliantEvidenceCount(Integer noncompliantEvidenceCount) { setNoncompliantEvidenceCount(noncompliantEvidenceCount); return this; } /** ** The number of compliance check evidence that Audit Manager classified as compliant. This includes evidence that * was collected from Security Hub with a Pass ruling, or collected from Config with a Compliant * ruling. *
* * @param compliantEvidenceCount * The number of compliance check evidence that Audit Manager classified as compliant. This includes evidence * that was collected from Security Hub with a Pass ruling, or collected from Config with a * Compliant ruling. */ public void setCompliantEvidenceCount(Integer compliantEvidenceCount) { this.compliantEvidenceCount = compliantEvidenceCount; } /** ** The number of compliance check evidence that Audit Manager classified as compliant. This includes evidence that * was collected from Security Hub with a Pass ruling, or collected from Config with a Compliant * ruling. *
* * @return The number of compliance check evidence that Audit Manager classified as compliant. This includes * evidence that was collected from Security Hub with a Pass ruling, or collected from Config with a * Compliant ruling. */ public Integer getCompliantEvidenceCount() { return this.compliantEvidenceCount; } /** ** The number of compliance check evidence that Audit Manager classified as compliant. This includes evidence that * was collected from Security Hub with a Pass ruling, or collected from Config with a Compliant * ruling. *
* * @param compliantEvidenceCount * The number of compliance check evidence that Audit Manager classified as compliant. This includes evidence * that was collected from Security Hub with a Pass ruling, or collected from Config with a * Compliant ruling. * @return Returns a reference to this object so that method calls can be chained together. */ public EvidenceInsights withCompliantEvidenceCount(Integer compliantEvidenceCount) { setCompliantEvidenceCount(compliantEvidenceCount); return this; } /** ** The number of evidence that a compliance check ruling isn't available for. Evidence is inconclusive when the * associated control uses Security Hub or Config as a data source but you didn't enable those services. This is * also the case when a control uses a data source that doesn’t support compliance checks (for example, manual * evidence, API calls, or CloudTrail). *
*
* If evidence has a compliance check status of not applicable in the console, it's classified as
* inconclusive in EvidenceInsights
data.
*
* If evidence has a compliance check status of not applicable in the console, it's classified as
* inconclusive in EvidenceInsights
data.
*
* The number of evidence that a compliance check ruling isn't available for. Evidence is inconclusive when the * associated control uses Security Hub or Config as a data source but you didn't enable those services. This is * also the case when a control uses a data source that doesn’t support compliance checks (for example, manual * evidence, API calls, or CloudTrail). *
*
* If evidence has a compliance check status of not applicable in the console, it's classified as
* inconclusive in EvidenceInsights
data.
*
* If evidence has a compliance check status of not applicable in the console, it's classified as
* inconclusive in EvidenceInsights
data.
*
* The number of evidence that a compliance check ruling isn't available for. Evidence is inconclusive when the * associated control uses Security Hub or Config as a data source but you didn't enable those services. This is * also the case when a control uses a data source that doesn’t support compliance checks (for example, manual * evidence, API calls, or CloudTrail). *
*
* If evidence has a compliance check status of not applicable in the console, it's classified as
* inconclusive in EvidenceInsights
data.
*
* If evidence has a compliance check status of not applicable in the console, it's classified as
* inconclusive in EvidenceInsights
data.
*