/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the application runtime IDs and their supported DPU
* sizes.See Also:
AWS
* API Reference
The name of the supported application runtime (for example, Athena
* notebook version 1
).
The name of the supported application runtime (for example, Athena
* notebook version 1
).
The name of the supported application runtime (for example, Athena
* notebook version 1
).
The name of the supported application runtime (for example, Athena
* notebook version 1
).
The name of the supported application runtime (for example, Athena
* notebook version 1
).
The name of the supported application runtime (for example, Athena
* notebook version 1
).
The name of the supported application runtime (for example, Athena
* notebook version 1
).
The name of the supported application runtime (for example, Athena
* notebook version 1
).
A list of the supported DPU sizes that the application runtime supports.
*/ inline const Aws::VectorA list of the supported DPU sizes that the application runtime supports.
*/ inline bool SupportedDPUSizesHasBeenSet() const { return m_supportedDPUSizesHasBeenSet; } /** *A list of the supported DPU sizes that the application runtime supports.
*/ inline void SetSupportedDPUSizes(const Aws::VectorA list of the supported DPU sizes that the application runtime supports.
*/ inline void SetSupportedDPUSizes(Aws::VectorA list of the supported DPU sizes that the application runtime supports.
*/ inline ApplicationDPUSizes& WithSupportedDPUSizes(const Aws::VectorA list of the supported DPU sizes that the application runtime supports.
*/ inline ApplicationDPUSizes& WithSupportedDPUSizes(Aws::VectorA list of the supported DPU sizes that the application runtime supports.
*/ inline ApplicationDPUSizes& AddSupportedDPUSizes(int value) { m_supportedDPUSizesHasBeenSet = true; m_supportedDPUSizes.push_back(value); return *this; } private: Aws::String m_applicationRuntimeId; bool m_applicationRuntimeIdHasBeenSet = false; Aws::Vector