7#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/cloudtrail/model/AdvancedEventSelector.h>
49 inline void SetApplyToAllRegions(
bool value) { m_applyToAllRegionsHasBeenSet =
true; m_applyToAllRegions = value; }
68 bool m_applyToAllRegions;
69 bool m_applyToAllRegionsHasBeenSet =
false;
72 bool m_advancedEventSelectorsHasBeenSet =
false;
void SetAdvancedEventSelectors(const Aws::Vector< AdvancedEventSelector > &value)
SourceConfig & WithAdvancedEventSelectors(Aws::Vector< AdvancedEventSelector > &&value)
const Aws::Vector< AdvancedEventSelector > & GetAdvancedEventSelectors() const
SourceConfig & WithApplyToAllRegions(bool value)
AWS_CLOUDTRAIL_API SourceConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
SourceConfig & AddAdvancedEventSelectors(const AdvancedEventSelector &value)
bool ApplyToAllRegionsHasBeenSet() const
SourceConfig & WithAdvancedEventSelectors(const Aws::Vector< AdvancedEventSelector > &value)
AWS_CLOUDTRAIL_API SourceConfig()
SourceConfig & AddAdvancedEventSelectors(AdvancedEventSelector &&value)
bool AdvancedEventSelectorsHasBeenSet() const
bool GetApplyToAllRegions() const
void SetApplyToAllRegions(bool value)
AWS_CLOUDTRAIL_API SourceConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDTRAIL_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAdvancedEventSelectors(Aws::Vector< AdvancedEventSelector > &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue