7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename IsoCountryCodeT = Aws::String>
49 void SetIsoCountryCode(IsoCountryCodeT&& value) { m_isoCountryCodeHasBeenSet =
true; m_isoCountryCode = std::forward<IsoCountryCodeT>(value); }
50 template<
typename IsoCountryCodeT = Aws::String>
62 template<
typename PhoneNumberT = Aws::String>
63 void SetPhoneNumber(PhoneNumberT&& value) { m_phoneNumberHasBeenSet =
true; m_phoneNumber = std::forward<PhoneNumberT>(value); }
64 template<
typename PhoneNumberT = Aws::String>
70 bool m_isoCountryCodeHasBeenSet =
false;
73 bool m_phoneNumberHasBeenSet =
false;
AWS_PINPOINT_API NumberValidateRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PhoneNumberHasBeenSet() const
AWS_PINPOINT_API NumberValidateRequest()=default
const Aws::String & GetPhoneNumber() const
AWS_PINPOINT_API NumberValidateRequest(Aws::Utils::Json::JsonView jsonValue)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetIsoCountryCode() const
NumberValidateRequest & WithIsoCountryCode(IsoCountryCodeT &&value)
NumberValidateRequest & WithPhoneNumber(PhoneNumberT &&value)
bool IsoCountryCodeHasBeenSet() const
void SetPhoneNumber(PhoneNumberT &&value)
void SetIsoCountryCode(IsoCountryCodeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue