7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/personalize/PersonalizeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/personalize/model/TrainingMode.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/personalize/model/Tag.h>
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
59 template<
typename SolutionArnT = Aws::String>
60 void SetSolutionArn(SolutionArnT&& value) { m_solutionArnHasBeenSet =
true; m_solutionArn = std::forward<SolutionArnT>(value); }
61 template<
typename SolutionArnT = Aws::String>
102 template<
typename TagsT = Aws::Vector<Tag>>
103 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
104 template<
typename TagsT = Aws::Vector<Tag>>
106 template<
typename TagsT = Tag>
112 bool m_nameHasBeenSet =
false;
115 bool m_solutionArnHasBeenSet =
false;
118 bool m_trainingModeHasBeenSet =
false;
121 bool m_tagsHasBeenSet =
false;
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetSolutionArn() const
TrainingMode GetTrainingMode() const
void SetName(NameT &&value)
bool TrainingModeHasBeenSet() const
CreateSolutionVersionRequest & WithName(NameT &&value)
CreateSolutionVersionRequest & WithSolutionArn(SolutionArnT &&value)
bool NameHasBeenSet() const
bool SolutionArnHasBeenSet() const
CreateSolutionVersionRequest & AddTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
AWS_PERSONALIZE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetSolutionArn(SolutionArnT &&value)
AWS_PERSONALIZE_API CreateSolutionVersionRequest()=default
CreateSolutionVersionRequest & WithTags(TagsT &&value)
const Aws::String & GetName() const
AWS_PERSONALIZE_API Aws::String SerializePayload() const override
void SetTrainingMode(TrainingMode value)
bool TagsHasBeenSet() const
void SetTags(TagsT &&value)
CreateSolutionVersionRequest & WithTrainingMode(TrainingMode 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