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 {
42 template <
typename AccessTokenT = Aws::String>
44 m_accessTokenHasBeenSet =
true;
45 m_accessToken = std::forward<AccessTokenT>(value);
47 template <
typename AccessTokenT = Aws::String>
63 template <
typename SessionT = Aws::String>
65 m_sessionHasBeenSet =
true;
66 m_session = std::forward<SessionT>(value);
68 template <
typename SessionT = Aws::String>
78 bool m_accessTokenHasBeenSet =
false;
79 bool m_sessionHasBeenSet =
false;
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
const Aws::String & GetSession() const
bool SessionHasBeenSet() const
AssociateSoftwareTokenRequest & WithAccessToken(AccessTokenT &&value)
void SetAccessToken(AccessTokenT &&value)
bool AccessTokenHasBeenSet() const
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_COGNITOIDENTITYPROVIDER_API AssociateSoftwareTokenRequest()=default
const Aws::String & GetAccessToken() const
AssociateSoftwareTokenRequest & WithSession(SessionT &&value)
void SetSession(SessionT &&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