7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace FraudDetector
46 template<
typename TitleT = Aws::String>
47 void SetTitle(TitleT&& value) { m_titleHasBeenSet =
true; m_title = std::forward<TitleT>(value); }
48 template<
typename TitleT = Aws::String>
58 template<
typename ContentT = Aws::String>
59 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
60 template<
typename ContentT = Aws::String>
70 template<
typename TypeT = Aws::String>
71 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
72 template<
typename TypeT = Aws::String>
78 bool m_titleHasBeenSet =
false;
81 bool m_contentHasBeenSet =
false;
84 bool m_typeHasBeenSet =
false;
FileValidationMessage & WithContent(ContentT &&value)
AWS_FRAUDDETECTOR_API FileValidationMessage()=default
const Aws::String & GetType() const
const Aws::String & GetTitle() const
void SetType(TypeT &&value)
AWS_FRAUDDETECTOR_API FileValidationMessage(Aws::Utils::Json::JsonView jsonValue)
void SetTitle(TitleT &&value)
FileValidationMessage & WithType(TypeT &&value)
void SetContent(ContentT &&value)
const Aws::String & GetContent() const
AWS_FRAUDDETECTOR_API FileValidationMessage & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
bool ContentHasBeenSet() const
FileValidationMessage & WithTitle(TitleT &&value)
bool TitleHasBeenSet() const
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue