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>
49 inline void SetJobName(
const char* value) { m_jobNameHasBeenSet =
true; m_jobName.assign(value); }
64 inline void SetSolutionVersionArn(
const char* value) { m_solutionVersionArnHasBeenSet =
true; m_solutionVersionArn.assign(value); }
81 inline void SetFilterArn(
const char* value) { m_filterArnHasBeenSet =
true; m_filterArn.assign(value); }
94 inline void SetNumResults(
int value) { m_numResultsHasBeenSet =
true; m_numResults = value; }
133 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
157 bool m_jobNameHasBeenSet =
false;
160 bool m_solutionVersionArnHasBeenSet =
false;
163 bool m_filterArnHasBeenSet =
false;
166 bool m_numResultsHasBeenSet =
false;
169 bool m_jobInputHasBeenSet =
false;
172 bool m_jobOutputHasBeenSet =
false;
175 bool m_roleArnHasBeenSet =
false;
178 bool m_tagsHasBeenSet =
false;
AWS_PERSONALIZE_API CreateBatchSegmentJobRequest()
void SetRoleArn(Aws::String &&value)
void SetJobOutput(const BatchSegmentJobOutput &value)
CreateBatchSegmentJobRequest & AddTags(Tag &&value)
CreateBatchSegmentJobRequest & WithSolutionVersionArn(const Aws::String &value)
CreateBatchSegmentJobRequest & WithTags(Aws::Vector< Tag > &&value)
const BatchSegmentJobInput & GetJobInput() const
CreateBatchSegmentJobRequest & WithJobOutput(BatchSegmentJobOutput &&value)
CreateBatchSegmentJobRequest & WithJobInput(const BatchSegmentJobInput &value)
CreateBatchSegmentJobRequest & WithRoleArn(const Aws::String &value)
void SetSolutionVersionArn(const Aws::String &value)
void SetJobName(const Aws::String &value)
CreateBatchSegmentJobRequest & WithJobOutput(const BatchSegmentJobOutput &value)
void SetSolutionVersionArn(const char *value)
void SetJobName(const char *value)
void SetSolutionVersionArn(Aws::String &&value)
AWS_PERSONALIZE_API Aws::String SerializePayload() const override
CreateBatchSegmentJobRequest & WithFilterArn(const char *value)
CreateBatchSegmentJobRequest & WithTags(const Aws::Vector< Tag > &value)
CreateBatchSegmentJobRequest & WithJobName(Aws::String &&value)
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetFilterArn() const
void SetNumResults(int value)
void SetFilterArn(Aws::String &&value)
CreateBatchSegmentJobRequest & WithRoleArn(Aws::String &&value)
void SetJobOutput(BatchSegmentJobOutput &&value)
CreateBatchSegmentJobRequest & WithRoleArn(const char *value)
bool NumResultsHasBeenSet() const
void SetTags(const Aws::Vector< Tag > &value)
AWS_PERSONALIZE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetJobInput(BatchSegmentJobInput &&value)
CreateBatchSegmentJobRequest & WithJobInput(BatchSegmentJobInput &&value)
CreateBatchSegmentJobRequest & WithFilterArn(Aws::String &&value)
bool JobNameHasBeenSet() const
bool TagsHasBeenSet() const
CreateBatchSegmentJobRequest & WithFilterArn(const Aws::String &value)
const BatchSegmentJobOutput & GetJobOutput() const
CreateBatchSegmentJobRequest & WithJobName(const char *value)
virtual const char * GetServiceRequestName() const override
void SetJobName(Aws::String &&value)
void SetFilterArn(const Aws::String &value)
CreateBatchSegmentJobRequest & WithNumResults(int value)
const Aws::String & GetJobName() const
void SetRoleArn(const char *value)
bool SolutionVersionArnHasBeenSet() const
void SetFilterArn(const char *value)
int GetNumResults() const
void SetTags(Aws::Vector< Tag > &&value)
CreateBatchSegmentJobRequest & WithSolutionVersionArn(const char *value)
CreateBatchSegmentJobRequest & WithJobName(const Aws::String &value)
CreateBatchSegmentJobRequest & WithSolutionVersionArn(Aws::String &&value)
bool RoleArnHasBeenSet() const
CreateBatchSegmentJobRequest & AddTags(const Tag &value)
const Aws::String & GetSolutionVersionArn() const
bool JobInputHasBeenSet() const
const Aws::String & GetRoleArn() const
bool JobOutputHasBeenSet() const
bool FilterArnHasBeenSet() const
void SetJobInput(const BatchSegmentJobInput &value)
void SetRoleArn(const Aws::String &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