7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/model/EdgeOutputConfig.h>
44 template<
typename DeviceFleetNameT = Aws::String>
45 void SetDeviceFleetName(DeviceFleetNameT&& value) { m_deviceFleetNameHasBeenSet =
true; m_deviceFleetName = std::forward<DeviceFleetNameT>(value); }
46 template<
typename DeviceFleetNameT = Aws::String>
56 template<
typename RoleArnT = Aws::String>
57 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
58 template<
typename RoleArnT = Aws::String>
68 template<
typename DescriptionT = Aws::String>
69 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
70 template<
typename DescriptionT = Aws::String>
80 template<
typename OutputConfigT = EdgeOutputConfig>
81 void SetOutputConfig(OutputConfigT&& value) { m_outputConfigHasBeenSet =
true; m_outputConfig = std::forward<OutputConfigT>(value); }
82 template<
typename OutputConfigT = EdgeOutputConfig>
96 inline void SetEnableIotRoleAlias(
bool value) { m_enableIotRoleAliasHasBeenSet =
true; m_enableIotRoleAlias = value; }
102 bool m_deviceFleetNameHasBeenSet =
false;
105 bool m_roleArnHasBeenSet =
false;
108 bool m_descriptionHasBeenSet =
false;
111 bool m_outputConfigHasBeenSet =
false;
113 bool m_enableIotRoleAlias{
false};
114 bool m_enableIotRoleAliasHasBeenSet =
false;
void SetDeviceFleetName(DeviceFleetNameT &&value)
const Aws::String & GetDescription() const
void SetEnableIotRoleAlias(bool value)
virtual const char * GetServiceRequestName() const override
void SetRoleArn(RoleArnT &&value)
void SetDescription(DescriptionT &&value)
bool EnableIotRoleAliasHasBeenSet() const
bool DeviceFleetNameHasBeenSet() const
bool OutputConfigHasBeenSet() const
UpdateDeviceFleetRequest & WithDescription(DescriptionT &&value)
UpdateDeviceFleetRequest & WithOutputConfig(OutputConfigT &&value)
bool DescriptionHasBeenSet() const
UpdateDeviceFleetRequest & WithRoleArn(RoleArnT &&value)
AWS_SAGEMAKER_API UpdateDeviceFleetRequest()=default
const EdgeOutputConfig & GetOutputConfig() const
UpdateDeviceFleetRequest & WithDeviceFleetName(DeviceFleetNameT &&value)
bool GetEnableIotRoleAlias() const
bool RoleArnHasBeenSet() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
const Aws::String & GetDeviceFleetName() const
void SetOutputConfig(OutputConfigT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateDeviceFleetRequest & WithEnableIotRoleAlias(bool value)
const Aws::String & GetRoleArn() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String