7#include <aws/snowball/Snowball_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
60 template<
typename PhoneNumberT = Aws::String>
61 void SetPhoneNumber(PhoneNumberT&& value) { m_phoneNumberHasBeenSet =
true; m_phoneNumber = std::forward<PhoneNumberT>(value); }
62 template<
typename PhoneNumberT = Aws::String>
72 template<
typename EmailT = Aws::String>
73 void SetEmail(EmailT&& value) { m_emailHasBeenSet =
true; m_email = std::forward<EmailT>(value); }
74 template<
typename EmailT = Aws::String>
85 template<
typename IdentificationNumberT = Aws::String>
86 void SetIdentificationNumber(IdentificationNumberT&& value) { m_identificationNumberHasBeenSet =
true; m_identificationNumber = std::forward<IdentificationNumberT>(value); }
87 template<
typename IdentificationNumberT = Aws::String>
98 template<
typename IdentificationExpirationDateT = Aws::Utils::DateTime>
99 void SetIdentificationExpirationDate(IdentificationExpirationDateT&& value) { m_identificationExpirationDateHasBeenSet =
true; m_identificationExpirationDate = std::forward<IdentificationExpirationDateT>(value); }
100 template<
typename IdentificationExpirationDateT = Aws::Utils::DateTime>
111 template<
typename IdentificationIssuingOrgT = Aws::String>
112 void SetIdentificationIssuingOrg(IdentificationIssuingOrgT&& value) { m_identificationIssuingOrgHasBeenSet =
true; m_identificationIssuingOrg = std::forward<IdentificationIssuingOrgT>(value); }
113 template<
typename IdentificationIssuingOrgT = Aws::String>
123 template<
typename DevicePickupIdT = Aws::String>
124 void SetDevicePickupId(DevicePickupIdT&& value) { m_devicePickupIdHasBeenSet =
true; m_devicePickupId = std::forward<DevicePickupIdT>(value); }
125 template<
typename DevicePickupIdT = Aws::String>
131 bool m_nameHasBeenSet =
false;
134 bool m_phoneNumberHasBeenSet =
false;
137 bool m_emailHasBeenSet =
false;
140 bool m_identificationNumberHasBeenSet =
false;
143 bool m_identificationExpirationDateHasBeenSet =
false;
146 bool m_identificationIssuingOrgHasBeenSet =
false;
149 bool m_devicePickupIdHasBeenSet =
false;
void SetDevicePickupId(DevicePickupIdT &&value)
PickupDetails & WithIdentificationIssuingOrg(IdentificationIssuingOrgT &&value)
PickupDetails & WithEmail(EmailT &&value)
bool EmailHasBeenSet() const
void SetEmail(EmailT &&value)
const Aws::String & GetEmail() const
void SetIdentificationExpirationDate(IdentificationExpirationDateT &&value)
const Aws::String & GetDevicePickupId() const
PickupDetails & WithPhoneNumber(PhoneNumberT &&value)
void SetName(NameT &&value)
const Aws::Utils::DateTime & GetIdentificationExpirationDate() const
PickupDetails & WithDevicePickupId(DevicePickupIdT &&value)
bool IdentificationIssuingOrgHasBeenSet() const
PickupDetails & WithIdentificationNumber(IdentificationNumberT &&value)
AWS_SNOWBALL_API PickupDetails(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetIdentificationNumber() const
bool NameHasBeenSet() const
bool IdentificationNumberHasBeenSet() const
void SetIdentificationNumber(IdentificationNumberT &&value)
const Aws::String & GetName() const
const Aws::String & GetIdentificationIssuingOrg() const
PickupDetails & WithName(NameT &&value)
PickupDetails & WithIdentificationExpirationDate(IdentificationExpirationDateT &&value)
bool DevicePickupIdHasBeenSet() const
bool IdentificationExpirationDateHasBeenSet() const
AWS_SNOWBALL_API PickupDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPhoneNumber(PhoneNumberT &&value)
AWS_SNOWBALL_API PickupDetails()=default
AWS_SNOWBALL_API Aws::Utils::Json::JsonValue Jsonize() const
bool PhoneNumberHasBeenSet() const
void SetIdentificationIssuingOrg(IdentificationIssuingOrgT &&value)
const Aws::String & GetPhoneNumber() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue