7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
19namespace CustomerProfiles {
41 template <
typename EventTypeT = Aws::String>
43 m_eventTypeHasBeenSet =
true;
44 m_eventType = std::forward<EventTypeT>(value);
46 template <
typename EventTypeT = Aws::String>
61 m_eventValueThresholdHasBeenSet =
true;
62 m_eventValueThreshold = value;
78 m_eventWeightHasBeenSet =
true;
79 m_eventWeight = value;
89 double m_eventValueThreshold{0.0};
91 double m_eventWeight{0.0};
92 bool m_eventTypeHasBeenSet =
false;
93 bool m_eventValueThresholdHasBeenSet =
false;
94 bool m_eventWeightHasBeenSet =
false;
void SetEventValueThreshold(double value)
AWS_CUSTOMERPROFILES_API EventParameters()=default
bool EventValueThresholdHasBeenSet() const
AWS_CUSTOMERPROFILES_API EventParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEventType(EventTypeT &&value)
bool EventWeightHasBeenSet() const
const Aws::String & GetEventType() const
EventParameters & WithEventWeight(double value)
void SetEventWeight(double value)
EventParameters & WithEventValueThreshold(double value)
double GetEventValueThreshold() const
bool EventTypeHasBeenSet() const
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
double GetEventWeight() const
EventParameters & WithEventType(EventTypeT &&value)
AWS_CUSTOMERPROFILES_API EventParameters(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue