7#include <aws/socialmessaging/SocialMessaging_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/socialmessaging/model/LinkedWhatsAppBusinessAccountIdMetaData.h>
23namespace SocialMessaging
50 template<
typename AssociateInProgressTokenT = Aws::String>
51 void SetAssociateInProgressToken(AssociateInProgressTokenT&& value) { m_associateInProgressTokenHasBeenSet =
true; m_associateInProgressToken = std::forward<AssociateInProgressTokenT>(value); }
52 template<
typename AssociateInProgressTokenT = Aws::String>
63 template<
typename LinkedAccountsWithIncompleteSetupT = Aws::Map<Aws::String, LinkedWhatsAppBusinessAccountIdMetaData>>
64 void SetLinkedAccountsWithIncompleteSetup(LinkedAccountsWithIncompleteSetupT&& value) { m_linkedAccountsWithIncompleteSetupHasBeenSet =
true; m_linkedAccountsWithIncompleteSetup = std::forward<LinkedAccountsWithIncompleteSetupT>(value); }
65 template<
typename LinkedAccountsWithIncompleteSetupT = Aws::Map<Aws::String, LinkedWhatsAppBusinessAccountIdMetaData>>
67 template<
typename LinkedAccountsWithIncompleteSetupKeyT = Aws::String,
typename LinkedAccountsWithIncompleteSetupValueT = LinkedWhatsAppBusinessAccountIdMetaData>
69 m_linkedAccountsWithIncompleteSetupHasBeenSet =
true; m_linkedAccountsWithIncompleteSetup.emplace(std::forward<LinkedAccountsWithIncompleteSetupKeyT>(key), std::forward<LinkedAccountsWithIncompleteSetupValueT>(value));
return *
this;
75 bool m_associateInProgressTokenHasBeenSet =
false;
78 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