7#include <aws/evidently/CloudWatchEvidently_EXPORTS.h>
8#include <aws/evidently/CloudWatchEvidentlyRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/evidently/model/Event.h>
16namespace CloudWatchEvidently
60 inline void SetProject(
const char* value) { m_projectHasBeenSet =
true; m_project.assign(value); }
68 bool m_eventsHasBeenSet =
false;
71 bool m_projectHasBeenSet =
false;
void SetProject(Aws::String &&value)
AWS_CLOUDWATCHEVIDENTLY_API PutProjectEventsRequest()
const Aws::Vector< Event > & GetEvents() const
PutProjectEventsRequest & WithEvents(const Aws::Vector< Event > &value)
AWS_CLOUDWATCHEVIDENTLY_API Aws::String SerializePayload() const override
void SetProject(const Aws::String &value)
void SetEvents(Aws::Vector< Event > &&value)
PutProjectEventsRequest & WithProject(Aws::String &&value)
PutProjectEventsRequest & AddEvents(const Event &value)
PutProjectEventsRequest & WithProject(const Aws::String &value)
bool EventsHasBeenSet() const
bool ProjectHasBeenSet() const
void SetEvents(const Aws::Vector< Event > &value)
PutProjectEventsRequest & AddEvents(Event &&value)
const Aws::String & GetProject() const
virtual const char * GetServiceRequestName() const override
PutProjectEventsRequest & WithEvents(Aws::Vector< Event > &&value)
PutProjectEventsRequest & WithProject(const char *value)
void SetProject(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector