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/BatchInferenceJobConfig.h>
12#include <aws/personalize/model/BatchInferenceJobInput.h>
13#include <aws/personalize/model/BatchInferenceJobMode.h>
14#include <aws/personalize/model/BatchInferenceJobOutput.h>
15#include <aws/personalize/model/Tag.h>
16#include <aws/personalize/model/ThemeGenerationConfig.h>
21namespace Personalize {
46 template <
typename JobNameT = Aws::String>
48 m_jobNameHasBeenSet =
true;
49 m_jobName = std::forward<JobNameT>(value);
51 template <
typename JobNameT = Aws::String>
65 template <
typename SolutionVersionArnT = Aws::String>
67 m_solutionVersionArnHasBeenSet =
true;
68 m_solutionVersionArn = std::forward<SolutionVersionArnT>(value);
70 template <
typename SolutionVersionArnT = Aws::String>
86 template <
typename FilterArnT = Aws::String>
88 m_filterArnHasBeenSet =
true;
89 m_filterArn = std::forward<FilterArnT>(value);
91 template <
typename FilterArnT = Aws::String>
105 m_numResultsHasBeenSet =
true;
106 m_numResults = value;
121 template <
typename JobInputT = BatchInferenceJobInput>
123 m_jobInputHasBeenSet =
true;
124 m_jobInput = std::forward<JobInputT>(value);
126 template <
typename JobInputT = BatchInferenceJobInput>
139 template <
typename JobOutputT = BatchInferenceJobOutput>
141 m_jobOutputHasBeenSet =
true;
142 m_jobOutput = std::forward<JobOutputT>(value);
144 template <
typename JobOutputT = BatchInferenceJobOutput>
159 template <
typename RoleArnT = Aws::String>
161 m_roleArnHasBeenSet =
true;
162 m_roleArn = std::forward<RoleArnT>(value);
164 template <
typename RoleArnT = Aws::String>
177 template <
typename BatchInferenceJobConfigT = BatchInferenceJobConfig>
179 m_batchInferenceJobConfigHasBeenSet =
true;
180 m_batchInferenceJobConfig = std::forward<BatchInferenceJobConfigT>(value);
182 template <
typename BatchInferenceJobConfigT = BatchInferenceJobConfig>
197 template <
typename TagsT = Aws::Vector<Tag>>
199 m_tagsHasBeenSet =
true;
200 m_tags = std::forward<TagsT>(value);
202 template <
typename TagsT = Aws::Vector<Tag>>
204 SetTags(std::forward<TagsT>(value));
207 template <
typename TagsT = Tag>
209 m_tagsHasBeenSet =
true;
210 m_tags.emplace_back(std::forward<TagsT>(value));
228 m_batchInferenceJobModeHasBeenSet =
true;
229 m_batchInferenceJobMode = value;
244 template <
typename ThemeGenerationConfigT = ThemeGenerationConfig>
246 m_themeGenerationConfigHasBeenSet =
true;
247 m_themeGenerationConfig = std::forward<ThemeGenerationConfigT>(value);
249 template <
typename ThemeGenerationConfigT = ThemeGenerationConfig>
264 BatchInferenceJobInput m_jobInput;
266 BatchInferenceJobOutput m_jobOutput;
270 BatchInferenceJobConfig m_batchInferenceJobConfig;
276 ThemeGenerationConfig m_themeGenerationConfig;
277 bool m_jobNameHasBeenSet =
false;
278 bool m_solutionVersionArnHasBeenSet =
false;
279 bool m_filterArnHasBeenSet =
false;
280 bool m_numResultsHasBeenSet =
false;
281 bool m_jobInputHasBeenSet =
false;
282 bool m_jobOutputHasBeenSet =
false;
283 bool m_roleArnHasBeenSet =
false;
284 bool m_batchInferenceJobConfigHasBeenSet =
false;
285 bool m_tagsHasBeenSet =
false;
286 bool m_batchInferenceJobModeHasBeenSet =
false;
287 bool m_themeGenerationConfigHasBeenSet =
false;
bool BatchInferenceJobConfigHasBeenSet() const
const BatchInferenceJobInput & GetJobInput() const
BatchInferenceJobMode GetBatchInferenceJobMode() const
bool JobOutputHasBeenSet() const
CreateBatchInferenceJobRequest & WithBatchInferenceJobMode(BatchInferenceJobMode value)
void SetTags(TagsT &&value)
CreateBatchInferenceJobRequest & WithRoleArn(RoleArnT &&value)
CreateBatchInferenceJobRequest & WithJobInput(JobInputT &&value)
AWS_PERSONALIZE_API Aws::String SerializePayload() const override
CreateBatchInferenceJobRequest & WithJobOutput(JobOutputT &&value)
bool JobInputHasBeenSet() const
AWS_PERSONALIZE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_PERSONALIZE_API CreateBatchInferenceJobRequest()=default
bool NumResultsHasBeenSet() const
void SetSolutionVersionArn(SolutionVersionArnT &&value)
void SetBatchInferenceJobMode(BatchInferenceJobMode value)
CreateBatchInferenceJobRequest & AddTags(TagsT &&value)
CreateBatchInferenceJobRequest & WithThemeGenerationConfig(ThemeGenerationConfigT &&value)
const Aws::String & GetJobName() const
const ThemeGenerationConfig & GetThemeGenerationConfig() const
CreateBatchInferenceJobRequest & WithJobName(JobNameT &&value)
bool RoleArnHasBeenSet() const
CreateBatchInferenceJobRequest & WithNumResults(int value)
const BatchInferenceJobConfig & GetBatchInferenceJobConfig() const
const BatchInferenceJobOutput & GetJobOutput() const
bool FilterArnHasBeenSet() const
void SetBatchInferenceJobConfig(BatchInferenceJobConfigT &&value)
bool ThemeGenerationConfigHasBeenSet() const
int GetNumResults() const
void SetThemeGenerationConfig(ThemeGenerationConfigT &&value)
void SetJobInput(JobInputT &&value)
const Aws::String & GetFilterArn() const
bool BatchInferenceJobModeHasBeenSet() const
CreateBatchInferenceJobRequest & WithSolutionVersionArn(SolutionVersionArnT &&value)
bool JobNameHasBeenSet() const
void SetJobName(JobNameT &&value)
CreateBatchInferenceJobRequest & WithBatchInferenceJobConfig(BatchInferenceJobConfigT &&value)
bool SolutionVersionArnHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetRoleArn(RoleArnT &&value)
void SetNumResults(int value)
CreateBatchInferenceJobRequest & WithTags(TagsT &&value)
const Aws::String & GetSolutionVersionArn() const
CreateBatchInferenceJobRequest & WithFilterArn(FilterArnT &&value)
void SetFilterArn(FilterArnT &&value)
bool TagsHasBeenSet() const
void SetJobOutput(JobOutputT &&value)
const Aws::String & GetRoleArn() const
const Aws::Vector< Tag > & GetTags() 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