7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace FraudDetector
48 inline void SetFieldName(
const char* value) { m_fieldNameHasBeenSet =
true; m_fieldName.assign(value); }
62 inline void SetIdentifier(
const char* value) { m_identifierHasBeenSet =
true; m_identifier.assign(value); }
76 inline void SetTitle(
const char* value) { m_titleHasBeenSet =
true; m_title.assign(value); }
90 inline void SetContent(
const char* value) { m_contentHasBeenSet =
true; m_content.assign(value); }
104 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
112 bool m_fieldNameHasBeenSet =
false;
115 bool m_identifierHasBeenSet =
false;
118 bool m_titleHasBeenSet =
false;
121 bool m_contentHasBeenSet =
false;
124 bool m_typeHasBeenSet =
false;
AWS_FRAUDDETECTOR_API FieldValidationMessage()
void SetTitle(const Aws::String &value)
FieldValidationMessage & WithTitle(const Aws::String &value)
void SetContent(const char *value)
FieldValidationMessage & WithContent(Aws::String &&value)
FieldValidationMessage & WithContent(const char *value)
const Aws::String & GetTitle() const
FieldValidationMessage & WithIdentifier(Aws::String &&value)
FieldValidationMessage & WithType(const char *value)
AWS_FRAUDDETECTOR_API FieldValidationMessage(Aws::Utils::Json::JsonView jsonValue)
FieldValidationMessage & WithIdentifier(const char *value)
void SetFieldName(const Aws::String &value)
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
bool FieldNameHasBeenSet() const
bool TypeHasBeenSet() const
void SetFieldName(Aws::String &&value)
bool ContentHasBeenSet() const
FieldValidationMessage & WithType(Aws::String &&value)
FieldValidationMessage & WithTitle(Aws::String &&value)
bool IdentifierHasBeenSet() const
FieldValidationMessage & WithFieldName(const char *value)
void SetContent(Aws::String &&value)
FieldValidationMessage & WithType(const Aws::String &value)
FieldValidationMessage & WithTitle(const char *value)
FieldValidationMessage & WithFieldName(const Aws::String &value)
const Aws::String & GetContent() const
AWS_FRAUDDETECTOR_API FieldValidationMessage & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTitle(Aws::String &&value)
const Aws::String & GetType() const
FieldValidationMessage & WithFieldName(Aws::String &&value)
void SetTitle(const char *value)
FieldValidationMessage & WithIdentifier(const Aws::String &value)
FieldValidationMessage & WithContent(const Aws::String &value)
void SetIdentifier(Aws::String &&value)
void SetType(const Aws::String &value)
void SetFieldName(const char *value)
void SetIdentifier(const Aws::String &value)
bool TitleHasBeenSet() const
void SetType(Aws::String &&value)
const Aws::String & GetFieldName() const
const Aws::String & GetIdentifier() const
void SetType(const char *value)
void SetContent(const Aws::String &value)
void SetIdentifier(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue