7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/socialmessaging/SocialMessaging_EXPORTS.h>
10#include <aws/socialmessaging/model/LinkedWhatsAppBusinessAccountIdMetaData.h>
21namespace SocialMessaging {
44 template <
typename AssociateInProgressTokenT = Aws::String>
46 m_associateInProgressTokenHasBeenSet =
true;
47 m_associateInProgressToken = std::forward<AssociateInProgressTokenT>(value);
49 template <
typename AssociateInProgressTokenT = Aws::String>
62 return m_linkedAccountsWithIncompleteSetup;
65 template <
typename LinkedAccountsWithIncompleteSetupT = Aws::Map<Aws::String, LinkedWhatsAppBusinessAccountIdMetaData>>
67 m_linkedAccountsWithIncompleteSetupHasBeenSet =
true;
68 m_linkedAccountsWithIncompleteSetup = std::forward<LinkedAccountsWithIncompleteSetupT>(value);
70 template <
typename LinkedAccountsWithIncompleteSetupT = Aws::Map<Aws::String, LinkedWhatsAppBusinessAccountIdMetaData>>
75 template <
typename LinkedAccountsWithIncompleteSetupKeyT =
Aws::String,
78 LinkedAccountsWithIncompleteSetupValueT&& value) {
79 m_linkedAccountsWithIncompleteSetupHasBeenSet =
true;
80 m_linkedAccountsWithIncompleteSetup.emplace(std::forward<LinkedAccountsWithIncompleteSetupKeyT>(key),
81 std::forward<LinkedAccountsWithIncompleteSetupValueT>(value));
89 bool m_associateInProgressTokenHasBeenSet =
false;
90 bool m_linkedAccountsWithIncompleteSetupHasBeenSet =
false;
AWS_SOCIALMESSAGING_API WhatsAppSignupCallbackResult(Aws::Utils::Json::JsonView jsonValue)
AWS_SOCIALMESSAGING_API WhatsAppSignupCallbackResult & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, LinkedWhatsAppBusinessAccountIdMetaData > & GetLinkedAccountsWithIncompleteSetup() const
AWS_SOCIALMESSAGING_API WhatsAppSignupCallbackResult()=default
WhatsAppSignupCallbackResult & WithAssociateInProgressToken(AssociateInProgressTokenT &&value)
bool LinkedAccountsWithIncompleteSetupHasBeenSet() const
WhatsAppSignupCallbackResult & AddLinkedAccountsWithIncompleteSetup(LinkedAccountsWithIncompleteSetupKeyT &&key, LinkedAccountsWithIncompleteSetupValueT &&value)
void SetAssociateInProgressToken(AssociateInProgressTokenT &&value)
AWS_SOCIALMESSAGING_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLinkedAccountsWithIncompleteSetup(LinkedAccountsWithIncompleteSetupT &&value)
const Aws::String & GetAssociateInProgressToken() const
WhatsAppSignupCallbackResult & WithLinkedAccountsWithIncompleteSetup(LinkedAccountsWithIncompleteSetupT &&value)
bool AssociateInProgressTokenHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue