7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
65 template<
typename OperatingSystemFamilyT = Aws::String>
66 void SetOperatingSystemFamily(OperatingSystemFamilyT&& value) { m_operatingSystemFamilyHasBeenSet =
true; m_operatingSystemFamily = std::forward<OperatingSystemFamilyT>(value); }
67 template<
typename OperatingSystemFamilyT = Aws::String>
85 template<
typename CpuArchitectureT = Aws::String>
86 void SetCpuArchitecture(CpuArchitectureT&& value) { m_cpuArchitectureHasBeenSet =
true; m_cpuArchitecture = std::forward<CpuArchitectureT>(value); }
87 template<
typename CpuArchitectureT = Aws::String>
93 bool m_operatingSystemFamilyHasBeenSet =
false;
96 bool m_cpuArchitectureHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue