7#include <aws/glacier/Glacier_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
49 template<
typename SNSTopicT = Aws::String>
50 void SetSNSTopic(SNSTopicT&& value) { m_sNSTopicHasBeenSet =
true; m_sNSTopic = std::forward<SNSTopicT>(value); }
51 template<
typename SNSTopicT = Aws::String>
62 template<
typename EventsT = Aws::Vector<Aws::String>>
63 void SetEvents(EventsT&& value) { m_eventsHasBeenSet =
true; m_events = std::forward<EventsT>(value); }
64 template<
typename EventsT = Aws::Vector<Aws::String>>
66 template<
typename EventsT = Aws::String>
72 bool m_sNSTopicHasBeenSet =
false;
75 bool m_eventsHasBeenSet =
false;
void SetEvents(EventsT &&value)
AWS_GLACIER_API VaultNotificationConfig(Aws::Utils::Json::JsonView jsonValue)
VaultNotificationConfig & WithEvents(EventsT &&value)
VaultNotificationConfig & WithSNSTopic(SNSTopicT &&value)
const Aws::Vector< Aws::String > & GetEvents() const
VaultNotificationConfig & AddEvents(EventsT &&value)
AWS_GLACIER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLACIER_API VaultNotificationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLACIER_API VaultNotificationConfig()=default
const Aws::String & GetSNSTopic() const
void SetSNSTopic(SNSTopicT &&value)
bool SNSTopicHasBeenSet() const
bool EventsHasBeenSet() 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