7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace FraudDetector
48 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
62 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
76 inline void SetVariableType(
const char* value) { m_variableTypeHasBeenSet =
true; m_variableType.assign(value); }
90 inline void SetCreatedTime(
const char* value) { m_createdTimeHasBeenSet =
true; m_createdTime.assign(value); }
104 inline void SetUpdatedTime(
const char* value) { m_updatedTimeHasBeenSet =
true; m_updatedTime.assign(value); }
118 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
126 bool m_nameHasBeenSet =
false;
129 bool m_descriptionHasBeenSet =
false;
132 bool m_variableTypeHasBeenSet =
false;
135 bool m_createdTimeHasBeenSet =
false;
138 bool m_updatedTimeHasBeenSet =
false;
141 bool m_arnHasBeenSet =
false;
AllowDenyList & WithName(const Aws::String &value)
AllowDenyList & WithVariableType(const Aws::String &value)
AWS_FRAUDDETECTOR_API AllowDenyList()
void SetUpdatedTime(const Aws::String &value)
AllowDenyList & WithCreatedTime(Aws::String &&value)
const Aws::String & GetDescription() const
AllowDenyList & WithName(const char *value)
bool DescriptionHasBeenSet() const
AllowDenyList & WithVariableType(const char *value)
bool ArnHasBeenSet() const
void SetArn(const char *value)
AllowDenyList & WithArn(const Aws::String &value)
const Aws::String & GetUpdatedTime() const
AllowDenyList & WithArn(Aws::String &&value)
void SetCreatedTime(const char *value)
bool VariableTypeHasBeenSet() const
void SetArn(const Aws::String &value)
void SetCreatedTime(Aws::String &&value)
AllowDenyList & WithCreatedTime(const char *value)
void SetUpdatedTime(const char *value)
void SetVariableType(Aws::String &&value)
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
void SetUpdatedTime(Aws::String &&value)
bool CreatedTimeHasBeenSet() const
const Aws::String & GetCreatedTime() const
void SetArn(Aws::String &&value)
AWS_FRAUDDETECTOR_API AllowDenyList & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(Aws::String &&value)
const Aws::String & GetName() const
AllowDenyList & WithUpdatedTime(Aws::String &&value)
AllowDenyList & WithArn(const char *value)
void SetName(const Aws::String &value)
void SetName(const char *value)
const Aws::String & GetVariableType() const
AllowDenyList & WithName(Aws::String &&value)
bool NameHasBeenSet() const
void SetDescription(Aws::String &&value)
AllowDenyList & WithDescription(const char *value)
const Aws::String & GetArn() const
AllowDenyList & WithVariableType(Aws::String &&value)
AllowDenyList & WithDescription(const Aws::String &value)
void SetDescription(const char *value)
AllowDenyList & WithDescription(Aws::String &&value)
AllowDenyList & WithUpdatedTime(const Aws::String &value)
void SetVariableType(const Aws::String &value)
AllowDenyList & WithUpdatedTime(const char *value)
void SetDescription(const Aws::String &value)
AllowDenyList & WithCreatedTime(const Aws::String &value)
bool UpdatedTimeHasBeenSet() const
void SetCreatedTime(const Aws::String &value)
void SetVariableType(const char *value)
AWS_FRAUDDETECTOR_API AllowDenyList(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue