7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/fsx/FSx_EXPORTS.h>
9#include <aws/fsx/model/EventType.h>
56 template <
typename EventsT = Aws::Vector<EventType>>
58 m_eventsHasBeenSet =
true;
59 m_events = std::forward<EventsT>(value);
61 template <
typename EventsT = Aws::Vector<EventType>>
67 m_eventsHasBeenSet =
true;
68 m_events.push_back(value);
74 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