7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace FraudDetector
48 inline void SetDetectorId(
const char* value) { m_detectorIdHasBeenSet =
true; m_detectorId.assign(value); }
62 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
76 inline void SetEventTypeName(
const char* value) { m_eventTypeNameHasBeenSet =
true; m_eventTypeName.assign(value); }
90 inline void SetLastUpdatedTime(
const char* value) { m_lastUpdatedTimeHasBeenSet =
true; m_lastUpdatedTime.assign(value); }
104 inline void SetCreatedTime(
const char* value) { m_createdTimeHasBeenSet =
true; m_createdTime.assign(value); }
118 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
126 bool m_detectorIdHasBeenSet =
false;
129 bool m_descriptionHasBeenSet =
false;
132 bool m_eventTypeNameHasBeenSet =
false;
135 bool m_lastUpdatedTimeHasBeenSet =
false;
138 bool m_createdTimeHasBeenSet =
false;
141 bool m_arnHasBeenSet =
false;
Detector & WithLastUpdatedTime(Aws::String &&value)
void SetDescription(const Aws::String &value)
void SetDescription(const char *value)
void SetCreatedTime(Aws::String &&value)
const Aws::String & GetCreatedTime() const
Detector & WithArn(const char *value)
bool CreatedTimeHasBeenSet() const
void SetCreatedTime(const char *value)
Detector & WithArn(const Aws::String &value)
void SetLastUpdatedTime(Aws::String &&value)
bool DescriptionHasBeenSet() const
bool DetectorIdHasBeenSet() const
Detector & WithDescription(const char *value)
void SetEventTypeName(const Aws::String &value)
AWS_FRAUDDETECTOR_API Detector()
Detector & WithDetectorId(const char *value)
void SetArn(const char *value)
Detector & WithEventTypeName(const char *value)
void SetEventTypeName(Aws::String &&value)
void SetLastUpdatedTime(const char *value)
const Aws::String & GetArn() const
void SetDetectorId(Aws::String &&value)
void SetArn(const Aws::String &value)
bool LastUpdatedTimeHasBeenSet() const
void SetEventTypeName(const char *value)
Detector & WithEventTypeName(const Aws::String &value)
Detector & WithArn(Aws::String &&value)
Detector & WithEventTypeName(Aws::String &&value)
void SetDescription(Aws::String &&value)
Detector & WithDetectorId(Aws::String &&value)
bool EventTypeNameHasBeenSet() const
AWS_FRAUDDETECTOR_API Detector(Aws::Utils::Json::JsonView jsonValue)
Detector & WithDescription(Aws::String &&value)
Detector & WithCreatedTime(Aws::String &&value)
bool ArnHasBeenSet() const
void SetArn(Aws::String &&value)
Detector & WithDetectorId(const Aws::String &value)
Detector & WithCreatedTime(const char *value)
const Aws::String & GetDescription() const
void SetDetectorId(const char *value)
void SetCreatedTime(const Aws::String &value)
const Aws::String & GetEventTypeName() const
AWS_FRAUDDETECTOR_API Detector & operator=(Aws::Utils::Json::JsonView jsonValue)
Detector & WithDescription(const Aws::String &value)
void SetDetectorId(const Aws::String &value)
Detector & WithLastUpdatedTime(const Aws::String &value)
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDetectorId() const
void SetLastUpdatedTime(const Aws::String &value)
Detector & WithLastUpdatedTime(const char *value)
const Aws::String & GetLastUpdatedTime() const
Detector & WithCreatedTime(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue