7#include <aws/socialmessaging/SocialMessaging_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/socialmessaging/model/RegistrationStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/socialmessaging/model/WhatsAppBusinessAccountEventDestination.h>
25namespace SocialMessaging
52 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
53 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
67 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
68 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
82 inline void SetWabaId(
const char* value) { m_wabaIdHasBeenSet =
true; m_wabaId.assign(value); }
120 inline void SetWabaName(
const char* value) { m_wabaNameHasBeenSet =
true; m_wabaName.assign(value); }
142 bool m_arnHasBeenSet =
false;
145 bool m_idHasBeenSet =
false;
148 bool m_wabaIdHasBeenSet =
false;
151 bool m_registrationStatusHasBeenSet =
false;
154 bool m_linkDateHasBeenSet =
false;
157 bool m_wabaNameHasBeenSet =
false;
160 bool m_eventDestinationsHasBeenSet =
false;
bool LinkDateHasBeenSet() const
LinkedWhatsAppBusinessAccountSummary & WithArn(Aws::String &&value)
AWS_SOCIALMESSAGING_API LinkedWhatsAppBusinessAccountSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLinkDate(const Aws::Utils::DateTime &value)
const RegistrationStatus & GetRegistrationStatus() const
LinkedWhatsAppBusinessAccountSummary & WithRegistrationStatus(RegistrationStatus &&value)
void SetEventDestinations(Aws::Vector< WhatsAppBusinessAccountEventDestination > &&value)
const Aws::String & GetWabaId() const
LinkedWhatsAppBusinessAccountSummary & WithId(Aws::String &&value)
LinkedWhatsAppBusinessAccountSummary & WithWabaId(Aws::String &&value)
LinkedWhatsAppBusinessAccountSummary & WithArn(const Aws::String &value)
void SetWabaId(Aws::String &&value)
void SetEventDestinations(const Aws::Vector< WhatsAppBusinessAccountEventDestination > &value)
bool ArnHasBeenSet() const
void SetWabaId(const Aws::String &value)
void SetWabaName(Aws::String &&value)
void SetWabaName(const char *value)
void SetWabaName(const Aws::String &value)
AWS_SOCIALMESSAGING_API LinkedWhatsAppBusinessAccountSummary(Aws::Utils::Json::JsonView jsonValue)
void SetArn(Aws::String &&value)
LinkedWhatsAppBusinessAccountSummary & WithId(const Aws::String &value)
bool WabaNameHasBeenSet() const
LinkedWhatsAppBusinessAccountSummary & WithWabaName(Aws::String &&value)
void SetId(const Aws::String &value)
LinkedWhatsAppBusinessAccountSummary & AddEventDestinations(WhatsAppBusinessAccountEventDestination &&value)
void SetRegistrationStatus(RegistrationStatus &&value)
void SetRegistrationStatus(const RegistrationStatus &value)
const Aws::String & GetWabaName() const
LinkedWhatsAppBusinessAccountSummary & AddEventDestinations(const WhatsAppBusinessAccountEventDestination &value)
LinkedWhatsAppBusinessAccountSummary & WithRegistrationStatus(const RegistrationStatus &value)
const Aws::Vector< WhatsAppBusinessAccountEventDestination > & GetEventDestinations() const
AWS_SOCIALMESSAGING_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SOCIALMESSAGING_API LinkedWhatsAppBusinessAccountSummary()
void SetWabaId(const char *value)
LinkedWhatsAppBusinessAccountSummary & WithEventDestinations(const Aws::Vector< WhatsAppBusinessAccountEventDestination > &value)
const Aws::Utils::DateTime & GetLinkDate() const
void SetLinkDate(Aws::Utils::DateTime &&value)
LinkedWhatsAppBusinessAccountSummary & WithLinkDate(Aws::Utils::DateTime &&value)
bool IdHasBeenSet() const
const Aws::String & GetId() const
LinkedWhatsAppBusinessAccountSummary & WithLinkDate(const Aws::Utils::DateTime &value)
bool RegistrationStatusHasBeenSet() const
LinkedWhatsAppBusinessAccountSummary & WithId(const char *value)
bool WabaIdHasBeenSet() const
LinkedWhatsAppBusinessAccountSummary & WithWabaId(const char *value)
LinkedWhatsAppBusinessAccountSummary & WithWabaName(const Aws::String &value)
void SetArn(const Aws::String &value)
LinkedWhatsAppBusinessAccountSummary & WithArn(const char *value)
void SetArn(const char *value)
LinkedWhatsAppBusinessAccountSummary & WithWabaName(const char *value)
void SetId(const char *value)
bool EventDestinationsHasBeenSet() const
LinkedWhatsAppBusinessAccountSummary & WithWabaId(const Aws::String &value)
const Aws::String & GetArn() const
LinkedWhatsAppBusinessAccountSummary & WithEventDestinations(Aws::Vector< WhatsAppBusinessAccountEventDestination > &&value)
void SetId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue