7#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
8#include <aws/cloudtrail/model/InsightSelector.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
38 template <
typename TrailARNT = Aws::String>
40 m_trailARNHasBeenSet =
true;
41 m_trailARN = std::forward<TrailARNT>(value);
43 template <
typename TrailARNT = Aws::String>
60 template <
typename InsightSelectorsT = Aws::Vector<InsightSelector>>
62 m_insightSelectorsHasBeenSet =
true;
63 m_insightSelectors = std::forward<InsightSelectorsT>(value);
65 template <
typename InsightSelectorsT = Aws::Vector<InsightSelector>>
70 template <
typename InsightSelectorsT = InsightSelector>
72 m_insightSelectorsHasBeenSet =
true;
73 m_insightSelectors.emplace_back(std::forward<InsightSelectorsT>(value));
83 template <
typename EventDataStoreArnT = Aws::String>
85 m_eventDataStoreArnHasBeenSet =
true;
86 m_eventDataStoreArn = std::forward<EventDataStoreArnT>(value);
88 template <
typename EventDataStoreArnT = Aws::String>
100 template <
typename InsightsDestinationT = Aws::String>
102 m_insightsDestinationHasBeenSet =
true;
103 m_insightsDestination = std::forward<InsightsDestinationT>(value);
105 template <
typename InsightsDestinationT = Aws::String>
115 template <
typename RequestIdT = Aws::String>
117 m_requestIdHasBeenSet =
true;
118 m_requestId = std::forward<RequestIdT>(value);
120 template <
typename RequestIdT = Aws::String>
139 bool m_trailARNHasBeenSet =
false;
140 bool m_insightSelectorsHasBeenSet =
false;
141 bool m_eventDataStoreArnHasBeenSet =
false;
142 bool m_insightsDestinationHasBeenSet =
false;
143 bool m_requestIdHasBeenSet =
false;
GetInsightSelectorsResult & WithEventDataStoreArn(EventDataStoreArnT &&value)
GetInsightSelectorsResult & WithTrailARN(TrailARNT &&value)
void SetRequestId(RequestIdT &&value)
GetInsightSelectorsResult & WithRequestId(RequestIdT &&value)
void SetTrailARN(TrailARNT &&value)
void SetInsightSelectors(InsightSelectorsT &&value)
void SetEventDataStoreArn(EventDataStoreArnT &&value)
const Aws::String & GetEventDataStoreArn() const
AWS_CLOUDTRAIL_API GetInsightSelectorsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CLOUDTRAIL_API GetInsightSelectorsResult()=default
const Aws::String & GetRequestId() const
GetInsightSelectorsResult & WithInsightsDestination(InsightsDestinationT &&value)
GetInsightSelectorsResult & AddInsightSelectors(InsightSelectorsT &&value)
const Aws::Vector< InsightSelector > & GetInsightSelectors() const
const Aws::String & GetTrailARN() const
AWS_CLOUDTRAIL_API GetInsightSelectorsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetInsightSelectorsResult & WithInsightSelectors(InsightSelectorsT &&value)
void SetInsightsDestination(InsightsDestinationT &&value)
const Aws::String & GetInsightsDestination() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue