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 NameT = Aws::String>
46 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
47 template<
typename NameT = Aws::String>
60 template<
typename ElementsT = Aws::Vector<Aws::String>>
61 void SetElements(ElementsT&& value) { m_elementsHasBeenSet =
true; m_elements = std::forward<ElementsT>(value); }
62 template<
typename ElementsT = Aws::Vector<Aws::String>>
64 template<
typename ElementsT = Aws::String>
65 CreateListRequest&
AddElements(ElementsT&& value) { m_elementsHasBeenSet =
true; m_elements.emplace_back(std::forward<ElementsT>(value));
return *
this; }
77 template<
typename VariableTypeT = Aws::String>
78 void SetVariableType(VariableTypeT&& value) { m_variableTypeHasBeenSet =
true; m_variableType = std::forward<VariableTypeT>(value); }
79 template<
typename VariableTypeT = Aws::String>
89 template<
typename DescriptionT = Aws::String>
90 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
91 template<
typename DescriptionT = Aws::String>
101 template<
typename TagsT = Aws::Vector<Tag>>
102 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
103 template<
typename TagsT = Aws::Vector<Tag>>
105 template<
typename TagsT = Tag>
106 CreateListRequest&
AddTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags.emplace_back(std::forward<TagsT>(value));
return *
this; }
111 bool m_nameHasBeenSet =
false;
114 bool m_elementsHasBeenSet =
false;
117 bool m_variableTypeHasBeenSet =
false;
120 bool m_descriptionHasBeenSet =
false;
123 bool m_tagsHasBeenSet =
false;
AWS_FRAUDDETECTOR_API CreateListRequest()=default
bool DescriptionHasBeenSet() const
CreateListRequest & AddElements(ElementsT &&value)
CreateListRequest & AddTags(TagsT &&value)
AWS_FRAUDDETECTOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetTags(TagsT &&value)
bool NameHasBeenSet() const
CreateListRequest & WithName(NameT &&value)
AWS_FRAUDDETECTOR_API Aws::String SerializePayload() const override
CreateListRequest & WithTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetName() const
const Aws::String & GetDescription() const
void SetVariableType(VariableTypeT &&value)
void SetName(NameT &&value)
bool VariableTypeHasBeenSet() const
CreateListRequest & WithElements(ElementsT &&value)
CreateListRequest & WithDescription(DescriptionT &&value)
bool TagsHasBeenSet() const
void SetElements(ElementsT &&value)
const Aws::Vector< Aws::String > & GetElements() const
const Aws::String & GetVariableType() const
void SetDescription(DescriptionT &&value)
bool ElementsHasBeenSet() const
CreateListRequest & WithVariableType(VariableTypeT &&value)
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