/* * 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.computeoptimizer.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.protocol.StructuredPojo; import com.amazonaws.protocol.ProtocolMarshaller; /** *

* The estimated monthly savings after you adjust the configurations of your instances running on the inferred workload * types to the recommended configurations. If the inferredWorkloadTypes list contains multiple entries, * then the savings are the sum of the monthly savings from instances that run the exact combination of the inferred * workload types. *

* * @see AWS API Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class InferredWorkloadSaving implements Serializable, Cloneable, StructuredPojo { /** *

* The applications that might be running on the instance as inferred by Compute Optimizer. *

*

* Compute Optimizer can infer if one of the following applications might be running on the instance: *

* */ private java.util.List inferredWorkloadTypes; /** *

* An object that describes the estimated monthly savings amount possible by adopting Compute Optimizer * recommendations for a given resource. This is based on the On-Demand instance pricing. *

*/ private EstimatedMonthlySavings estimatedMonthlySavings; /** *

* The applications that might be running on the instance as inferred by Compute Optimizer. *

*

* Compute Optimizer can infer if one of the following applications might be running on the instance: *

* * * @return The applications that might be running on the instance as inferred by Compute Optimizer.

*

* Compute Optimizer can infer if one of the following applications might be running on the instance: *

*