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 DetectorIdT = Aws::String>
46 void SetDetectorId(DetectorIdT&& value) { m_detectorIdHasBeenSet =
true; m_detectorId = std::forward<DetectorIdT>(value); }
47 template<
typename DetectorIdT = Aws::String>
57 template<
typename DescriptionT = Aws::String>
58 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
59 template<
typename DescriptionT = Aws::String>
69 template<
typename EventTypeNameT = Aws::String>
70 void SetEventTypeName(EventTypeNameT&& value) { m_eventTypeNameHasBeenSet =
true; m_eventTypeName = std::forward<EventTypeNameT>(value); }
71 template<
typename EventTypeNameT = Aws::String>
81 template<
typename TagsT = Aws::Vector<Tag>>
82 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
83 template<
typename TagsT = Aws::Vector<Tag>>
85 template<
typename TagsT = Tag>
86 PutDetectorRequest&
AddTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags.emplace_back(std::forward<TagsT>(value));
return *
this; }
91 bool m_detectorIdHasBeenSet =
false;
94 bool m_descriptionHasBeenSet =
false;
97 bool m_eventTypeNameHasBeenSet =
false;
100 bool m_tagsHasBeenSet =
false;
const Aws::String & GetDetectorId() const
AWS_FRAUDDETECTOR_API PutDetectorRequest()=default
void SetEventTypeName(EventTypeNameT &&value)
bool DetectorIdHasBeenSet() const
const Aws::String & GetDescription() const
const Aws::Vector< Tag > & GetTags() const
PutDetectorRequest & WithDescription(DescriptionT &&value)
PutDetectorRequest & AddTags(TagsT &&value)
const Aws::String & GetEventTypeName() const
bool EventTypeNameHasBeenSet() const
void SetTags(TagsT &&value)
void SetDetectorId(DetectorIdT &&value)
PutDetectorRequest & WithEventTypeName(EventTypeNameT &&value)
void SetDescription(DescriptionT &&value)
PutDetectorRequest & WithDetectorId(DetectorIdT &&value)
bool TagsHasBeenSet() const
bool DescriptionHasBeenSet() const
PutDetectorRequest & WithTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
AWS_FRAUDDETECTOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
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