7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace FraudDetector
46 template<
typename FieldNameT = Aws::String>
47 void SetFieldName(FieldNameT&& value) { m_fieldNameHasBeenSet =
true; m_fieldName = std::forward<FieldNameT>(value); }
48 template<
typename FieldNameT = Aws::String>
58 template<
typename IdentifierT = Aws::String>
59 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
60 template<
typename IdentifierT = Aws::String>
70 template<
typename TitleT = Aws::String>
71 void SetTitle(TitleT&& value) { m_titleHasBeenSet =
true; m_title = std::forward<TitleT>(value); }
72 template<
typename TitleT = Aws::String>
82 template<
typename ContentT = Aws::String>
83 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
84 template<
typename ContentT = Aws::String>
94 template<
typename TypeT = Aws::String>
95 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
96 template<
typename TypeT = Aws::String>
102 bool m_fieldNameHasBeenSet =
false;
105 bool m_identifierHasBeenSet =
false;
108 bool m_titleHasBeenSet =
false;
111 bool m_contentHasBeenSet =
false;
114 bool m_typeHasBeenSet =
false;
FieldValidationMessage & WithContent(ContentT &&value)
void SetFieldName(FieldNameT &&value)
const Aws::String & GetTitle() const
AWS_FRAUDDETECTOR_API FieldValidationMessage(Aws::Utils::Json::JsonView jsonValue)
void SetTitle(TitleT &&value)
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
bool FieldNameHasBeenSet() const
bool TypeHasBeenSet() const
bool ContentHasBeenSet() const
bool IdentifierHasBeenSet() const
FieldValidationMessage & WithIdentifier(IdentifierT &&value)
FieldValidationMessage & WithTitle(TitleT &&value)
AWS_FRAUDDETECTOR_API FieldValidationMessage()=default
const Aws::String & GetContent() const
FieldValidationMessage & WithFieldName(FieldNameT &&value)
AWS_FRAUDDETECTOR_API FieldValidationMessage & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetContent(ContentT &&value)
void SetType(TypeT &&value)
const Aws::String & GetType() const
bool TitleHasBeenSet() const
void SetIdentifier(IdentifierT &&value)
const Aws::String & GetFieldName() const
const Aws::String & GetIdentifier() const
FieldValidationMessage & WithType(TypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue