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>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/sagemaker/model/Tag.h>
46 template<
typename DeviceFleetNameT = Aws::String>
47 void SetDeviceFleetName(DeviceFleetNameT&& value) { m_deviceFleetNameHasBeenSet =
true; m_deviceFleetName = std::forward<DeviceFleetNameT>(value); }
48 template<
typename DeviceFleetNameT = Aws::String>
59 template<
typename RoleArnT = Aws::String>
60 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
61 template<
typename RoleArnT = Aws::String>
71 template<
typename DescriptionT = Aws::String>
72 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
73 template<
typename DescriptionT = Aws::String>
83 template<
typename OutputConfigT = EdgeOutputConfig>
84 void SetOutputConfig(OutputConfigT&& value) { m_outputConfigHasBeenSet =
true; m_outputConfig = std::forward<OutputConfigT>(value); }
85 template<
typename OutputConfigT = EdgeOutputConfig>
95 template<
typename TagsT = Aws::Vector<Tag>>
96 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
97 template<
typename TagsT = Aws::Vector<Tag>>
99 template<
typename TagsT = Tag>
113 inline void SetEnableIotRoleAlias(
bool value) { m_enableIotRoleAliasHasBeenSet =
true; m_enableIotRoleAlias = value; }
119 bool m_deviceFleetNameHasBeenSet =
false;
122 bool m_roleArnHasBeenSet =
false;
125 bool m_descriptionHasBeenSet =
false;
128 bool m_outputConfigHasBeenSet =
false;
131 bool m_tagsHasBeenSet =
false;
133 bool m_enableIotRoleAlias{
false};
134 bool m_enableIotRoleAliasHasBeenSet =
false;
void SetOutputConfig(OutputConfigT &&value)
void SetDescription(DescriptionT &&value)
void SetEnableIotRoleAlias(bool value)
const Aws::String & GetDescription() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
bool RoleArnHasBeenSet() const
CreateDeviceFleetRequest & WithEnableIotRoleAlias(bool value)
bool EnableIotRoleAliasHasBeenSet() const
const Aws::String & GetRoleArn() const
CreateDeviceFleetRequest & WithDeviceFleetName(DeviceFleetNameT &&value)
bool TagsHasBeenSet() const
bool GetEnableIotRoleAlias() const
const EdgeOutputConfig & GetOutputConfig() const
bool OutputConfigHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
CreateDeviceFleetRequest & WithRoleArn(RoleArnT &&value)
CreateDeviceFleetRequest & WithOutputConfig(OutputConfigT &&value)
CreateDeviceFleetRequest & AddTags(TagsT &&value)
AWS_SAGEMAKER_API CreateDeviceFleetRequest()=default
CreateDeviceFleetRequest & WithDescription(DescriptionT &&value)
void SetDeviceFleetName(DeviceFleetNameT &&value)
void SetTags(TagsT &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
const Aws::String & GetDeviceFleetName() const
void SetRoleArn(RoleArnT &&value)
bool DeviceFleetNameHasBeenSet() const
bool DescriptionHasBeenSet() const
CreateDeviceFleetRequest & WithTags(TagsT &&value)
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