7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/frauddetector/FraudDetectorRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/frauddetector/model/Tag.h>
16namespace FraudDetector
45 template<
typename JobIdT = Aws::String>
46 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
47 template<
typename JobIdT = Aws::String>
57 template<
typename InputPathT = Aws::String>
58 void SetInputPath(InputPathT&& value) { m_inputPathHasBeenSet =
true; m_inputPath = std::forward<InputPathT>(value); }
59 template<
typename InputPathT = Aws::String>
69 template<
typename OutputPathT = Aws::String>
70 void SetOutputPath(OutputPathT&& value) { m_outputPathHasBeenSet =
true; m_outputPath = std::forward<OutputPathT>(value); }
71 template<
typename OutputPathT = Aws::String>
81 template<
typename EventTypeNameT = Aws::String>
82 void SetEventTypeName(EventTypeNameT&& value) { m_eventTypeNameHasBeenSet =
true; m_eventTypeName = std::forward<EventTypeNameT>(value); }
83 template<
typename EventTypeNameT = Aws::String>
93 template<
typename DetectorNameT = Aws::String>
94 void SetDetectorName(DetectorNameT&& value) { m_detectorNameHasBeenSet =
true; m_detectorName = std::forward<DetectorNameT>(value); }
95 template<
typename DetectorNameT = Aws::String>
105 template<
typename DetectorVersionT = Aws::String>
106 void SetDetectorVersion(DetectorVersionT&& value) { m_detectorVersionHasBeenSet =
true; m_detectorVersion = std::forward<DetectorVersionT>(value); }
107 template<
typename DetectorVersionT = Aws::String>
121 template<
typename IamRoleArnT = Aws::String>
122 void SetIamRoleArn(IamRoleArnT&& value) { m_iamRoleArnHasBeenSet =
true; m_iamRoleArn = std::forward<IamRoleArnT>(value); }
123 template<
typename IamRoleArnT = Aws::String>
133 template<
typename TagsT = Aws::Vector<Tag>>
134 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
135 template<
typename TagsT = Aws::Vector<Tag>>
137 template<
typename TagsT = Tag>
143 bool m_jobIdHasBeenSet =
false;
146 bool m_inputPathHasBeenSet =
false;
149 bool m_outputPathHasBeenSet =
false;
152 bool m_eventTypeNameHasBeenSet =
false;
155 bool m_detectorNameHasBeenSet =
false;
158 bool m_detectorVersionHasBeenSet =
false;
161 bool m_iamRoleArnHasBeenSet =
false;
164 bool m_tagsHasBeenSet =
false;
bool IamRoleArnHasBeenSet() const
CreateBatchPredictionJobRequest & WithDetectorVersion(DetectorVersionT &&value)
const Aws::String & GetEventTypeName() const
const Aws::String & GetDetectorName() const
bool EventTypeNameHasBeenSet() const
bool OutputPathHasBeenSet() const
CreateBatchPredictionJobRequest & WithIamRoleArn(IamRoleArnT &&value)
bool TagsHasBeenSet() const
AWS_FRAUDDETECTOR_API CreateBatchPredictionJobRequest()=default
CreateBatchPredictionJobRequest & WithEventTypeName(EventTypeNameT &&value)
CreateBatchPredictionJobRequest & WithDetectorName(DetectorNameT &&value)
void SetJobId(JobIdT &&value)
void SetDetectorName(DetectorNameT &&value)
const Aws::String & GetDetectorVersion() const
void SetInputPath(InputPathT &&value)
bool DetectorNameHasBeenSet() const
void SetTags(TagsT &&value)
void SetDetectorVersion(DetectorVersionT &&value)
void SetEventTypeName(EventTypeNameT &&value)
AWS_FRAUDDETECTOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateBatchPredictionJobRequest & WithJobId(JobIdT &&value)
bool JobIdHasBeenSet() const
const Aws::String & GetJobId() const
bool DetectorVersionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetIamRoleArn(IamRoleArnT &&value)
const Aws::String & GetInputPath() const
const Aws::String & GetIamRoleArn() const
CreateBatchPredictionJobRequest & WithOutputPath(OutputPathT &&value)
CreateBatchPredictionJobRequest & WithTags(TagsT &&value)
const Aws::String & GetOutputPath() const
const Aws::Vector< Tag > & GetTags() const
void SetOutputPath(OutputPathT &&value)
bool InputPathHasBeenSet() const
CreateBatchPredictionJobRequest & WithInputPath(InputPathT &&value)
CreateBatchPredictionJobRequest & AddTags(TagsT &&value)
AWS_FRAUDDETECTOR_API Aws::String SerializePayload() const override
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