7#include <aws/dlm/DLM_EXPORTS.h>
8#include <aws/dlm/model/EventTypeValues.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
61 template<
typename SnapshotOwnerT = Aws::Vector<Aws::String>>
62 void SetSnapshotOwner(SnapshotOwnerT&& value) { m_snapshotOwnerHasBeenSet =
true; m_snapshotOwner = std::forward<SnapshotOwnerT>(value); }
63 template<
typename SnapshotOwnerT = Aws::Vector<Aws::String>>
65 template<
typename SnapshotOwnerT = Aws::String>
66 EventParameters&
AddSnapshotOwner(SnapshotOwnerT&& value) { m_snapshotOwnerHasBeenSet =
true; m_snapshotOwner.emplace_back(std::forward<SnapshotOwnerT>(value));
return *
this; }
81 template<
typename DescriptionRegexT = Aws::String>
82 void SetDescriptionRegex(DescriptionRegexT&& value) { m_descriptionRegexHasBeenSet =
true; m_descriptionRegex = std::forward<DescriptionRegexT>(value); }
83 template<
typename DescriptionRegexT = Aws::String>
89 bool m_eventTypeHasBeenSet =
false;
92 bool m_snapshotOwnerHasBeenSet =
false;
95 bool m_descriptionRegexHasBeenSet =
false;
AWS_DLM_API Aws::Utils::Json::JsonValue Jsonize() const
EventParameters & AddSnapshotOwner(SnapshotOwnerT &&value)
AWS_DLM_API EventParameters(Aws::Utils::Json::JsonView jsonValue)
EventTypeValues GetEventType() const
EventParameters & WithSnapshotOwner(SnapshotOwnerT &&value)
void SetSnapshotOwner(SnapshotOwnerT &&value)
const Aws::Vector< Aws::String > & GetSnapshotOwner() const
void SetEventType(EventTypeValues value)
AWS_DLM_API EventParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DLM_API EventParameters()=default
bool DescriptionRegexHasBeenSet() const
void SetDescriptionRegex(DescriptionRegexT &&value)
EventParameters & WithEventType(EventTypeValues value)
bool SnapshotOwnerHasBeenSet() const
EventParameters & WithDescriptionRegex(DescriptionRegexT &&value)
const Aws::String & GetDescriptionRegex() const
bool EventTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue