7#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
8#include <aws/cloudtrail/CloudTrailRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename EventDataStoresT = Aws::Vector<Aws::String>>
46 void SetEventDataStores(EventDataStoresT&& value) { m_eventDataStoresHasBeenSet =
true; m_eventDataStores = std::forward<EventDataStoresT>(value); }
47 template<
typename EventDataStoresT = Aws::Vector<Aws::String>>
49 template<
typename EventDataStoresT = Aws::String>
62 template<
typename PromptT = Aws::String>
63 void SetPrompt(PromptT&& value) { m_promptHasBeenSet =
true; m_prompt = std::forward<PromptT>(value); }
64 template<
typename PromptT = Aws::String>
70 bool m_eventDataStoresHasBeenSet =
false;
73 bool m_promptHasBeenSet =
false;
void SetPrompt(PromptT &&value)
const Aws::String & GetPrompt() const
AWS_CLOUDTRAIL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GenerateQueryRequest & AddEventDataStores(EventDataStoresT &&value)
void SetEventDataStores(EventDataStoresT &&value)
AWS_CLOUDTRAIL_API GenerateQueryRequest()=default
AWS_CLOUDTRAIL_API Aws::String SerializePayload() const override
GenerateQueryRequest & WithEventDataStores(EventDataStoresT &&value)
const Aws::Vector< Aws::String > & GetEventDataStores() const
virtual const char * GetServiceRequestName() const override
bool PromptHasBeenSet() const
GenerateQueryRequest & WithPrompt(PromptT &&value)
bool EventDataStoresHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector