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;
45 inline void SetTrailARN(
const char* value) { m_trailARN.assign(value); }
98 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
PutInsightSelectorsResult & WithInsightSelectors(const Aws::Vector< InsightSelector > &value)
void SetInsightsDestination(const Aws::String &value)
PutInsightSelectorsResult & WithInsightSelectors(Aws::Vector< InsightSelector > &&value)
void SetRequestId(const char *value)
void SetEventDataStoreArn(const char *value)
void SetEventDataStoreArn(const Aws::String &value)
void SetInsightSelectors(const Aws::Vector< InsightSelector > &value)
void SetEventDataStoreArn(Aws::String &&value)
PutInsightSelectorsResult & WithRequestId(Aws::String &&value)
const Aws::Vector< InsightSelector > & GetInsightSelectors() const
AWS_CLOUDTRAIL_API PutInsightSelectorsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(const Aws::String &value)
PutInsightSelectorsResult & WithRequestId(const Aws::String &value)
void SetTrailARN(const char *value)
const Aws::String & GetEventDataStoreArn() const
AWS_CLOUDTRAIL_API PutInsightSelectorsResult()
const Aws::String & GetRequestId() const
PutInsightSelectorsResult & WithRequestId(const char *value)
PutInsightSelectorsResult & WithTrailARN(const Aws::String &value)
void SetInsightSelectors(Aws::Vector< InsightSelector > &&value)
PutInsightSelectorsResult & WithInsightsDestination(const char *value)
PutInsightSelectorsResult & WithEventDataStoreArn(const Aws::String &value)
AWS_CLOUDTRAIL_API PutInsightSelectorsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PutInsightSelectorsResult & WithInsightsDestination(Aws::String &&value)
const Aws::String & GetTrailARN() const
PutInsightSelectorsResult & WithEventDataStoreArn(const char *value)
void SetInsightsDestination(const char *value)
void SetInsightsDestination(Aws::String &&value)
PutInsightSelectorsResult & AddInsightSelectors(const InsightSelector &value)
PutInsightSelectorsResult & WithEventDataStoreArn(Aws::String &&value)
PutInsightSelectorsResult & AddInsightSelectors(InsightSelector &&value)
void SetTrailARN(const Aws::String &value)
PutInsightSelectorsResult & WithInsightsDestination(const Aws::String &value)
void SetRequestId(Aws::String &&value)
const Aws::String & GetInsightsDestination() const
PutInsightSelectorsResult & WithTrailARN(const char *value)
void SetTrailARN(Aws::String &&value)
PutInsightSelectorsResult & WithTrailARN(Aws::String &&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