7#include <aws/sagemaker-edge/SagemakerEdgeManager_EXPORTS.h>
8#include <aws/sagemaker-edge/SagemakerEdgeManagerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace SagemakerEdgeManager
44 inline void SetDeviceName(
const char* value) { m_deviceNameHasBeenSet =
true; m_deviceName.assign(value); }
58 inline void SetDeviceFleetName(
const char* value) { m_deviceFleetNameHasBeenSet =
true; m_deviceFleetName.assign(value); }
66 bool m_deviceNameHasBeenSet =
false;
69 bool m_deviceFleetNameHasBeenSet =
false;
GetDeploymentsRequest & WithDeviceFleetName(const Aws::String &value)
GetDeploymentsRequest & WithDeviceFleetName(const char *value)
GetDeploymentsRequest & WithDeviceFleetName(Aws::String &&value)
void SetDeviceName(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
void SetDeviceName(const char *value)
AWS_SAGEMAKEREDGEMANAGER_API Aws::String SerializePayload() const override
void SetDeviceFleetName(const char *value)
void SetDeviceFleetName(const Aws::String &value)
const Aws::String & GetDeviceName() const
GetDeploymentsRequest & WithDeviceName(const Aws::String &value)
AWS_SAGEMAKEREDGEMANAGER_API GetDeploymentsRequest()
void SetDeviceFleetName(Aws::String &&value)
const Aws::String & GetDeviceFleetName() const
GetDeploymentsRequest & WithDeviceName(Aws::String &&value)
void SetDeviceName(Aws::String &&value)
GetDeploymentsRequest & WithDeviceName(const char *value)
bool DeviceNameHasBeenSet() const
bool DeviceFleetNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String