7#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
8#include <aws/cognito-idp/CognitoIdentityProviderRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/cognito-idp/model/DeviceRememberedStatusType.h>
15namespace CognitoIdentityProvider
48 template<
typename UserPoolIdT = Aws::String>
49 void SetUserPoolId(UserPoolIdT&& value) { m_userPoolIdHasBeenSet =
true; m_userPoolId = std::forward<UserPoolIdT>(value); }
50 template<
typename UserPoolIdT = Aws::String>
64 template<
typename UsernameT = Aws::String>
65 void SetUsername(UsernameT&& value) { m_usernameHasBeenSet =
true; m_username = std::forward<UsernameT>(value); }
66 template<
typename UsernameT = Aws::String>
77 template<
typename DeviceKeyT = Aws::String>
78 void SetDeviceKey(DeviceKeyT&& value) { m_deviceKeyHasBeenSet =
true; m_deviceKey = std::forward<DeviceKeyT>(value); }
79 template<
typename DeviceKeyT = Aws::String>
96 bool m_userPoolIdHasBeenSet =
false;
99 bool m_usernameHasBeenSet =
false;
102 bool m_deviceKeyHasBeenSet =
false;
105 bool m_deviceRememberedStatusHasBeenSet =
false;
const Aws::String & GetDeviceKey() const
bool DeviceKeyHasBeenSet() const
const Aws::String & GetUserPoolId() const
bool UsernameHasBeenSet() const
DeviceRememberedStatusType GetDeviceRememberedStatus() const
const Aws::String & GetUsername() const
void SetUsername(UsernameT &&value)
AdminUpdateDeviceStatusRequest & WithDeviceRememberedStatus(DeviceRememberedStatusType value)
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetUserPoolId(UserPoolIdT &&value)
void SetDeviceRememberedStatus(DeviceRememberedStatusType value)
AdminUpdateDeviceStatusRequest & WithUsername(UsernameT &&value)
AWS_COGNITOIDENTITYPROVIDER_API AdminUpdateDeviceStatusRequest()=default
bool DeviceRememberedStatusHasBeenSet() const
AdminUpdateDeviceStatusRequest & WithDeviceKey(DeviceKeyT &&value)
bool UserPoolIdHasBeenSet() const
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AdminUpdateDeviceStatusRequest & WithUserPoolId(UserPoolIdT &&value)
void SetDeviceKey(DeviceKeyT &&value)
DeviceRememberedStatusType
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String