7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/frauddetector/model/ModelTypeEnum.h>
22namespace FraudDetector
35 AWS_FRAUDDETECTOR_API
Model() =
default;
47 template<
typename ModelIdT = Aws::String>
48 void SetModelId(ModelIdT&& value) { m_modelIdHasBeenSet =
true; m_modelId = std::forward<ModelIdT>(value); }
49 template<
typename ModelIdT = Aws::String>
69 template<
typename DescriptionT = Aws::String>
70 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
71 template<
typename DescriptionT = Aws::String>
81 template<
typename EventTypeNameT = Aws::String>
82 void SetEventTypeName(EventTypeNameT&& value) { m_eventTypeNameHasBeenSet =
true; m_eventTypeName = std::forward<EventTypeNameT>(value); }
83 template<
typename EventTypeNameT = Aws::String>
93 template<
typename CreatedTimeT = Aws::String>
94 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
95 template<
typename CreatedTimeT = Aws::String>
105 template<
typename LastUpdatedTimeT = Aws::String>
106 void SetLastUpdatedTime(LastUpdatedTimeT&& value) { m_lastUpdatedTimeHasBeenSet =
true; m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value); }
107 template<
typename LastUpdatedTimeT = Aws::String>
117 template<
typename ArnT = Aws::String>
118 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
119 template<
typename ArnT = Aws::String>
125 bool m_modelIdHasBeenSet =
false;
128 bool m_modelTypeHasBeenSet =
false;
131 bool m_descriptionHasBeenSet =
false;
134 bool m_eventTypeNameHasBeenSet =
false;
137 bool m_createdTimeHasBeenSet =
false;
140 bool m_lastUpdatedTimeHasBeenSet =
false;
143 bool m_arnHasBeenSet =
false;
bool LastUpdatedTimeHasBeenSet() const
const Aws::String & GetArn() const
Model & WithEventTypeName(EventTypeNameT &&value)
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetLastUpdatedTime() const
Model & WithModelId(ModelIdT &&value)
Model & WithLastUpdatedTime(LastUpdatedTimeT &&value)
AWS_FRAUDDETECTOR_API Model()=default
void SetDescription(DescriptionT &&value)
void SetModelId(ModelIdT &&value)
bool ModelTypeHasBeenSet() const
AWS_FRAUDDETECTOR_API Model(Aws::Utils::Json::JsonView jsonValue)
ModelTypeEnum GetModelType() const
const Aws::String & GetCreatedTime() const
const Aws::String & GetEventTypeName() const
void SetModelType(ModelTypeEnum value)
bool EventTypeNameHasBeenSet() const
AWS_FRAUDDETECTOR_API Model & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CreatedTimeHasBeenSet() const
void SetCreatedTime(CreatedTimeT &&value)
Model & WithModelType(ModelTypeEnum value)
Model & WithCreatedTime(CreatedTimeT &&value)
Model & WithDescription(DescriptionT &&value)
Model & WithArn(ArnT &&value)
bool DescriptionHasBeenSet() const
void SetArn(ArnT &&value)
void SetEventTypeName(EventTypeNameT &&value)
bool ArnHasBeenSet() const
bool ModelIdHasBeenSet() const
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
const Aws::String & GetModelId() const
const Aws::String & GetDescription() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue