7#include <aws/pipes/Pipes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
53 template<
typename DeviceNameT = Aws::String>
54 void SetDeviceName(DeviceNameT&& value) { m_deviceNameHasBeenSet =
true; m_deviceName = std::forward<DeviceNameT>(value); }
55 template<
typename DeviceNameT = Aws::String>
65 template<
typename DeviceTypeT = Aws::String>
66 void SetDeviceType(DeviceTypeT&& value) { m_deviceTypeHasBeenSet =
true; m_deviceType = std::forward<DeviceTypeT>(value); }
67 template<
typename DeviceTypeT = Aws::String>
73 bool m_deviceNameHasBeenSet =
false;
76 bool m_deviceTypeHasBeenSet =
false;
AWS_PIPES_API EcsInferenceAcceleratorOverride(Aws::Utils::Json::JsonView jsonValue)
AWS_PIPES_API EcsInferenceAcceleratorOverride & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDeviceType() const
const Aws::String & GetDeviceName() const
AWS_PIPES_API EcsInferenceAcceleratorOverride()=default
EcsInferenceAcceleratorOverride & WithDeviceType(DeviceTypeT &&value)
bool DeviceNameHasBeenSet() const
EcsInferenceAcceleratorOverride & WithDeviceName(DeviceNameT &&value)
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDeviceName(DeviceNameT &&value)
bool DeviceTypeHasBeenSet() const
void SetDeviceType(DeviceTypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue