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/EdgeOutputConfig.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>
61 template <
typename RoleArnT = Aws::String>
63 m_roleArnHasBeenSet =
true;
64 m_roleArn = std::forward<RoleArnT>(value);
66 template <
typename RoleArnT = Aws::String>
79 template <
typename DescriptionT = Aws::String>
81 m_descriptionHasBeenSet =
true;
82 m_description = std::forward<DescriptionT>(value);
84 template <
typename DescriptionT = Aws::String>
97 template <
typename OutputConfigT = EdgeOutputConfig>
99 m_outputConfigHasBeenSet =
true;
100 m_outputConfig = std::forward<OutputConfigT>(value);
102 template <
typename OutputConfigT = EdgeOutputConfig>
115 template <
typename TagsT = Aws::Vector<Tag>>
117 m_tagsHasBeenSet =
true;
118 m_tags = std::forward<TagsT>(value);
120 template <
typename TagsT = Aws::Vector<Tag>>
122 SetTags(std::forward<TagsT>(value));
125 template <
typename TagsT = Tag>
127 m_tagsHasBeenSet =
true;
128 m_tags.emplace_back(std::forward<TagsT>(value));
144 m_enableIotRoleAliasHasBeenSet =
true;
145 m_enableIotRoleAlias = value;
163 bool m_enableIotRoleAlias{
false};
164 bool m_deviceFleetNameHasBeenSet =
false;
165 bool m_roleArnHasBeenSet =
false;
166 bool m_descriptionHasBeenSet =
false;
167 bool m_outputConfigHasBeenSet =
false;
168 bool m_tagsHasBeenSet =
false;
169 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