7#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
8#include <aws/cloudtrail/CloudTrailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetEventDataStore(
const char* value) { m_eventDataStoreHasBeenSet =
true; m_eventDataStore.assign(value); }
54 bool m_eventDataStoreHasBeenSet =
false;
GetEventDataStoreRequest & WithEventDataStore(const char *value)
GetEventDataStoreRequest & WithEventDataStore(const Aws::String &value)
GetEventDataStoreRequest & WithEventDataStore(Aws::String &&value)
AWS_CLOUDTRAIL_API GetEventDataStoreRequest()
void SetEventDataStore(const Aws::String &value)
void SetEventDataStore(const char *value)
void SetEventDataStore(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetEventDataStore() const
AWS_CLOUDTRAIL_API Aws::String SerializePayload() const override
bool EventDataStoreHasBeenSet() const
AWS_CLOUDTRAIL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String