7#include <aws/personalize-events/PersonalizeEvents_EXPORTS.h>
8#include <aws/personalize-events/PersonalizeEventsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/personalize-events/model/Event.h>
16namespace PersonalizeEvents
47 inline void SetTrackingId(
const char* value) { m_trackingIdHasBeenSet =
true; m_trackingId.assign(value); }
61 inline void SetUserId(
const char* value) { m_userIdHasBeenSet =
true; m_userId.assign(value); }
80 inline void SetSessionId(
const char* value) { m_sessionIdHasBeenSet =
true; m_sessionId.assign(value); }
102 bool m_trackingIdHasBeenSet =
false;
105 bool m_userIdHasBeenSet =
false;
108 bool m_sessionIdHasBeenSet =
false;
111 bool m_eventListHasBeenSet =
false;
PutEventsRequest & WithUserId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
PutEventsRequest & WithEventList(const Aws::Vector< Event > &value)
void SetTrackingId(Aws::String &&value)
bool SessionIdHasBeenSet() const
void SetUserId(Aws::String &&value)
PutEventsRequest & WithEventList(Aws::Vector< Event > &&value)
void SetSessionId(const Aws::String &value)
const Aws::String & GetSessionId() const
void SetEventList(const Aws::Vector< Event > &value)
AWS_PERSONALIZEEVENTS_API PutEventsRequest()
AWS_PERSONALIZEEVENTS_API Aws::String SerializePayload() const override
PutEventsRequest & WithTrackingId(const char *value)
PutEventsRequest & AddEventList(const Event &value)
const Aws::String & GetTrackingId() const
void SetSessionId(Aws::String &&value)
void SetUserId(const char *value)
void SetSessionId(const char *value)
PutEventsRequest & WithUserId(Aws::String &&value)
void SetTrackingId(const Aws::String &value)
void SetEventList(Aws::Vector< Event > &&value)
PutEventsRequest & WithSessionId(const Aws::String &value)
void SetUserId(const Aws::String &value)
PutEventsRequest & WithSessionId(const char *value)
PutEventsRequest & WithTrackingId(const Aws::String &value)
PutEventsRequest & AddEventList(Event &&value)
bool EventListHasBeenSet() const
const Aws::Vector< Event > & GetEventList() const
bool TrackingIdHasBeenSet() const
void SetTrackingId(const char *value)
bool UserIdHasBeenSet() const
PutEventsRequest & WithUserId(const char *value)
PutEventsRequest & WithTrackingId(Aws::String &&value)
const Aws::String & GetUserId() const
PutEventsRequest & WithSessionId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector