7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/inspector2/Inspector2_EXPORTS.h>
9#include <aws/inspector2/model/ContinuousIntegrationScanEvent.h>
43 template <
typename SupportedEventsT = Aws::Vector<ContinuousIntegrationScanEvent>>
45 m_supportedEventsHasBeenSet =
true;
46 m_supportedEvents = std::forward<SupportedEventsT>(value);
48 template <
typename SupportedEventsT = Aws::Vector<ContinuousIntegrationScanEvent>>
54 m_supportedEventsHasBeenSet =
true;
55 m_supportedEvents.push_back(value);
61 bool m_supportedEventsHasBeenSet =
false;
void SetSupportedEvents(SupportedEventsT &&value)
AWS_INSPECTOR2_API ContinuousIntegrationScanConfiguration()=default
AWS_INSPECTOR2_API ContinuousIntegrationScanConfiguration(Aws::Utils::Json::JsonView jsonValue)
ContinuousIntegrationScanConfiguration & AddSupportedEvents(ContinuousIntegrationScanEvent value)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
bool SupportedEventsHasBeenSet() const
const Aws::Vector< ContinuousIntegrationScanEvent > & GetSupportedEvents() const
AWS_INSPECTOR2_API ContinuousIntegrationScanConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ContinuousIntegrationScanConfiguration & WithSupportedEvents(SupportedEventsT &&value)
ContinuousIntegrationScanEvent
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue