7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace FraudDetector
48 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
62 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
76 inline void SetLastUpdatedTime(
const char* value) { m_lastUpdatedTimeHasBeenSet =
true; m_lastUpdatedTime.assign(value); }
90 inline void SetCreatedTime(
const char* value) { m_createdTimeHasBeenSet =
true; m_createdTime.assign(value); }
104 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
112 bool m_nameHasBeenSet =
false;
115 bool m_descriptionHasBeenSet =
false;
118 bool m_lastUpdatedTimeHasBeenSet =
false;
121 bool m_createdTimeHasBeenSet =
false;
124 bool m_arnHasBeenSet =
false;
void SetLastUpdatedTime(const char *value)
AWS_FRAUDDETECTOR_API Outcome()
AWS_FRAUDDETECTOR_API Outcome(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedTime(Aws::String &&value)
Outcome & WithCreatedTime(Aws::String &&value)
Outcome & WithName(const Aws::String &value)
Outcome & WithName(const char *value)
bool LastUpdatedTimeHasBeenSet() const
Outcome & WithDescription(Aws::String &&value)
Outcome & WithArn(const Aws::String &value)
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
void SetArn(Aws::String &&value)
Outcome & WithLastUpdatedTime(const char *value)
void SetDescription(Aws::String &&value)
Outcome & WithLastUpdatedTime(Aws::String &&value)
const Aws::String & GetName() const
Outcome & WithCreatedTime(const char *value)
void SetName(Aws::String &&value)
const Aws::String & GetCreatedTime() const
bool NameHasBeenSet() const
const Aws::String & GetDescription() const
Outcome & WithLastUpdatedTime(const Aws::String &value)
bool DescriptionHasBeenSet() const
void SetDescription(const Aws::String &value)
const Aws::String & GetLastUpdatedTime() const
Outcome & WithDescription(const char *value)
Outcome & WithDescription(const Aws::String &value)
bool CreatedTimeHasBeenSet() const
void SetName(const char *value)
Outcome & WithCreatedTime(const Aws::String &value)
void SetCreatedTime(const char *value)
bool ArnHasBeenSet() const
Outcome & WithArn(Aws::String &&value)
void SetLastUpdatedTime(Aws::String &&value)
void SetDescription(const char *value)
void SetCreatedTime(const Aws::String &value)
void SetArn(const char *value)
void SetLastUpdatedTime(const Aws::String &value)
const Aws::String & GetArn() const
void SetName(const Aws::String &value)
AWS_FRAUDDETECTOR_API Outcome & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetArn(const Aws::String &value)
Outcome & WithArn(const char *value)
Outcome & WithName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue