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