7#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
8#include <aws/cloudtrail/CloudTrailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
53 template<
typename TrailNameT = Aws::String>
54 void SetTrailName(TrailNameT&& value) { m_trailNameHasBeenSet =
true; m_trailName = std::forward<TrailNameT>(value); }
55 template<
typename TrailNameT = Aws::String>
67 template<
typename EventDataStoreT = Aws::String>
68 void SetEventDataStore(EventDataStoreT&& value) { m_eventDataStoreHasBeenSet =
true; m_eventDataStore = std::forward<EventDataStoreT>(value); }
69 template<
typename EventDataStoreT = Aws::String>
75 bool m_trailNameHasBeenSet =
false;
78 bool m_eventDataStoreHasBeenSet =
false;
bool EventDataStoreHasBeenSet() const
GetInsightSelectorsRequest & WithEventDataStore(EventDataStoreT &&value)
AWS_CLOUDTRAIL_API Aws::String SerializePayload() const override
const Aws::String & GetEventDataStore() const
GetInsightSelectorsRequest & WithTrailName(TrailNameT &&value)
const Aws::String & GetTrailName() const
virtual const char * GetServiceRequestName() const override
void SetEventDataStore(EventDataStoreT &&value)
AWS_CLOUDTRAIL_API GetInsightSelectorsRequest()=default
bool TrailNameHasBeenSet() const
void SetTrailName(TrailNameT &&value)
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