7#include <aws/greengrass/Greengrass_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/greengrass/model/Device.h>
47 template<
typename DevicesT = Aws::Vector<Device>>
48 void SetDevices(DevicesT&& value) { m_devicesHasBeenSet =
true; m_devices = std::forward<DevicesT>(value); }
49 template<
typename DevicesT = Aws::Vector<Device>>
51 template<
typename DevicesT = Device>
57 bool m_devicesHasBeenSet =
false;
DeviceDefinitionVersion & WithDevices(DevicesT &&value)
DeviceDefinitionVersion & AddDevices(DevicesT &&value)
AWS_GREENGRASS_API DeviceDefinitionVersion()=default
void SetDevices(DevicesT &&value)
AWS_GREENGRASS_API DeviceDefinitionVersion(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Device > & GetDevices() const
bool DevicesHasBeenSet() const
AWS_GREENGRASS_API DeviceDefinitionVersion & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GREENGRASS_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue