7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace FraudDetector
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
59 template<
typename ValueT = Aws::String>
60 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
61 template<
typename ValueT = Aws::String>
71 template<
typename SourceT = Aws::String>
72 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
73 template<
typename SourceT = Aws::String>
79 bool m_nameHasBeenSet =
false;
82 bool m_valueHasBeenSet =
false;
85 bool m_sourceHasBeenSet =
false;
void SetValue(ValueT &&value)
bool ValueHasBeenSet() const
void SetSource(SourceT &&value)
const Aws::String & GetName() const
EventVariableSummary & WithName(NameT &&value)
bool NameHasBeenSet() const
AWS_FRAUDDETECTOR_API EventVariableSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
EventVariableSummary & WithSource(SourceT &&value)
EventVariableSummary & WithValue(ValueT &&value)
const Aws::String & GetValue() const
AWS_FRAUDDETECTOR_API EventVariableSummary()=default
bool SourceHasBeenSet() const
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetSource() const
void SetName(NameT &&value)
AWS_FRAUDDETECTOR_API EventVariableSummary(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue