/* * 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.securityhub.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.protocol.StructuredPojo; import com.amazonaws.protocol.ProtocolMarshaller; /** *
* Updates to the severity information for a finding. *
* * @see AWS API * Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class SeverityUpdate implements Serializable, Cloneable, StructuredPojo { /** *
* The normalized severity for the finding. This attribute is to be deprecated in favor of Label
.
*
* If you provide Normalized
and do not provide Label
, Label
is set
* automatically as follows.
*
* 0 - INFORMATIONAL
*
* 1–39 - LOW
*
* 40–69 - MEDIUM
*
* 70–89 - HIGH
*
* 90–100 - CRITICAL
*
* The native severity as defined by the Amazon Web Services service or integrated partner product that generated * the finding. *
*/ private Double product; /** ** The severity value of the finding. The allowed values are the following. *
*
* INFORMATIONAL
- No issue was found.
*
* LOW
- The issue does not require action on its own.
*
* MEDIUM
- The issue must be addressed but not urgently.
*
* HIGH
- The issue must be addressed as a priority.
*
* CRITICAL
- The issue must be remediated immediately to avoid it escalating.
*
* The normalized severity for the finding. This attribute is to be deprecated in favor of Label
.
*
* If you provide Normalized
and do not provide Label
, Label
is set
* automatically as follows.
*
* 0 - INFORMATIONAL
*
* 1–39 - LOW
*
* 40–69 - MEDIUM
*
* 70–89 - HIGH
*
* 90–100 - CRITICAL
*
Label
* .
*
* If you provide Normalized
and do not provide Label
, Label
is set
* automatically as follows.
*
* 0 - INFORMATIONAL
*
* 1–39 - LOW
*
* 40–69 - MEDIUM
*
* 70–89 - HIGH
*
* 90–100 - CRITICAL
*
* The normalized severity for the finding. This attribute is to be deprecated in favor of Label
.
*
* If you provide Normalized
and do not provide Label
, Label
is set
* automatically as follows.
*
* 0 - INFORMATIONAL
*
* 1–39 - LOW
*
* 40–69 - MEDIUM
*
* 70–89 - HIGH
*
* 90–100 - CRITICAL
*
Label
.
*
* If you provide Normalized
and do not provide Label
, Label
is set
* automatically as follows.
*
* 0 - INFORMATIONAL
*
* 1–39 - LOW
*
* 40–69 - MEDIUM
*
* 70–89 - HIGH
*
* 90–100 - CRITICAL
*
* The normalized severity for the finding. This attribute is to be deprecated in favor of Label
.
*
* If you provide Normalized
and do not provide Label
, Label
is set
* automatically as follows.
*
* 0 - INFORMATIONAL
*
* 1–39 - LOW
*
* 40–69 - MEDIUM
*
* 70–89 - HIGH
*
* 90–100 - CRITICAL
*
Label
* .
*
* If you provide Normalized
and do not provide Label
, Label
is set
* automatically as follows.
*
* 0 - INFORMATIONAL
*
* 1–39 - LOW
*
* 40–69 - MEDIUM
*
* 70–89 - HIGH
*
* 90–100 - CRITICAL
*
* The native severity as defined by the Amazon Web Services service or integrated partner product that generated * the finding. *
* * @param product * The native severity as defined by the Amazon Web Services service or integrated partner product that * generated the finding. */ public void setProduct(Double product) { this.product = product; } /** ** The native severity as defined by the Amazon Web Services service or integrated partner product that generated * the finding. *
* * @return The native severity as defined by the Amazon Web Services service or integrated partner product that * generated the finding. */ public Double getProduct() { return this.product; } /** ** The native severity as defined by the Amazon Web Services service or integrated partner product that generated * the finding. *
* * @param product * The native severity as defined by the Amazon Web Services service or integrated partner product that * generated the finding. * @return Returns a reference to this object so that method calls can be chained together. */ public SeverityUpdate withProduct(Double product) { setProduct(product); return this; } /** ** The severity value of the finding. The allowed values are the following. *
*
* INFORMATIONAL
- No issue was found.
*
* LOW
- The issue does not require action on its own.
*
* MEDIUM
- The issue must be addressed but not urgently.
*
* HIGH
- The issue must be addressed as a priority.
*
* CRITICAL
- The issue must be remediated immediately to avoid it escalating.
*
* INFORMATIONAL
- No issue was found.
*
* LOW
- The issue does not require action on its own.
*
* MEDIUM
- The issue must be addressed but not urgently.
*
* HIGH
- The issue must be addressed as a priority.
*
* CRITICAL
- The issue must be remediated immediately to avoid it escalating.
*
* The severity value of the finding. The allowed values are the following. *
*
* INFORMATIONAL
- No issue was found.
*
* LOW
- The issue does not require action on its own.
*
* MEDIUM
- The issue must be addressed but not urgently.
*
* HIGH
- The issue must be addressed as a priority.
*
* CRITICAL
- The issue must be remediated immediately to avoid it escalating.
*
* INFORMATIONAL
- No issue was found.
*
* LOW
- The issue does not require action on its own.
*
* MEDIUM
- The issue must be addressed but not urgently.
*
* HIGH
- The issue must be addressed as a priority.
*
* CRITICAL
- The issue must be remediated immediately to avoid it escalating.
*
* The severity value of the finding. The allowed values are the following. *
*
* INFORMATIONAL
- No issue was found.
*
* LOW
- The issue does not require action on its own.
*
* MEDIUM
- The issue must be addressed but not urgently.
*
* HIGH
- The issue must be addressed as a priority.
*
* CRITICAL
- The issue must be remediated immediately to avoid it escalating.
*
* INFORMATIONAL
- No issue was found.
*
* LOW
- The issue does not require action on its own.
*
* MEDIUM
- The issue must be addressed but not urgently.
*
* HIGH
- The issue must be addressed as a priority.
*
* CRITICAL
- The issue must be remediated immediately to avoid it escalating.
*
* The severity value of the finding. The allowed values are the following. *
*
* INFORMATIONAL
- No issue was found.
*
* LOW
- The issue does not require action on its own.
*
* MEDIUM
- The issue must be addressed but not urgently.
*
* HIGH
- The issue must be addressed as a priority.
*
* CRITICAL
- The issue must be remediated immediately to avoid it escalating.
*
* INFORMATIONAL
- No issue was found.
*
* LOW
- The issue does not require action on its own.
*
* MEDIUM
- The issue must be addressed but not urgently.
*
* HIGH
- The issue must be addressed as a priority.
*
* CRITICAL
- The issue must be remediated immediately to avoid it escalating.
*