7#include <aws/socialmessaging/SocialMessaging_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/socialmessaging/model/WhatsAppBusinessAccountEventDestination.h>
11#include <aws/socialmessaging/model/Tag.h>
24namespace SocialMessaging
51 template<
typename IdT = Aws::String>
52 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
53 template<
typename IdT = Aws::String>
63 template<
typename EventDestinationsT = Aws::Vector<WhatsAppBusinessAccountEventDestination>>
64 void SetEventDestinations(EventDestinationsT&& value) { m_eventDestinationsHasBeenSet =
true; m_eventDestinations = std::forward<EventDestinationsT>(value); }
65 template<
typename EventDestinationsT = Aws::Vector<WhatsAppBusinessAccountEventDestination>>
67 template<
typename EventDestinationsT = WhatsAppBusinessAccountEventDestination>
77 template<
typename TagsT = Aws::Vector<Tag>>
78 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
79 template<
typename TagsT = Aws::Vector<Tag>>
81 template<
typename TagsT = Tag>
87 bool m_idHasBeenSet =
false;
90 bool m_eventDestinationsHasBeenSet =
false;
93 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