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 {
41 template <
typename AccessTokenT = Aws::String>
43 m_accessTokenHasBeenSet =
true;
44 m_accessToken = std::forward<AccessTokenT>(value);
46 template <
typename AccessTokenT = Aws::String>
59 template <
typename SessionT = Aws::String>
61 m_sessionHasBeenSet =
true;
62 m_session = std::forward<SessionT>(value);
64 template <
typename SessionT = Aws::String>
77 template <
typename UserCodeT = Aws::String>
79 m_userCodeHasBeenSet =
true;
80 m_userCode = std::forward<UserCodeT>(value);
82 template <
typename UserCodeT = Aws::String>
95 template <
typename FriendlyDeviceNameT = Aws::String>
97 m_friendlyDeviceNameHasBeenSet =
true;
98 m_friendlyDeviceName = std::forward<FriendlyDeviceNameT>(value);
100 template <
typename FriendlyDeviceNameT = Aws::String>
114 bool m_accessTokenHasBeenSet =
false;
115 bool m_sessionHasBeenSet =
false;
116 bool m_userCodeHasBeenSet =
false;
117 bool m_friendlyDeviceNameHasBeenSet =
false;
bool AccessTokenHasBeenSet() const
const Aws::String & GetSession() const
const Aws::String & GetAccessToken() const
VerifySoftwareTokenRequest & WithFriendlyDeviceName(FriendlyDeviceNameT &&value)
void SetFriendlyDeviceName(FriendlyDeviceNameT &&value)
bool UserCodeHasBeenSet() const
const Aws::String & GetFriendlyDeviceName() const
void SetSession(SessionT &&value)
bool SessionHasBeenSet() const
VerifySoftwareTokenRequest & WithAccessToken(AccessTokenT &&value)
void SetAccessToken(AccessTokenT &&value)
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
void SetUserCode(UserCodeT &&value)
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetUserCode() const
AWS_COGNITOIDENTITYPROVIDER_API VerifySoftwareTokenRequest()=default
bool FriendlyDeviceNameHasBeenSet() const
VerifySoftwareTokenRequest & WithSession(SessionT &&value)
virtual const char * GetServiceRequestName() const override
VerifySoftwareTokenRequest & WithUserCode(UserCodeT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String