7#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/cloudtrail/model/InsightSelector.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename TrailARNT = Aws::String>
44 void SetTrailARN(TrailARNT&& value) { m_trailARNHasBeenSet =
true; m_trailARN = std::forward<TrailARNT>(value); }
45 template<
typename TrailARNT = Aws::String>
56 template<
typename InsightSelectorsT = Aws::Vector<InsightSelector>>
57 void SetInsightSelectors(InsightSelectorsT&& value) { m_insightSelectorsHasBeenSet =
true; m_insightSelectors = std::forward<InsightSelectorsT>(value); }
58 template<
typename InsightSelectorsT = Aws::Vector<InsightSelector>>
60 template<
typename InsightSelectorsT = InsightSelector>
70 template<
typename EventDataStoreArnT = Aws::String>
71 void SetEventDataStoreArn(EventDataStoreArnT&& value) { m_eventDataStoreArnHasBeenSet =
true; m_eventDataStoreArn = std::forward<EventDataStoreArnT>(value); }
72 template<
typename EventDataStoreArnT = Aws::String>
81 template<
typename InsightsDestinationT = Aws::String>
82 void SetInsightsDestination(InsightsDestinationT&& value) { m_insightsDestinationHasBeenSet =
true; m_insightsDestination = std::forward<InsightsDestinationT>(value); }
83 template<
typename InsightsDestinationT = Aws::String>
90 template<
typename RequestIdT = Aws::String>
91 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
92 template<
typename RequestIdT = Aws::String>
98 bool m_trailARNHasBeenSet =
false;
101 bool m_insightSelectorsHasBeenSet =
false;
104 bool m_eventDataStoreArnHasBeenSet =
false;
107 bool m_insightsDestinationHasBeenSet =
false;
110 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