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
47 inline void SetDetectorId(
const char* value) { m_detectorIdHasBeenSet =
true; m_detectorId.assign(value); }
61 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
75 inline void SetEventTypeName(
const char* value) { m_eventTypeNameHasBeenSet =
true; m_eventTypeName.assign(value); }
97 bool m_detectorIdHasBeenSet =
false;
100 bool m_descriptionHasBeenSet =
false;
103 bool m_eventTypeNameHasBeenSet =
false;
106 bool m_tagsHasBeenSet =
false;
const Aws::String & GetDetectorId() const
PutDetectorRequest & WithDetectorId(const char *value)
PutDetectorRequest & WithDescription(const char *value)
PutDetectorRequest & WithEventTypeName(const char *value)
bool DetectorIdHasBeenSet() const
const Aws::String & GetDescription() const
void SetEventTypeName(const Aws::String &value)
PutDetectorRequest & WithEventTypeName(Aws::String &&value)
const Aws::Vector< Tag > & GetTags() const
PutDetectorRequest & WithEventTypeName(const Aws::String &value)
PutDetectorRequest & WithDetectorId(const Aws::String &value)
void SetDescription(Aws::String &&value)
const Aws::String & GetEventTypeName() const
bool EventTypeNameHasBeenSet() const
PutDetectorRequest & WithDetectorId(Aws::String &&value)
AWS_FRAUDDETECTOR_API PutDetectorRequest()
void SetTags(const Aws::Vector< Tag > &value)
void SetEventTypeName(const char *value)
void SetDetectorId(const char *value)
PutDetectorRequest & WithDescription(const Aws::String &value)
void SetDescription(const Aws::String &value)
PutDetectorRequest & WithDescription(Aws::String &&value)
bool TagsHasBeenSet() const
PutDetectorRequest & AddTags(Tag &&value)
void SetTags(Aws::Vector< Tag > &&value)
void SetEventTypeName(Aws::String &&value)
PutDetectorRequest & WithTags(Aws::Vector< Tag > &&value)
void SetDetectorId(const Aws::String &value)
PutDetectorRequest & WithTags(const Aws::Vector< Tag > &value)
bool DescriptionHasBeenSet() const
void SetDescription(const char *value)
PutDetectorRequest & AddTags(const Tag &value)
virtual const char * GetServiceRequestName() const override
void SetDetectorId(Aws::String &&value)
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