7#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
8#include <aws/cloudtrail/CloudTrailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename EventDataStoreT = Aws::String>
45 void SetEventDataStore(EventDataStoreT&& value) { m_eventDataStoreHasBeenSet =
true; m_eventDataStore = std::forward<EventDataStoreT>(value); }
46 template<
typename EventDataStoreT = Aws::String>
52 bool m_eventDataStoreHasBeenSet =
false;
void SetEventDataStore(EventDataStoreT &&value)
AWS_CLOUDTRAIL_API GetEventDataStoreRequest()=default
GetEventDataStoreRequest & WithEventDataStore(EventDataStoreT &&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