7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/socialmessaging/SocialMessaging_EXPORTS.h>
10#include <aws/socialmessaging/model/Tag.h>
21namespace SocialMessaging {
47 template <
typename IdT = Aws::String>
49 m_idHasBeenSet =
true;
50 m_id = std::forward<IdT>(value);
52 template <
typename IdT = Aws::String>
54 SetId(std::forward<IdT>(value));
68 template <
typename TwoFactorPinT = Aws::String>
70 m_twoFactorPinHasBeenSet =
true;
71 m_twoFactorPin = std::forward<TwoFactorPinT>(value);
73 template <
typename TwoFactorPinT = Aws::String>
98 template <
typename DataLocalizationRegionT = Aws::String>
100 m_dataLocalizationRegionHasBeenSet =
true;
101 m_dataLocalizationRegion = std::forward<DataLocalizationRegionT>(value);
103 template <
typename DataLocalizationRegionT = Aws::String>
116 template <
typename TagsT = Aws::Vector<Tag>>
118 m_tagsHasBeenSet =
true;
119 m_tags = std::forward<TagsT>(value);
121 template <
typename TagsT = Aws::Vector<Tag>>
123 SetTags(std::forward<TagsT>(value));
126 template <
typename TagsT = Tag>
128 m_tagsHasBeenSet =
true;
129 m_tags.emplace_back(std::forward<TagsT>(value));
141 bool m_idHasBeenSet =
false;
142 bool m_twoFactorPinHasBeenSet =
false;
143 bool m_dataLocalizationRegionHasBeenSet =
false;
144 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