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/ListUpdateMode.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 UpdateListRequest&
AddElements(ElementsT&& value) { m_elementsHasBeenSet =
true; m_elements.emplace_back(std::forward<ElementsT>(value));
return *
this; }
74 template<
typename DescriptionT = Aws::String>
75 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
76 template<
typename DescriptionT = Aws::String>
102 template<
typename VariableTypeT = Aws::String>
103 void SetVariableType(VariableTypeT&& value) { m_variableTypeHasBeenSet =
true; m_variableType = std::forward<VariableTypeT>(value); }
104 template<
typename VariableTypeT = Aws::String>
110 bool m_nameHasBeenSet =
false;
113 bool m_elementsHasBeenSet =
false;
116 bool m_descriptionHasBeenSet =
false;
119 bool m_updateModeHasBeenSet =
false;
122 bool m_variableTypeHasBeenSet =
false;
bool NameHasBeenSet() const
const Aws::Vector< Aws::String > & GetElements() const
bool UpdateModeHasBeenSet() const
const Aws::String & GetName() const
UpdateListRequest & WithDescription(DescriptionT &&value)
UpdateListRequest & WithUpdateMode(ListUpdateMode value)
bool DescriptionHasBeenSet() const
AWS_FRAUDDETECTOR_API Aws::String SerializePayload() const override
AWS_FRAUDDETECTOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
void SetName(NameT &&value)
UpdateListRequest & WithVariableType(VariableTypeT &&value)
void SetVariableType(VariableTypeT &&value)
const Aws::String & GetDescription() const
AWS_FRAUDDETECTOR_API UpdateListRequest()=default
const Aws::String & GetVariableType() const
bool ElementsHasBeenSet() const
ListUpdateMode GetUpdateMode() const
UpdateListRequest & WithElements(ElementsT &&value)
void SetElements(ElementsT &&value)
UpdateListRequest & WithName(NameT &&value)
void SetDescription(DescriptionT &&value)
UpdateListRequest & AddElements(ElementsT &&value)
void SetUpdateMode(ListUpdateMode value)
bool VariableTypeHasBeenSet() 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