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;
72 double m_eventValueThreshold{0.0};
73 bool m_eventTypeHasBeenSet =
false;
74 bool m_eventValueThresholdHasBeenSet =
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)
const Aws::String & GetEventType() const
EventParameters & WithEventValueThreshold(double value)
double GetEventValueThreshold() const
bool EventTypeHasBeenSet() const
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() 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