7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/snowball/Snowball_EXPORTS.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename PhoneNumberT = Aws::String>
62 m_phoneNumberHasBeenSet =
true;
63 m_phoneNumber = std::forward<PhoneNumberT>(value);
65 template <
typename PhoneNumberT = Aws::String>
78 template <
typename EmailT = Aws::String>
80 m_emailHasBeenSet =
true;
81 m_email = std::forward<EmailT>(value);
83 template <
typename EmailT = Aws::String>
85 SetEmail(std::forward<EmailT>(value));
97 template <
typename IdentificationNumberT = Aws::String>
99 m_identificationNumberHasBeenSet =
true;
100 m_identificationNumber = std::forward<IdentificationNumberT>(value);
102 template <
typename IdentificationNumberT = Aws::String>
116 template <
typename IdentificationExpirationDateT = Aws::Utils::DateTime>
118 m_identificationExpirationDateHasBeenSet =
true;
119 m_identificationExpirationDate = std::forward<IdentificationExpirationDateT>(value);
121 template <
typename IdentificationExpirationDateT = Aws::Utils::DateTime>
135 template <
typename IdentificationIssuingOrgT = Aws::String>
137 m_identificationIssuingOrgHasBeenSet =
true;
138 m_identificationIssuingOrg = std::forward<IdentificationIssuingOrgT>(value);
140 template <
typename IdentificationIssuingOrgT = Aws::String>
153 template <
typename DevicePickupIdT = Aws::String>
155 m_devicePickupIdHasBeenSet =
true;
156 m_devicePickupId = std::forward<DevicePickupIdT>(value);
158 template <
typename DevicePickupIdT = Aws::String>
178 bool m_nameHasBeenSet =
false;
179 bool m_phoneNumberHasBeenSet =
false;
180 bool m_emailHasBeenSet =
false;
181 bool m_identificationNumberHasBeenSet =
false;
182 bool m_identificationExpirationDateHasBeenSet =
false;
183 bool m_identificationIssuingOrgHasBeenSet =
false;
184 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