7#include <aws/cloudtrail/CloudTrailRequest.h>
8#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
41 template <
typename EventDataStoresT = Aws::Vector<Aws::String>>
43 m_eventDataStoresHasBeenSet =
true;
44 m_eventDataStores = std::forward<EventDataStoresT>(value);
46 template <
typename EventDataStoresT = Aws::Vector<Aws::String>>
51 template <
typename EventDataStoresT = Aws::String>
53 m_eventDataStoresHasBeenSet =
true;
54 m_eventDataStores.emplace_back(std::forward<EventDataStoresT>(value));
68 template <
typename PromptT = Aws::String>
70 m_promptHasBeenSet =
true;
71 m_prompt = std::forward<PromptT>(value);
73 template <
typename PromptT = Aws::String>
83 bool m_eventDataStoresHasBeenSet =
false;
84 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