7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename CpuT = Aws::String>
44 m_cpuHasBeenSet =
true;
45 m_cpu = std::forward<CpuT>(value);
47 template <
typename CpuT = Aws::String>
49 SetCpu(std::forward<CpuT>(value));
61 template <
typename MemoryT = Aws::String>
63 m_memoryHasBeenSet =
true;
64 m_memory = std::forward<MemoryT>(value);
66 template <
typename MemoryT = Aws::String>
81 template <
typename InstanceRoleArnT = Aws::String>
83 m_instanceRoleArnHasBeenSet =
true;
84 m_instanceRoleArn = std::forward<InstanceRoleArnT>(value);
86 template <
typename InstanceRoleArnT = Aws::String>
98 bool m_cpuHasBeenSet =
false;
99 bool m_memoryHasBeenSet =
false;
100 bool m_instanceRoleArnHasBeenSet =
false;
AWS_APPRUNNER_API Aws::Utils::Json::JsonValue Jsonize() const
bool CpuHasBeenSet() const
AWS_APPRUNNER_API InstanceConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool InstanceRoleArnHasBeenSet() const
const Aws::String & GetCpu() const
const Aws::String & GetMemory() const
AWS_APPRUNNER_API InstanceConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetInstanceRoleArn() const
void SetCpu(CpuT &&value)
AWS_APPRUNNER_API InstanceConfiguration()=default
bool MemoryHasBeenSet() const
void SetMemory(MemoryT &&value)
InstanceConfiguration & WithInstanceRoleArn(InstanceRoleArnT &&value)
InstanceConfiguration & WithMemory(MemoryT &&value)
InstanceConfiguration & WithCpu(CpuT &&value)
void SetInstanceRoleArn(InstanceRoleArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue