/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Use this structure to specify the launch templates and instance types
* (overrides) for a mixed instances policy.See Also:
AWS
* API Reference
The launch template.
*/ inline const LaunchTemplateSpecification& GetLaunchTemplateSpecification() const{ return m_launchTemplateSpecification; } /** *The launch template.
*/ inline bool LaunchTemplateSpecificationHasBeenSet() const { return m_launchTemplateSpecificationHasBeenSet; } /** *The launch template.
*/ inline void SetLaunchTemplateSpecification(const LaunchTemplateSpecification& value) { m_launchTemplateSpecificationHasBeenSet = true; m_launchTemplateSpecification = value; } /** *The launch template.
*/ inline void SetLaunchTemplateSpecification(LaunchTemplateSpecification&& value) { m_launchTemplateSpecificationHasBeenSet = true; m_launchTemplateSpecification = std::move(value); } /** *The launch template.
*/ inline LaunchTemplate& WithLaunchTemplateSpecification(const LaunchTemplateSpecification& value) { SetLaunchTemplateSpecification(value); return *this;} /** *The launch template.
*/ inline LaunchTemplate& WithLaunchTemplateSpecification(LaunchTemplateSpecification&& value) { SetLaunchTemplateSpecification(std::move(value)); return *this;} /** *Any properties that you specify override the same properties in the launch * template.
*/ inline const Aws::VectorAny properties that you specify override the same properties in the launch * template.
*/ inline bool OverridesHasBeenSet() const { return m_overridesHasBeenSet; } /** *Any properties that you specify override the same properties in the launch * template.
*/ inline void SetOverrides(const Aws::VectorAny properties that you specify override the same properties in the launch * template.
*/ inline void SetOverrides(Aws::VectorAny properties that you specify override the same properties in the launch * template.
*/ inline LaunchTemplate& WithOverrides(const Aws::VectorAny properties that you specify override the same properties in the launch * template.
*/ inline LaunchTemplate& WithOverrides(Aws::VectorAny properties that you specify override the same properties in the launch * template.
*/ inline LaunchTemplate& AddOverrides(const LaunchTemplateOverrides& value) { m_overridesHasBeenSet = true; m_overrides.push_back(value); return *this; } /** *Any properties that you specify override the same properties in the launch * template.
*/ inline LaunchTemplate& AddOverrides(LaunchTemplateOverrides&& value) { m_overridesHasBeenSet = true; m_overrides.push_back(std::move(value)); return *this; } private: LaunchTemplateSpecification m_launchTemplateSpecification; bool m_launchTemplateSpecificationHasBeenSet = false; Aws::Vector