/* * 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; /** *

* Describes the effective recommendation preferences for a resource. *

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

* Describes the CPU vendor and architecture for an instance or Auto Scaling group recommendations. *

*

* For example, when you specify AWS_ARM64 with: *

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

* Describes the activation status of the enhanced infrastructure metrics preference. *

*

* A status of Active confirms that the preference is applied in the latest recommendation refresh, and * a status of Inactive confirms that it's not yet applied to recommendations. *

*

* For more information, see Enhanced * infrastructure metrics in the Compute Optimizer User Guide. *

*/ private String enhancedInfrastructureMetrics; /** *

* Describes the activation status of the inferred workload types preference. *

*

* A status of Active confirms that the preference is applied in the latest recommendation refresh. A * status of Inactive confirms that it's not yet applied to recommendations. *

*/ private String inferredWorkloadTypes; /** *

* An object that describes the external metrics recommendation preference. *

*

* If the preference is applied in the latest recommendation refresh, an object with a valid source * value appears in the response. If the preference isn't applied to the recommendations already, then this object * doesn't appear in the response. *

*/ private ExternalMetricsPreference externalMetricsPreference; /** *

* Describes the CPU vendor and architecture for an instance or Auto Scaling group recommendations. *

*

* For example, when you specify AWS_ARM64 with: *

* * * @return Describes the CPU vendor and architecture for an instance or Auto Scaling group recommendations.

*

* For example, when you specify AWS_ARM64 with: *

*