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>
11#include <aws/cloudtrail/model/InsightSelector.h>
49 inline void SetTrailName(
const char* value) { m_trailNameHasBeenSet =
true; m_trailName.assign(value); }
88 inline void SetEventDataStore(
const char* value) { m_eventDataStoreHasBeenSet =
true; m_eventDataStore.assign(value); }
106 inline void SetInsightsDestination(
const char* value) { m_insightsDestinationHasBeenSet =
true; m_insightsDestination.assign(value); }
114 bool m_trailNameHasBeenSet =
false;
117 bool m_insightSelectorsHasBeenSet =
false;
120 bool m_eventDataStoreHasBeenSet =
false;
123 bool m_insightsDestinationHasBeenSet =
false;
void SetEventDataStore(const char *value)
const Aws::String & GetTrailName() const
PutInsightSelectorsRequest & WithEventDataStore(const char *value)
PutInsightSelectorsRequest & WithInsightSelectors(Aws::Vector< InsightSelector > &&value)
const Aws::Vector< InsightSelector > & GetInsightSelectors() const
PutInsightSelectorsRequest & WithEventDataStore(const Aws::String &value)
void SetEventDataStore(Aws::String &&value)
PutInsightSelectorsRequest & WithTrailName(const Aws::String &value)
void SetInsightsDestination(const Aws::String &value)
void SetInsightsDestination(Aws::String &&value)
void SetEventDataStore(const Aws::String &value)
PutInsightSelectorsRequest & WithInsightsDestination(Aws::String &&value)
PutInsightSelectorsRequest & AddInsightSelectors(InsightSelector &&value)
const Aws::String & GetEventDataStore() const
PutInsightSelectorsRequest & AddInsightSelectors(const InsightSelector &value)
PutInsightSelectorsRequest & WithTrailName(Aws::String &&value)
bool TrailNameHasBeenSet() const
void SetInsightSelectors(const Aws::Vector< InsightSelector > &value)
bool InsightsDestinationHasBeenSet() const
const Aws::String & GetInsightsDestination() const
AWS_CLOUDTRAIL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
PutInsightSelectorsRequest & WithTrailName(const char *value)
void SetInsightsDestination(const char *value)
bool InsightSelectorsHasBeenSet() const
void SetTrailName(const char *value)
void SetTrailName(const Aws::String &value)
PutInsightSelectorsRequest & WithInsightsDestination(const Aws::String &value)
void SetTrailName(Aws::String &&value)
PutInsightSelectorsRequest & WithInsightSelectors(const Aws::Vector< InsightSelector > &value)
AWS_CLOUDTRAIL_API PutInsightSelectorsRequest()
PutInsightSelectorsRequest & WithInsightsDestination(const char *value)
AWS_CLOUDTRAIL_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetInsightSelectors(Aws::Vector< InsightSelector > &&value)
bool EventDataStoreHasBeenSet() const
PutInsightSelectorsRequest & WithEventDataStore(Aws::String &&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