7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace FraudDetector
46 template<
typename DetectorIdT = Aws::String>
47 void SetDetectorId(DetectorIdT&& value) { m_detectorIdHasBeenSet =
true; m_detectorId = std::forward<DetectorIdT>(value); }
48 template<
typename DetectorIdT = 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 EventTypeNameT = Aws::String>
71 void SetEventTypeName(EventTypeNameT&& value) { m_eventTypeNameHasBeenSet =
true; m_eventTypeName = std::forward<EventTypeNameT>(value); }
72 template<
typename EventTypeNameT = Aws::String>
82 template<
typename LastUpdatedTimeT = Aws::String>
83 void SetLastUpdatedTime(LastUpdatedTimeT&& value) { m_lastUpdatedTimeHasBeenSet =
true; m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value); }
84 template<
typename LastUpdatedTimeT = Aws::String>
94 template<
typename CreatedTimeT = Aws::String>
95 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
96 template<
typename CreatedTimeT = 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_detectorIdHasBeenSet =
false;
117 bool m_descriptionHasBeenSet =
false;
120 bool m_eventTypeNameHasBeenSet =
false;
123 bool m_lastUpdatedTimeHasBeenSet =
false;
126 bool m_createdTimeHasBeenSet =
false;
129 bool m_arnHasBeenSet =
false;
Detector & WithCreatedTime(CreatedTimeT &&value)
const Aws::String & GetCreatedTime() const
void SetDetectorId(DetectorIdT &&value)
bool CreatedTimeHasBeenSet() const
Detector & WithArn(ArnT &&value)
bool DescriptionHasBeenSet() const
bool DetectorIdHasBeenSet() const
void SetArn(ArnT &&value)
const Aws::String & GetArn() const
void SetDescription(DescriptionT &&value)
void SetCreatedTime(CreatedTimeT &&value)
bool LastUpdatedTimeHasBeenSet() const
Detector & WithDetectorId(DetectorIdT &&value)
bool EventTypeNameHasBeenSet() const
AWS_FRAUDDETECTOR_API Detector(Aws::Utils::Json::JsonView jsonValue)
bool ArnHasBeenSet() const
Detector & WithDescription(DescriptionT &&value)
Detector & WithLastUpdatedTime(LastUpdatedTimeT &&value)
const Aws::String & GetDescription() const
Detector & WithEventTypeName(EventTypeNameT &&value)
const Aws::String & GetEventTypeName() const
AWS_FRAUDDETECTOR_API Detector & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
AWS_FRAUDDETECTOR_API Detector()=default
const Aws::String & GetDetectorId() const
void SetEventTypeName(EventTypeNameT &&value)
const Aws::String & GetLastUpdatedTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue