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/core/utils/Document.h>
15namespace CognitoIdentityProvider
46 template<
typename AccessTokenT = Aws::String>
47 void SetAccessToken(AccessTokenT&& value) { m_accessTokenHasBeenSet =
true; m_accessToken = std::forward<AccessTokenT>(value); }
48 template<
typename AccessTokenT = Aws::String>
60 template<
typename CredentialT = Aws::Utils::Document>
61 void SetCredential(CredentialT&& value) { m_credentialHasBeenSet =
true; m_credential = std::forward<CredentialT>(value); }
62 template<
typename CredentialT = Aws::Utils::Document>
68 bool m_accessTokenHasBeenSet =
false;
71 bool m_credentialHasBeenSet =
false;
const Aws::String & GetAccessToken() const
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
bool AccessTokenHasBeenSet() const
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool CredentialHasBeenSet() const
AWS_COGNITOIDENTITYPROVIDER_API CompleteWebAuthnRegistrationRequest()=default
Aws::Utils::DocumentView GetCredential() const
void SetAccessToken(AccessTokenT &&value)
void SetCredential(CredentialT &&value)
CompleteWebAuthnRegistrationRequest & WithCredential(CredentialT &&value)
CompleteWebAuthnRegistrationRequest & WithAccessToken(AccessTokenT &&value)
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String