7#include <aws/cognito-idp/CognitoIdentityProviderRequest.h>
8#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CognitoIdentityProvider {
43 template <
typename DeviceKeyT = Aws::String>
45 m_deviceKeyHasBeenSet =
true;
46 m_deviceKey = std::forward<DeviceKeyT>(value);
48 template <
typename DeviceKeyT = Aws::String>
61 template <
typename UserPoolIdT = Aws::String>
63 m_userPoolIdHasBeenSet =
true;
64 m_userPoolId = std::forward<UserPoolIdT>(value);
66 template <
typename UserPoolIdT = Aws::String>
83 template <
typename UsernameT = Aws::String>
85 m_usernameHasBeenSet =
true;
86 m_username = std::forward<UsernameT>(value);
88 template <
typename UsernameT = Aws::String>
100 bool m_deviceKeyHasBeenSet =
false;
101 bool m_userPoolIdHasBeenSet =
false;
102 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