7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/SageMakerRequest.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/Device.h>
12#include <aws/sagemaker/model/Tag.h>
42 template <
typename DeviceFleetNameT = Aws::String>
44 m_deviceFleetNameHasBeenSet =
true;
45 m_deviceFleetName = std::forward<DeviceFleetNameT>(value);
47 template <
typename DeviceFleetNameT = Aws::String>
60 template <
typename DevicesT = Aws::Vector<Device>>
62 m_devicesHasBeenSet =
true;
63 m_devices = std::forward<DevicesT>(value);
65 template <
typename DevicesT = Aws::Vector<Device>>
70 template <
typename DevicesT = Device>
72 m_devicesHasBeenSet =
true;
73 m_devices.emplace_back(std::forward<DevicesT>(value));
84 template <
typename TagsT = Aws::Vector<Tag>>
86 m_tagsHasBeenSet =
true;
87 m_tags = std::forward<TagsT>(value);
89 template <
typename TagsT = Aws::Vector<Tag>>
91 SetTags(std::forward<TagsT>(value));
94 template <
typename TagsT = Tag>
96 m_tagsHasBeenSet =
true;
97 m_tags.emplace_back(std::forward<TagsT>(value));
107 bool m_deviceFleetNameHasBeenSet =
false;
108 bool m_devicesHasBeenSet =
false;
109 bool m_tagsHasBeenSet =
false;
bool DevicesHasBeenSet() const
AWS_SAGEMAKER_API RegisterDevicesRequest()=default
const Aws::String & GetDeviceFleetName() const
RegisterDevicesRequest & WithDevices(DevicesT &&value)
RegisterDevicesRequest & AddTags(TagsT &&value)
void SetDevices(DevicesT &&value)
void SetTags(TagsT &&value)
RegisterDevicesRequest & WithDeviceFleetName(DeviceFleetNameT &&value)
const Aws::Vector< Device > & GetDevices() const
virtual const char * GetServiceRequestName() const override
bool TagsHasBeenSet() const
RegisterDevicesRequest & WithTags(TagsT &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Vector< Tag > & GetTags() const
RegisterDevicesRequest & AddDevices(DevicesT &&value)
void SetDeviceFleetName(DeviceFleetNameT &&value)
bool DeviceFleetNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector