AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
WhatsAppSignupCallbackResult.h
1
6#pragma once
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>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace SocialMessaging
24{
25namespace Model
26{
27
34 {
35 public:
36 AWS_SOCIALMESSAGING_API WhatsAppSignupCallbackResult();
37 AWS_SOCIALMESSAGING_API WhatsAppSignupCallbackResult(Aws::Utils::Json::JsonView jsonValue);
39 AWS_SOCIALMESSAGING_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
48 inline const Aws::String& GetAssociateInProgressToken() const{ return m_associateInProgressToken; }
49 inline bool AssociateInProgressTokenHasBeenSet() const { return m_associateInProgressTokenHasBeenSet; }
50 inline void SetAssociateInProgressToken(const Aws::String& value) { m_associateInProgressTokenHasBeenSet = true; m_associateInProgressToken = value; }
51 inline void SetAssociateInProgressToken(Aws::String&& value) { m_associateInProgressTokenHasBeenSet = true; m_associateInProgressToken = std::move(value); }
52 inline void SetAssociateInProgressToken(const char* value) { m_associateInProgressTokenHasBeenSet = true; m_associateInProgressToken.assign(value); }
57
59
63 inline const Aws::Map<Aws::String, LinkedWhatsAppBusinessAccountIdMetaData>& GetLinkedAccountsWithIncompleteSetup() const{ return m_linkedAccountsWithIncompleteSetup; }
64 inline bool LinkedAccountsWithIncompleteSetupHasBeenSet() const { return m_linkedAccountsWithIncompleteSetupHasBeenSet; }
65 inline void SetLinkedAccountsWithIncompleteSetup(const Aws::Map<Aws::String, LinkedWhatsAppBusinessAccountIdMetaData>& value) { m_linkedAccountsWithIncompleteSetupHasBeenSet = true; m_linkedAccountsWithIncompleteSetup = value; }
66 inline void SetLinkedAccountsWithIncompleteSetup(Aws::Map<Aws::String, LinkedWhatsAppBusinessAccountIdMetaData>&& value) { m_linkedAccountsWithIncompleteSetupHasBeenSet = true; m_linkedAccountsWithIncompleteSetup = std::move(value); }
69 inline WhatsAppSignupCallbackResult& AddLinkedAccountsWithIncompleteSetup(const Aws::String& key, const LinkedWhatsAppBusinessAccountIdMetaData& value) { m_linkedAccountsWithIncompleteSetupHasBeenSet = true; m_linkedAccountsWithIncompleteSetup.emplace(key, value); return *this; }
70 inline WhatsAppSignupCallbackResult& AddLinkedAccountsWithIncompleteSetup(Aws::String&& key, const LinkedWhatsAppBusinessAccountIdMetaData& value) { m_linkedAccountsWithIncompleteSetupHasBeenSet = true; m_linkedAccountsWithIncompleteSetup.emplace(std::move(key), value); return *this; }
71 inline WhatsAppSignupCallbackResult& AddLinkedAccountsWithIncompleteSetup(const Aws::String& key, LinkedWhatsAppBusinessAccountIdMetaData&& value) { m_linkedAccountsWithIncompleteSetupHasBeenSet = true; m_linkedAccountsWithIncompleteSetup.emplace(key, std::move(value)); return *this; }
72 inline WhatsAppSignupCallbackResult& AddLinkedAccountsWithIncompleteSetup(Aws::String&& key, LinkedWhatsAppBusinessAccountIdMetaData&& value) { m_linkedAccountsWithIncompleteSetupHasBeenSet = true; m_linkedAccountsWithIncompleteSetup.emplace(std::move(key), std::move(value)); return *this; }
73 inline WhatsAppSignupCallbackResult& AddLinkedAccountsWithIncompleteSetup(const char* key, LinkedWhatsAppBusinessAccountIdMetaData&& value) { m_linkedAccountsWithIncompleteSetupHasBeenSet = true; m_linkedAccountsWithIncompleteSetup.emplace(key, std::move(value)); return *this; }
74 inline WhatsAppSignupCallbackResult& AddLinkedAccountsWithIncompleteSetup(const char* key, const LinkedWhatsAppBusinessAccountIdMetaData& value) { m_linkedAccountsWithIncompleteSetupHasBeenSet = true; m_linkedAccountsWithIncompleteSetup.emplace(key, value); return *this; }
76 private:
77
78 Aws::String m_associateInProgressToken;
79 bool m_associateInProgressTokenHasBeenSet = false;
80
82 bool m_linkedAccountsWithIncompleteSetupHasBeenSet = false;
83 };
84
85} // namespace Model
86} // namespace SocialMessaging
87} // namespace Aws
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
WhatsAppSignupCallbackResult & WithLinkedAccountsWithIncompleteSetup(Aws::Map< Aws::String, LinkedWhatsAppBusinessAccountIdMetaData > &&value)
WhatsAppSignupCallbackResult & WithAssociateInProgressToken(const char *value)
WhatsAppSignupCallbackResult & AddLinkedAccountsWithIncompleteSetup(const char *key, LinkedWhatsAppBusinessAccountIdMetaData &&value)
WhatsAppSignupCallbackResult & WithAssociateInProgressToken(const Aws::String &value)
void SetLinkedAccountsWithIncompleteSetup(Aws::Map< Aws::String, LinkedWhatsAppBusinessAccountIdMetaData > &&value)
WhatsAppSignupCallbackResult & WithAssociateInProgressToken(Aws::String &&value)
WhatsAppSignupCallbackResult & AddLinkedAccountsWithIncompleteSetup(const char *key, const LinkedWhatsAppBusinessAccountIdMetaData &value)
WhatsAppSignupCallbackResult & AddLinkedAccountsWithIncompleteSetup(const Aws::String &key, LinkedWhatsAppBusinessAccountIdMetaData &&value)
AWS_SOCIALMESSAGING_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLinkedAccountsWithIncompleteSetup(const Aws::Map< Aws::String, LinkedWhatsAppBusinessAccountIdMetaData > &value)
WhatsAppSignupCallbackResult & AddLinkedAccountsWithIncompleteSetup(Aws::String &&key, LinkedWhatsAppBusinessAccountIdMetaData &&value)
WhatsAppSignupCallbackResult & WithLinkedAccountsWithIncompleteSetup(const Aws::Map< Aws::String, LinkedWhatsAppBusinessAccountIdMetaData > &value)
WhatsAppSignupCallbackResult & AddLinkedAccountsWithIncompleteSetup(const Aws::String &key, const LinkedWhatsAppBusinessAccountIdMetaData &value)
WhatsAppSignupCallbackResult & AddLinkedAccountsWithIncompleteSetup(Aws::String &&key, const LinkedWhatsAppBusinessAccountIdMetaData &value)
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