7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/personalize/PersonalizeRequest.h>
10#include <aws/personalize/Personalize_EXPORTS.h>
11#include <aws/personalize/model/BatchSegmentJobInput.h>
12#include <aws/personalize/model/BatchSegmentJobOutput.h>
13#include <aws/personalize/model/Tag.h>
18namespace Personalize {
43 template <
typename JobNameT = Aws::String>
45 m_jobNameHasBeenSet =
true;
46 m_jobName = std::forward<JobNameT>(value);
48 template <
typename JobNameT = Aws::String>
62 template <
typename SolutionVersionArnT = Aws::String>
64 m_solutionVersionArnHasBeenSet =
true;
65 m_solutionVersionArn = std::forward<SolutionVersionArnT>(value);
67 template <
typename SolutionVersionArnT = Aws::String>
83 template <
typename FilterArnT = Aws::String>
85 m_filterArnHasBeenSet =
true;
86 m_filterArn = std::forward<FilterArnT>(value);
88 template <
typename FilterArnT = Aws::String>
103 m_numResultsHasBeenSet =
true;
104 m_numResults = value;
119 template <
typename JobInputT = BatchSegmentJobInput>
121 m_jobInputHasBeenSet =
true;
122 m_jobInput = std::forward<JobInputT>(value);
124 template <
typename JobInputT = BatchSegmentJobInput>
137 template <
typename JobOutputT = BatchSegmentJobOutput>
139 m_jobOutputHasBeenSet =
true;
140 m_jobOutput = std::forward<JobOutputT>(value);
142 template <
typename JobOutputT = BatchSegmentJobOutput>
157 template <
typename RoleArnT = Aws::String>
159 m_roleArnHasBeenSet =
true;
160 m_roleArn = std::forward<RoleArnT>(value);
162 template <
typename RoleArnT = Aws::String>
177 template <
typename TagsT = Aws::Vector<Tag>>
179 m_tagsHasBeenSet =
true;
180 m_tags = std::forward<TagsT>(value);
182 template <
typename TagsT = Aws::Vector<Tag>>
184 SetTags(std::forward<TagsT>(value));
187 template <
typename TagsT = Tag>
189 m_tagsHasBeenSet =
true;
190 m_tags.emplace_back(std::forward<TagsT>(value));
203 BatchSegmentJobInput m_jobInput;
205 BatchSegmentJobOutput m_jobOutput;
210 bool m_jobNameHasBeenSet =
false;
211 bool m_solutionVersionArnHasBeenSet =
false;
212 bool m_filterArnHasBeenSet =
false;
213 bool m_numResultsHasBeenSet =
false;
214 bool m_jobInputHasBeenSet =
false;
215 bool m_jobOutputHasBeenSet =
false;
216 bool m_roleArnHasBeenSet =
false;
217 bool m_tagsHasBeenSet =
false;
const BatchSegmentJobInput & GetJobInput() const
void SetJobOutput(JobOutputT &&value)
void SetTags(TagsT &&value)
void SetFilterArn(FilterArnT &&value)
CreateBatchSegmentJobRequest & WithJobInput(JobInputT &&value)
AWS_PERSONALIZE_API Aws::String SerializePayload() const override
CreateBatchSegmentJobRequest & WithFilterArn(FilterArnT &&value)
void SetRoleArn(RoleArnT &&value)
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetFilterArn() const
void SetNumResults(int value)
bool NumResultsHasBeenSet() const
CreateBatchSegmentJobRequest & WithJobName(JobNameT &&value)
CreateBatchSegmentJobRequest & WithRoleArn(RoleArnT &&value)
CreateBatchSegmentJobRequest & WithTags(TagsT &&value)
AWS_PERSONALIZE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateBatchSegmentJobRequest & WithSolutionVersionArn(SolutionVersionArnT &&value)
CreateBatchSegmentJobRequest & WithJobOutput(JobOutputT &&value)
void SetJobName(JobNameT &&value)
bool JobNameHasBeenSet() const
CreateBatchSegmentJobRequest & AddTags(TagsT &&value)
bool TagsHasBeenSet() const
void SetSolutionVersionArn(SolutionVersionArnT &&value)
const BatchSegmentJobOutput & GetJobOutput() const
virtual const char * GetServiceRequestName() const override
void SetJobInput(JobInputT &&value)
CreateBatchSegmentJobRequest & WithNumResults(int value)
const Aws::String & GetJobName() const
AWS_PERSONALIZE_API CreateBatchSegmentJobRequest()=default
bool SolutionVersionArnHasBeenSet() const
int GetNumResults() const
bool RoleArnHasBeenSet() const
const Aws::String & GetSolutionVersionArn() const
bool JobInputHasBeenSet() const
const Aws::String & GetRoleArn() const
bool JobOutputHasBeenSet() const
bool FilterArnHasBeenSet() const
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