/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The minimum and maximum amount of memory, in MiB, for the accelerators on an
* Amazon EC2 instance. See Also:
AWS
* API Reference
The maximum amount of memory, in MiB. If this parameter isn't specified, * there's no maximum limit.
*/ inline int GetMax() const{ return m_max; } /** *The maximum amount of memory, in MiB. If this parameter isn't specified, * there's no maximum limit.
*/ inline bool MaxHasBeenSet() const { return m_maxHasBeenSet; } /** *The maximum amount of memory, in MiB. If this parameter isn't specified, * there's no maximum limit.
*/ inline void SetMax(int value) { m_maxHasBeenSet = true; m_max = value; } /** *The maximum amount of memory, in MiB. If this parameter isn't specified, * there's no maximum limit.
*/ inline AwsEc2LaunchTemplateDataInstanceRequirementsAcceleratorTotalMemoryMiBDetails& WithMax(int value) { SetMax(value); return *this;} /** * The minimum amount of memory, in MiB. If 0
is specified,
* there's no maximum limit.
The minimum amount of memory, in MiB. If 0
is specified,
* there's no maximum limit.
The minimum amount of memory, in MiB. If 0
is specified,
* there's no maximum limit.
The minimum amount of memory, in MiB. If 0
is specified,
* there's no maximum limit.