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
49 inline void SetModelId(
const char* value) { m_modelIdHasBeenSet =
true; m_modelId.assign(value); }
75 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
89 inline void SetEventTypeName(
const char* value) { m_eventTypeNameHasBeenSet =
true; m_eventTypeName.assign(value); }
103 inline void SetCreatedTime(
const char* value) { m_createdTimeHasBeenSet =
true; m_createdTime.assign(value); }
117 inline void SetLastUpdatedTime(
const char* value) { m_lastUpdatedTimeHasBeenSet =
true; m_lastUpdatedTime.assign(value); }
131 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
139 bool m_modelIdHasBeenSet =
false;
142 bool m_modelTypeHasBeenSet =
false;
145 bool m_descriptionHasBeenSet =
false;
148 bool m_eventTypeNameHasBeenSet =
false;
151 bool m_createdTimeHasBeenSet =
false;
154 bool m_lastUpdatedTimeHasBeenSet =
false;
157 bool m_arnHasBeenSet =
false;
Model & WithLastUpdatedTime(const Aws::String &value)
bool LastUpdatedTimeHasBeenSet() const
void SetCreatedTime(const char *value)
const Aws::String & GetArn() const
void SetModelId(const Aws::String &value)
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
Model & WithModelId(Aws::String &&value)
const Aws::String & GetLastUpdatedTime() const
void SetModelId(Aws::String &&value)
Model & WithArn(Aws::String &&value)
AWS_FRAUDDETECTOR_API Model()
void SetDescription(Aws::String &&value)
bool ModelTypeHasBeenSet() const
void SetArn(const Aws::String &value)
Model & WithLastUpdatedTime(Aws::String &&value)
AWS_FRAUDDETECTOR_API Model(Aws::Utils::Json::JsonView jsonValue)
Model & WithLastUpdatedTime(const char *value)
const Aws::String & GetCreatedTime() const
const Aws::String & GetEventTypeName() const
Model & WithEventTypeName(const char *value)
Model & WithModelId(const char *value)
bool EventTypeNameHasBeenSet() const
void SetArn(const char *value)
AWS_FRAUDDETECTOR_API Model & operator=(Aws::Utils::Json::JsonView jsonValue)
Model & WithDescription(const Aws::String &value)
bool CreatedTimeHasBeenSet() const
void SetModelId(const char *value)
void SetDescription(const Aws::String &value)
void SetEventTypeName(const char *value)
void SetModelType(ModelTypeEnum &&value)
Model & WithCreatedTime(const Aws::String &value)
Model & WithModelId(const Aws::String &value)
Model & WithCreatedTime(Aws::String &&value)
Model & WithDescription(const char *value)
bool DescriptionHasBeenSet() const
Model & WithArn(const Aws::String &value)
void SetDescription(const char *value)
void SetEventTypeName(const Aws::String &value)
Model & WithEventTypeName(Aws::String &&value)
Model & WithArn(const char *value)
Model & WithDescription(Aws::String &&value)
bool ArnHasBeenSet() const
Model & WithModelType(ModelTypeEnum &&value)
Model & WithCreatedTime(const char *value)
void SetEventTypeName(Aws::String &&value)
void SetCreatedTime(Aws::String &&value)
bool ModelIdHasBeenSet() const
void SetModelType(const ModelTypeEnum &value)
const ModelTypeEnum & GetModelType() const
const Aws::String & GetModelId() const
Model & WithEventTypeName(const Aws::String &value)
void SetLastUpdatedTime(Aws::String &&value)
void SetArn(Aws::String &&value)
Model & WithModelType(const ModelTypeEnum &value)
const Aws::String & GetDescription() const
void SetLastUpdatedTime(const char *value)
void SetLastUpdatedTime(const Aws::String &value)
void SetCreatedTime(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue