7#include <aws/fsx/FSx_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/fsx/model/EventType.h>
60 template<
typename EventsT = Aws::Vector<EventType>>
61 void SetEvents(EventsT&& value) { m_eventsHasBeenSet =
true; m_events = std::forward<EventsT>(value); }
62 template<
typename EventsT = Aws::Vector<EventType>>
69 bool m_eventsHasBeenSet =
false;
AWS_FSX_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEvents(EventsT &&value)
AWS_FSX_API AutoImportPolicy(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< EventType > & GetEvents() const
bool EventsHasBeenSet() const
AWS_FSX_API AutoImportPolicy()=default
AWS_FSX_API AutoImportPolicy & operator=(Aws::Utils::Json::JsonView jsonValue)
AutoImportPolicy & AddEvents(EventType value)
AutoImportPolicy & WithEvents(EventsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue