7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace FraudDetector
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
58 template<
typename DescriptionT = Aws::String>
59 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
60 template<
typename DescriptionT = Aws::String>
70 template<
typename VariableTypeT = Aws::String>
71 void SetVariableType(VariableTypeT&& value) { m_variableTypeHasBeenSet =
true; m_variableType = std::forward<VariableTypeT>(value); }
72 template<
typename VariableTypeT = Aws::String>
82 template<
typename CreatedTimeT = Aws::String>
83 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
84 template<
typename CreatedTimeT = Aws::String>
94 template<
typename UpdatedTimeT = Aws::String>
95 void SetUpdatedTime(UpdatedTimeT&& value) { m_updatedTimeHasBeenSet =
true; m_updatedTime = std::forward<UpdatedTimeT>(value); }
96 template<
typename UpdatedTimeT = Aws::String>
106 template<
typename ArnT = Aws::String>
107 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
108 template<
typename ArnT = Aws::String>
114 bool m_nameHasBeenSet =
false;
117 bool m_descriptionHasBeenSet =
false;
120 bool m_variableTypeHasBeenSet =
false;
123 bool m_createdTimeHasBeenSet =
false;
126 bool m_updatedTimeHasBeenSet =
false;
129 bool m_arnHasBeenSet =
false;
AWS_FRAUDDETECTOR_API AllowDenyList()=default
AllowDenyList & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
AllowDenyList & WithCreatedTime(CreatedTimeT &&value)
bool DescriptionHasBeenSet() const
bool ArnHasBeenSet() const
void SetName(NameT &&value)
const Aws::String & GetUpdatedTime() const
void SetVariableType(VariableTypeT &&value)
void SetArn(ArnT &&value)
void SetUpdatedTime(UpdatedTimeT &&value)
bool VariableTypeHasBeenSet() const
AllowDenyList & WithName(NameT &&value)
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
bool CreatedTimeHasBeenSet() const
const Aws::String & GetCreatedTime() const
AWS_FRAUDDETECTOR_API AllowDenyList & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
void SetDescription(DescriptionT &&value)
AllowDenyList & WithVariableType(VariableTypeT &&value)
const Aws::String & GetVariableType() const
bool NameHasBeenSet() const
AllowDenyList & WithArn(ArnT &&value)
const Aws::String & GetArn() const
AllowDenyList & WithUpdatedTime(UpdatedTimeT &&value)
void SetCreatedTime(CreatedTimeT &&value)
bool UpdatedTimeHasBeenSet() const
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