69 inline void SetUserName(
const char* value) { m_userNameHasBeenSet =
true; m_userName.assign(value); }
136 inline void SetSerialNumber(
const char* value) { m_serialNumberHasBeenSet =
true; m_serialNumber.assign(value); }
190 inline void SetAuthenticationCode1(
const char* value) { m_authenticationCode1HasBeenSet =
true; m_authenticationCode1.assign(value); }
232 inline void SetAuthenticationCode2(
const char* value) { m_authenticationCode2HasBeenSet =
true; m_authenticationCode2.assign(value); }
254 bool m_userNameHasBeenSet;
256 bool m_serialNumberHasBeenSet;
258 bool m_authenticationCode1HasBeenSet;
260 bool m_authenticationCode2HasBeenSet;
void SetSerialNumber(Aws::String &&value)
EnableMFADeviceRequest & WithAuthenticationCode2(const char *value)
EnableMFADeviceRequest & WithUserName(const Aws::String &value)
EnableMFADeviceRequest & WithUserName(Aws::String &&value)
void SetSerialNumber(const Aws::String &value)
EnableMFADeviceRequest & WithUserName(const char *value)
void SetSerialNumber(const char *value)
void SetAuthenticationCode2(Aws::String &&value)
void SetUserName(Aws::String &&value)
EnableMFADeviceRequest & WithAuthenticationCode1(Aws::String &&value)
EnableMFADeviceRequest & WithAuthenticationCode1(const char *value)
void SetAuthenticationCode1(Aws::String &&value)
const Aws::String & GetAuthenticationCode2() const
EnableMFADeviceRequest & WithSerialNumber(Aws::String &&value)
void SetAuthenticationCode2(const Aws::String &value)
void SetAuthenticationCode1(const Aws::String &value)
void SetUserName(const char *value)
EnableMFADeviceRequest & WithSerialNumber(const char *value)
void SetUserName(const Aws::String &value)
void SetAuthenticationCode1(const char *value)
void SetAuthenticationCode2(const char *value)
EnableMFADeviceRequest & WithSerialNumber(const Aws::String &value)
EnableMFADeviceRequest & WithAuthenticationCode2(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
EnableMFADeviceRequest & WithAuthenticationCode1(const Aws::String &value)
const Aws::String & GetUserName() const
const Aws::String & GetSerialNumber() const
EnableMFADeviceRequest & WithAuthenticationCode2(const Aws::String &value)
const Aws::String & GetAuthenticationCode1() const
JSON (JavaScript Object Notation).