7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/socialmessaging/SocialMessaging_EXPORTS.h>
10#include <aws/socialmessaging/model/Tag.h>
11#include <aws/socialmessaging/model/WhatsAppBusinessAccountEventDestination.h>
22namespace SocialMessaging {
45 template <
typename IdT = Aws::String>
47 m_idHasBeenSet =
true;
48 m_id = std::forward<IdT>(value);
50 template <
typename IdT = Aws::String>
52 SetId(std::forward<IdT>(value));
63 template <
typename EventDestinationsT = Aws::Vector<WhatsAppBusinessAccountEventDestination>>
65 m_eventDestinationsHasBeenSet =
true;
66 m_eventDestinations = std::forward<EventDestinationsT>(value);
68 template <
typename EventDestinationsT = Aws::Vector<WhatsAppBusinessAccountEventDestination>>
73 template <
typename EventDestinationsT = WhatsAppBusinessAccountEventDestination>
75 m_eventDestinationsHasBeenSet =
true;
76 m_eventDestinations.emplace_back(std::forward<EventDestinationsT>(value));
87 template <
typename TagsT = Aws::Vector<Tag>>
89 m_tagsHasBeenSet =
true;
90 m_tags = std::forward<TagsT>(value);
92 template <
typename TagsT = Aws::Vector<Tag>>
94 SetTags(std::forward<TagsT>(value));
97 template <
typename TagsT = Tag>
99 m_tagsHasBeenSet =
true;
100 m_tags.emplace_back(std::forward<TagsT>(value));
110 bool m_idHasBeenSet =
false;
111 bool m_eventDestinationsHasBeenSet =
false;
112 bool m_tagsHasBeenSet =
false;
AWS_SOCIALMESSAGING_API WabaSetupFinalization(Aws::Utils::Json::JsonView jsonValue)
WabaSetupFinalization & WithId(IdT &&value)
AWS_SOCIALMESSAGING_API WabaSetupFinalization & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEventDestinations(EventDestinationsT &&value)
const Aws::Vector< WhatsAppBusinessAccountEventDestination > & GetEventDestinations() const
void SetTags(TagsT &&value)
bool EventDestinationsHasBeenSet() const
WabaSetupFinalization & WithTags(TagsT &&value)
const Aws::String & GetId() const
bool IdHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
AWS_SOCIALMESSAGING_API Aws::Utils::Json::JsonValue Jsonize() const
WabaSetupFinalization & AddEventDestinations(EventDestinationsT &&value)
WabaSetupFinalization & AddTags(TagsT &&value)
bool TagsHasBeenSet() const
WabaSetupFinalization & WithEventDestinations(EventDestinationsT &&value)
AWS_SOCIALMESSAGING_API WabaSetupFinalization()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue