7#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
8#include <aws/cloudtrail/CloudTrailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
46 inline void SetQueryStatement(
const char* value) { m_queryStatementHasBeenSet =
true; m_queryStatement.assign(value); }
60 inline void SetDeliveryS3Uri(
const char* value) { m_deliveryS3UriHasBeenSet =
true; m_deliveryS3Uri.assign(value); }
74 inline void SetQueryAlias(
const char* value) { m_queryAliasHasBeenSet =
true; m_queryAlias.assign(value); }
97 bool m_queryStatementHasBeenSet =
false;
100 bool m_deliveryS3UriHasBeenSet =
false;
103 bool m_queryAliasHasBeenSet =
false;
106 bool m_queryParametersHasBeenSet =
false;
void SetQueryStatement(Aws::String &&value)
bool QueryAliasHasBeenSet() const
StartQueryRequest & WithDeliveryS3Uri(Aws::String &&value)
const Aws::String & GetQueryStatement() const
const Aws::String & GetDeliveryS3Uri() const
StartQueryRequest & WithQueryParameters(Aws::Vector< Aws::String > &&value)
virtual const char * GetServiceRequestName() const override
void SetQueryAlias(const char *value)
AWS_CLOUDTRAIL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
StartQueryRequest & WithQueryAlias(const Aws::String &value)
StartQueryRequest & WithQueryParameters(const Aws::Vector< Aws::String > &value)
void SetDeliveryS3Uri(const char *value)
bool QueryStatementHasBeenSet() const
StartQueryRequest & AddQueryParameters(const Aws::String &value)
StartQueryRequest & WithQueryStatement(const Aws::String &value)
AWS_CLOUDTRAIL_API Aws::String SerializePayload() const override
bool DeliveryS3UriHasBeenSet() const
StartQueryRequest & AddQueryParameters(const char *value)
bool QueryParametersHasBeenSet() const
StartQueryRequest & WithDeliveryS3Uri(const char *value)
void SetQueryAlias(Aws::String &&value)
StartQueryRequest & WithQueryStatement(const char *value)
void SetDeliveryS3Uri(Aws::String &&value)
void SetDeliveryS3Uri(const Aws::String &value)
const Aws::Vector< Aws::String > & GetQueryParameters() const
void SetQueryStatement(const char *value)
StartQueryRequest & WithQueryStatement(Aws::String &&value)
StartQueryRequest & AddQueryParameters(Aws::String &&value)
void SetQueryParameters(Aws::Vector< Aws::String > &&value)
void SetQueryStatement(const Aws::String &value)
StartQueryRequest & WithQueryAlias(Aws::String &&value)
void SetQueryAlias(const Aws::String &value)
AWS_CLOUDTRAIL_API StartQueryRequest()
StartQueryRequest & WithDeliveryS3Uri(const Aws::String &value)
void SetQueryParameters(const Aws::Vector< Aws::String > &value)
const Aws::String & GetQueryAlias() const
StartQueryRequest & WithQueryAlias(const char *value)
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