7#include <aws/personalize-events/PersonalizeEvents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace PersonalizeEvents
49 template<
typename EventAttributionSourceT = Aws::String>
50 void SetEventAttributionSource(EventAttributionSourceT&& value) { m_eventAttributionSourceHasBeenSet =
true; m_eventAttributionSource = std::forward<EventAttributionSourceT>(value); }
51 template<
typename EventAttributionSourceT = Aws::String>
57 bool m_eventAttributionSourceHasBeenSet =
false;
void SetEventAttributionSource(EventAttributionSourceT &&value)
AWS_PERSONALIZEEVENTS_API MetricAttribution()=default
AWS_PERSONALIZEEVENTS_API MetricAttribution(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetEventAttributionSource() const
AWS_PERSONALIZEEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const
MetricAttribution & WithEventAttributionSource(EventAttributionSourceT &&value)
AWS_PERSONALIZEEVENTS_API MetricAttribution & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EventAttributionSourceHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue