7#include <aws/socialmessaging/SocialMessaging_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/socialmessaging/model/Tag.h>
23namespace SocialMessaging
53 template<
typename IdT = Aws::String>
54 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
55 template<
typename IdT = Aws::String>
68 template<
typename TwoFactorPinT = Aws::String>
69 void SetTwoFactorPin(TwoFactorPinT&& value) { m_twoFactorPinHasBeenSet =
true; m_twoFactorPin = std::forward<TwoFactorPinT>(value); }
70 template<
typename TwoFactorPinT = Aws::String>
92 template<
typename DataLocalizationRegionT = Aws::String>
93 void SetDataLocalizationRegion(DataLocalizationRegionT&& value) { m_dataLocalizationRegionHasBeenSet =
true; m_dataLocalizationRegion = std::forward<DataLocalizationRegionT>(value); }
94 template<
typename DataLocalizationRegionT = Aws::String>
104 template<
typename TagsT = Aws::Vector<Tag>>
105 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
106 template<
typename TagsT = Aws::Vector<Tag>>
108 template<
typename TagsT = Tag>
114 bool m_idHasBeenSet =
false;
117 bool m_twoFactorPinHasBeenSet =
false;
120 bool m_dataLocalizationRegionHasBeenSet =
false;
123 bool m_tagsHasBeenSet =
false;
AWS_SOCIALMESSAGING_API WabaPhoneNumberSetupFinalization(Aws::Utils::Json::JsonView jsonValue)
WabaPhoneNumberSetupFinalization & WithTwoFactorPin(TwoFactorPinT &&value)
const Aws::String & GetDataLocalizationRegion() const
WabaPhoneNumberSetupFinalization & AddTags(TagsT &&value)
bool TwoFactorPinHasBeenSet() const
void SetTwoFactorPin(TwoFactorPinT &&value)
WabaPhoneNumberSetupFinalization & WithDataLocalizationRegion(DataLocalizationRegionT &&value)
bool DataLocalizationRegionHasBeenSet() const
bool TagsHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
AWS_SOCIALMESSAGING_API WabaPhoneNumberSetupFinalization & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SOCIALMESSAGING_API WabaPhoneNumberSetupFinalization()=default
const Aws::String & GetId() const
bool IdHasBeenSet() const
void SetTags(TagsT &&value)
AWS_SOCIALMESSAGING_API Aws::Utils::Json::JsonValue Jsonize() const
WabaPhoneNumberSetupFinalization & WithId(IdT &&value)
WabaPhoneNumberSetupFinalization & WithTags(TagsT &&value)
void SetDataLocalizationRegion(DataLocalizationRegionT &&value)
const Aws::String & GetTwoFactorPin() 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