7#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
8#include <aws/cognito-idp/CognitoIdentityProviderRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CognitoIdentityProvider
47 template<
typename DeviceKeyT = Aws::String>
48 void SetDeviceKey(DeviceKeyT&& value) { m_deviceKeyHasBeenSet =
true; m_deviceKey = std::forward<DeviceKeyT>(value); }
49 template<
typename DeviceKeyT = Aws::String>
59 template<
typename UserPoolIdT = Aws::String>
60 void SetUserPoolId(UserPoolIdT&& value) { m_userPoolIdHasBeenSet =
true; m_userPoolId = std::forward<UserPoolIdT>(value); }
61 template<
typename UserPoolIdT = Aws::String>
75 template<
typename UsernameT = Aws::String>
76 void SetUsername(UsernameT&& value) { m_usernameHasBeenSet =
true; m_username = std::forward<UsernameT>(value); }
77 template<
typename UsernameT = Aws::String>
83 bool m_deviceKeyHasBeenSet =
false;
86 bool m_userPoolIdHasBeenSet =
false;
89 bool m_usernameHasBeenSet =
false;
AdminGetDeviceRequest & WithDeviceKey(DeviceKeyT &&value)
const Aws::String & GetUsername() const
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetDeviceKey(DeviceKeyT &&value)
AdminGetDeviceRequest & WithUserPoolId(UserPoolIdT &&value)
const Aws::String & GetDeviceKey() const
void SetUsername(UsernameT &&value)
const Aws::String & GetUserPoolId() const
bool DeviceKeyHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetUserPoolId(UserPoolIdT &&value)
bool UserPoolIdHasBeenSet() const
AWS_COGNITOIDENTITYPROVIDER_API AdminGetDeviceRequest()=default
bool UsernameHasBeenSet() const
AdminGetDeviceRequest & WithUsername(UsernameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String