7#include <aws/pipes/Pipes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
55 inline void SetDeviceName(
const char* value) { m_deviceNameHasBeenSet =
true; m_deviceName.assign(value); }
69 inline void SetDeviceType(
const char* value) { m_deviceTypeHasBeenSet =
true; m_deviceType.assign(value); }
77 bool m_deviceNameHasBeenSet =
false;
80 bool m_deviceTypeHasBeenSet =
false;
AWS_PIPES_API EcsInferenceAcceleratorOverride(Aws::Utils::Json::JsonView jsonValue)
EcsInferenceAcceleratorOverride & WithDeviceName(Aws::String &&value)
AWS_PIPES_API EcsInferenceAcceleratorOverride & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDeviceType(const Aws::String &value)
const Aws::String & GetDeviceType() const
void SetDeviceName(const Aws::String &value)
EcsInferenceAcceleratorOverride & WithDeviceType(const Aws::String &value)
const Aws::String & GetDeviceName() const
void SetDeviceType(const char *value)
EcsInferenceAcceleratorOverride & WithDeviceType(Aws::String &&value)
void SetDeviceType(Aws::String &&value)
void SetDeviceName(const char *value)
AWS_PIPES_API EcsInferenceAcceleratorOverride()
EcsInferenceAcceleratorOverride & WithDeviceType(const char *value)
bool DeviceNameHasBeenSet() const
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDeviceName(Aws::String &&value)
EcsInferenceAcceleratorOverride & WithDeviceName(const char *value)
EcsInferenceAcceleratorOverride & WithDeviceName(const Aws::String &value)
bool DeviceTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue