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/WabaPhoneNumberSetupFinalization.h>
11#include <aws/socialmessaging/model/WabaSetupFinalization.h>
22namespace SocialMessaging {
46 template <
typename AssociateInProgressTokenT = Aws::String>
48 m_associateInProgressTokenHasBeenSet =
true;
49 m_associateInProgressToken = std::forward<AssociateInProgressTokenT>(value);
51 template <
typename AssociateInProgressTokenT = Aws::String>
65 template <
typename PhoneNumbersT = Aws::Vector<WabaPhoneNumberSetupFinalization>>
67 m_phoneNumbersHasBeenSet =
true;
68 m_phoneNumbers = std::forward<PhoneNumbersT>(value);
70 template <
typename PhoneNumbersT = Aws::Vector<WabaPhoneNumberSetupFinalization>>
75 template <
typename PhoneNumbersT = WabaPhoneNumberSetupFinalization>
77 m_phoneNumbersHasBeenSet =
true;
78 m_phoneNumbers.emplace_back(std::forward<PhoneNumbersT>(value));
90 template <
typename PhoneNumberParentT = Aws::String>
92 m_phoneNumberParentHasBeenSet =
true;
93 m_phoneNumberParent = std::forward<PhoneNumberParentT>(value);
95 template <
typename PhoneNumberParentT = Aws::String>
110 template <
typename WabaT = WabaSetupFinalization>
112 m_wabaHasBeenSet =
true;
113 m_waba = std::forward<WabaT>(value);
115 template <
typename WabaT = WabaSetupFinalization>
117 SetWaba(std::forward<WabaT>(value));
129 bool m_associateInProgressTokenHasBeenSet =
false;
130 bool m_phoneNumbersHasBeenSet =
false;
131 bool m_phoneNumberParentHasBeenSet =
false;
132 bool m_wabaHasBeenSet =
false;
bool WabaHasBeenSet() const
WhatsAppSetupFinalization & WithPhoneNumberParent(PhoneNumberParentT &&value)
AWS_SOCIALMESSAGING_API WhatsAppSetupFinalization()=default
WhatsAppSetupFinalization & WithPhoneNumbers(PhoneNumbersT &&value)
AWS_SOCIALMESSAGING_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPhoneNumberParent(PhoneNumberParentT &&value)
const WabaSetupFinalization & GetWaba() const
WhatsAppSetupFinalization & WithAssociateInProgressToken(AssociateInProgressTokenT &&value)
AWS_SOCIALMESSAGING_API WhatsAppSetupFinalization & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAssociateInProgressToken() const
const Aws::Vector< WabaPhoneNumberSetupFinalization > & GetPhoneNumbers() const
void SetWaba(WabaT &&value)
WhatsAppSetupFinalization & AddPhoneNumbers(PhoneNumbersT &&value)
bool PhoneNumberParentHasBeenSet() const
AWS_SOCIALMESSAGING_API WhatsAppSetupFinalization(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPhoneNumberParent() const
WhatsAppSetupFinalization & WithWaba(WabaT &&value)
void SetAssociateInProgressToken(AssociateInProgressTokenT &&value)
void SetPhoneNumbers(PhoneNumbersT &&value)
bool PhoneNumbersHasBeenSet() const
bool AssociateInProgressTokenHasBeenSet() 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