7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sagemaker/SageMakerRequest.h>
11#include <aws/sagemaker/SageMaker_EXPORTS.h>
12#include <aws/sagemaker/model/ActionSource.h>
13#include <aws/sagemaker/model/ActionStatus.h>
14#include <aws/sagemaker/model/MetadataProperties.h>
15#include <aws/sagemaker/model/Tag.h>
46 template <
typename ActionNameT = Aws::String>
48 m_actionNameHasBeenSet =
true;
49 m_actionName = std::forward<ActionNameT>(value);
51 template <
typename ActionNameT = Aws::String>
64 template <
typename SourceT = ActionSource>
66 m_sourceHasBeenSet =
true;
67 m_source = std::forward<SourceT>(value);
69 template <
typename SourceT = ActionSource>
82 template <
typename ActionTypeT = Aws::String>
84 m_actionTypeHasBeenSet =
true;
85 m_actionType = std::forward<ActionTypeT>(value);
87 template <
typename ActionTypeT = Aws::String>
100 template <
typename DescriptionT = Aws::String>
102 m_descriptionHasBeenSet =
true;
103 m_description = std::forward<DescriptionT>(value);
105 template <
typename DescriptionT = Aws::String>
119 m_statusHasBeenSet =
true;
134 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
136 m_propertiesHasBeenSet =
true;
137 m_properties = std::forward<PropertiesT>(value);
139 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
144 template <
typename PropertiesKeyT = Aws::String,
typename PropertiesValueT = Aws::String>
146 m_propertiesHasBeenSet =
true;
147 m_properties.emplace(std::forward<PropertiesKeyT>(key), std::forward<PropertiesValueT>(value));
156 template <
typename MetadataPropertiesT = MetadataProperties>
158 m_metadataPropertiesHasBeenSet =
true;
159 m_metadataProperties = std::forward<MetadataPropertiesT>(value);
161 template <
typename MetadataPropertiesT = MetadataProperties>
174 template <
typename TagsT = Aws::Vector<Tag>>
176 m_tagsHasBeenSet =
true;
177 m_tags = std::forward<TagsT>(value);
179 template <
typename TagsT = Aws::Vector<Tag>>
181 SetTags(std::forward<TagsT>(value));
184 template <
typename TagsT = Tag>
186 m_tagsHasBeenSet =
true;
187 m_tags.emplace_back(std::forward<TagsT>(value));
204 MetadataProperties m_metadataProperties;
207 bool m_actionNameHasBeenSet =
false;
208 bool m_sourceHasBeenSet =
false;
209 bool m_actionTypeHasBeenSet =
false;
210 bool m_descriptionHasBeenSet =
false;
211 bool m_statusHasBeenSet =
false;
212 bool m_propertiesHasBeenSet =
false;
213 bool m_metadataPropertiesHasBeenSet =
false;
214 bool m_tagsHasBeenSet =
false;
void SetSource(SourceT &&value)
CreateActionRequest & WithDescription(DescriptionT &&value)
const MetadataProperties & GetMetadataProperties() const
const Aws::String & GetDescription() const
CreateActionRequest & WithTags(TagsT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateActionRequest & WithStatus(ActionStatus value)
const Aws::String & GetActionName() const
void SetMetadataProperties(MetadataPropertiesT &&value)
bool StatusHasBeenSet() const
AWS_SAGEMAKER_API CreateActionRequest()=default
bool MetadataPropertiesHasBeenSet() const
CreateActionRequest & AddProperties(PropertiesKeyT &&key, PropertiesValueT &&value)
bool TagsHasBeenSet() const
CreateActionRequest & WithSource(SourceT &&value)
CreateActionRequest & WithMetadataProperties(MetadataPropertiesT &&value)
void SetActionName(ActionNameT &&value)
void SetTags(TagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetProperties() const
bool SourceHasBeenSet() const
void SetActionType(ActionTypeT &&value)
const Aws::Vector< Tag > & GetTags() const
virtual const char * GetServiceRequestName() const override
const ActionSource & GetSource() const
CreateActionRequest & WithActionName(ActionNameT &&value)
bool ActionNameHasBeenSet() const
CreateActionRequest & AddTags(TagsT &&value)
CreateActionRequest & WithProperties(PropertiesT &&value)
bool ActionTypeHasBeenSet() const
CreateActionRequest & WithActionType(ActionTypeT &&value)
bool DescriptionHasBeenSet() const
void SetStatus(ActionStatus value)
bool PropertiesHasBeenSet() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
void SetDescription(DescriptionT &&value)
void SetProperties(PropertiesT &&value)
const Aws::String & GetActionType() const
ActionStatus GetStatus() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector