7#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
8#include <aws/cloudtrail/model/InsightSelector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename TrailARNT = Aws::String>
39 m_trailARNHasBeenSet =
true;
40 m_trailARN = std::forward<TrailARNT>(value);
42 template <
typename TrailARNT = Aws::String>
58 template <
typename InsightSelectorsT = Aws::Vector<InsightSelector>>
60 m_insightSelectorsHasBeenSet =
true;
61 m_insightSelectors = std::forward<InsightSelectorsT>(value);
63 template <
typename InsightSelectorsT = Aws::Vector<InsightSelector>>
68 template <
typename InsightSelectorsT = InsightSelector>
70 m_insightSelectorsHasBeenSet =
true;
71 m_insightSelectors.emplace_back(std::forward<InsightSelectorsT>(value));
82 template <
typename EventDataStoreArnT = Aws::String>
84 m_eventDataStoreArnHasBeenSet =
true;
85 m_eventDataStoreArn = std::forward<EventDataStoreArnT>(value);
87 template <
typename EventDataStoreArnT = Aws::String>
99 template <
typename InsightsDestinationT = Aws::String>
101 m_insightsDestinationHasBeenSet =
true;
102 m_insightsDestination = std::forward<InsightsDestinationT>(value);
104 template <
typename InsightsDestinationT = Aws::String>
114 template <
typename RequestIdT = Aws::String>
116 m_requestIdHasBeenSet =
true;
117 m_requestId = std::forward<RequestIdT>(value);
119 template <
typename RequestIdT = Aws::String>
135 bool m_trailARNHasBeenSet =
false;
136 bool m_insightSelectorsHasBeenSet =
false;
137 bool m_eventDataStoreArnHasBeenSet =
false;
138 bool m_insightsDestinationHasBeenSet =
false;
139 bool m_requestIdHasBeenSet =
false;
void SetTrailARN(TrailARNT &&value)
const Aws::Vector< InsightSelector > & GetInsightSelectors() const
AWS_CLOUDTRAIL_API PutInsightSelectorsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PutInsightSelectorsResult & WithEventDataStoreArn(EventDataStoreArnT &&value)
void SetEventDataStoreArn(EventDataStoreArnT &&value)
AWS_CLOUDTRAIL_API PutInsightSelectorsResult()=default
const Aws::String & GetEventDataStoreArn() const
PutInsightSelectorsResult & AddInsightSelectors(InsightSelectorsT &&value)
const Aws::String & GetRequestId() const
PutInsightSelectorsResult & WithTrailARN(TrailARNT &&value)
AWS_CLOUDTRAIL_API PutInsightSelectorsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetTrailARN() const
PutInsightSelectorsResult & WithInsightSelectors(InsightSelectorsT &&value)
void SetInsightSelectors(InsightSelectorsT &&value)
void SetInsightsDestination(InsightsDestinationT &&value)
const Aws::String & GetInsightsDestination() const
PutInsightSelectorsResult & WithRequestId(RequestIdT &&value)
PutInsightSelectorsResult & WithInsightsDestination(InsightsDestinationT &&value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue