7#include <aws/cognito-idp/CognitoIdentityProviderRequest.h>
8#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
9#include <aws/cognito-idp/model/DeviceRememberedStatusType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace CognitoIdentityProvider {
44 template <
typename UserPoolIdT = Aws::String>
46 m_userPoolIdHasBeenSet =
true;
47 m_userPoolId = std::forward<UserPoolIdT>(value);
49 template <
typename UserPoolIdT = Aws::String>
66 template <
typename UsernameT = Aws::String>
68 m_usernameHasBeenSet =
true;
69 m_username = std::forward<UsernameT>(value);
71 template <
typename UsernameT = Aws::String>
85 template <
typename DeviceKeyT = Aws::String>
87 m_deviceKeyHasBeenSet =
true;
88 m_deviceKey = std::forward<DeviceKeyT>(value);
90 template <
typename DeviceKeyT = Aws::String>
105 m_deviceRememberedStatusHasBeenSet =
true;
106 m_deviceRememberedStatus = value;
121 bool m_userPoolIdHasBeenSet =
false;
122 bool m_usernameHasBeenSet =
false;
123 bool m_deviceKeyHasBeenSet =
false;
124 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