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/frauddetector/model/ModelTypeEnum.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/frauddetector/model/Tag.h>
17namespace FraudDetector
46 template<
typename ModelIdT = Aws::String>
47 void SetModelId(ModelIdT&& value) { m_modelIdHasBeenSet =
true; m_modelId = std::forward<ModelIdT>(value); }
48 template<
typename ModelIdT = Aws::String>
68 template<
typename DescriptionT = Aws::String>
69 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
70 template<
typename DescriptionT = Aws::String>
80 template<
typename EventTypeNameT = Aws::String>
81 void SetEventTypeName(EventTypeNameT&& value) { m_eventTypeNameHasBeenSet =
true; m_eventTypeName = std::forward<EventTypeNameT>(value); }
82 template<
typename EventTypeNameT = Aws::String>
92 template<
typename TagsT = Aws::Vector<Tag>>
93 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
94 template<
typename TagsT = Aws::Vector<Tag>>
96 template<
typename TagsT = Tag>
97 CreateModelRequest&
AddTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags.emplace_back(std::forward<TagsT>(value));
return *
this; }
102 bool m_modelIdHasBeenSet =
false;
105 bool m_modelTypeHasBeenSet =
false;
108 bool m_descriptionHasBeenSet =
false;
111 bool m_eventTypeNameHasBeenSet =
false;
114 bool m_tagsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_FRAUDDETECTOR_API CreateModelRequest()=default
bool DescriptionHasBeenSet() const
const Aws::String & GetEventTypeName() const
void SetEventTypeName(EventTypeNameT &&value)
bool ModelIdHasBeenSet() const
CreateModelRequest & WithEventTypeName(EventTypeNameT &&value)
const Aws::String & GetDescription() const
bool TagsHasBeenSet() const
bool EventTypeNameHasBeenSet() const
CreateModelRequest & WithTags(TagsT &&value)
AWS_FRAUDDETECTOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ModelTypeHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
CreateModelRequest & WithDescription(DescriptionT &&value)
CreateModelRequest & WithModelType(ModelTypeEnum value)
AWS_FRAUDDETECTOR_API Aws::String SerializePayload() const override
const Aws::String & GetModelId() const
ModelTypeEnum GetModelType() const
void SetModelId(ModelIdT &&value)
void SetDescription(DescriptionT &&value)
CreateModelRequest & WithModelId(ModelIdT &&value)
void SetModelType(ModelTypeEnum value)
CreateModelRequest & AddTags(TagsT &&value)
void SetTags(TagsT &&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