7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace FraudDetector
34 AWS_FRAUDDETECTOR_API
Outcome() =
default;
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 LastUpdatedTimeT = Aws::String>
71 void SetLastUpdatedTime(LastUpdatedTimeT&& value) { m_lastUpdatedTimeHasBeenSet =
true; m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value); }
72 template<
typename LastUpdatedTimeT = 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 ArnT = Aws::String>
95 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
96 template<
typename ArnT = Aws::String>
102 bool m_nameHasBeenSet =
false;
105 bool m_descriptionHasBeenSet =
false;
108 bool m_lastUpdatedTimeHasBeenSet =
false;
111 bool m_createdTimeHasBeenSet =
false;
114 bool m_arnHasBeenSet =
false;
AWS_FRAUDDETECTOR_API Outcome(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
AWS_FRAUDDETECTOR_API Outcome()=default
bool LastUpdatedTimeHasBeenSet() const
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
Outcome & WithName(NameT &&value)
void SetCreatedTime(CreatedTimeT &&value)
const Aws::String & GetName() const
const Aws::String & GetCreatedTime() const
bool NameHasBeenSet() const
const Aws::String & GetDescription() const
Outcome & WithDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetLastUpdatedTime() const
bool CreatedTimeHasBeenSet() const
bool ArnHasBeenSet() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetArn() const
AWS_FRAUDDETECTOR_API Outcome & operator=(Aws::Utils::Json::JsonView jsonValue)
Outcome & WithCreatedTime(CreatedTimeT &&value)
Outcome & WithArn(ArnT &&value)
void SetArn(ArnT &&value)
Outcome & WithLastUpdatedTime(LastUpdatedTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue