7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pinpoint/Pinpoint_EXPORTS.h>
42 template <
typename IsoCountryCodeT = Aws::String>
44 m_isoCountryCodeHasBeenSet =
true;
45 m_isoCountryCode = std::forward<IsoCountryCodeT>(value);
47 template <
typename IsoCountryCodeT = Aws::String>
62 template <
typename PhoneNumberT = Aws::String>
64 m_phoneNumberHasBeenSet =
true;
65 m_phoneNumber = std::forward<PhoneNumberT>(value);
67 template <
typename PhoneNumberT = Aws::String>
77 bool m_isoCountryCodeHasBeenSet =
false;
78 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