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/BatchSegmentJobInput.h>
11#include <aws/personalize/model/BatchSegmentJobOutput.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/personalize/model/Tag.h>
47 template<
typename JobNameT = Aws::String>
48 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
49 template<
typename JobNameT = Aws::String>
60 template<
typename SolutionVersionArnT = Aws::String>
61 void SetSolutionVersionArn(SolutionVersionArnT&& value) { m_solutionVersionArnHasBeenSet =
true; m_solutionVersionArn = std::forward<SolutionVersionArnT>(value); }
62 template<
typename SolutionVersionArnT = Aws::String>
75 template<
typename FilterArnT = Aws::String>
76 void SetFilterArn(FilterArnT&& value) { m_filterArnHasBeenSet =
true; m_filterArn = std::forward<FilterArnT>(value); }
77 template<
typename FilterArnT = Aws::String>
88 inline void SetNumResults(
int value) { m_numResultsHasBeenSet =
true; m_numResults = value; }
99 template<
typename JobInputT = BatchSegmentJobInput>
100 void SetJobInput(JobInputT&& value) { m_jobInputHasBeenSet =
true; m_jobInput = std::forward<JobInputT>(value); }
101 template<
typename JobInputT = BatchSegmentJobInput>
111 template<
typename JobOutputT = BatchSegmentJobOutput>
112 void SetJobOutput(JobOutputT&& value) { m_jobOutputHasBeenSet =
true; m_jobOutput = std::forward<JobOutputT>(value); }
113 template<
typename JobOutputT = BatchSegmentJobOutput>
125 template<
typename RoleArnT = Aws::String>
126 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
127 template<
typename RoleArnT = Aws::String>
139 template<
typename TagsT = Aws::Vector<Tag>>
140 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
141 template<
typename TagsT = Aws::Vector<Tag>>
143 template<
typename TagsT = Tag>
149 bool m_jobNameHasBeenSet =
false;
152 bool m_solutionVersionArnHasBeenSet =
false;
155 bool m_filterArnHasBeenSet =
false;
158 bool m_numResultsHasBeenSet =
false;
160 BatchSegmentJobInput m_jobInput;
161 bool m_jobInputHasBeenSet =
false;
163 BatchSegmentJobOutput m_jobOutput;
164 bool m_jobOutputHasBeenSet =
false;
167 bool m_roleArnHasBeenSet =
false;
170 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