7#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
8#include <aws/cognito-idp/model/AuthenticationResultType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace CognitoIdentityProvider
39 template<
typename AuthenticationResultT = AuthenticationResultType>
40 void SetAuthenticationResult(AuthenticationResultT&& value) { m_authenticationResultHasBeenSet =
true; m_authenticationResult = std::forward<AuthenticationResultT>(value); }
41 template<
typename AuthenticationResultT = AuthenticationResultType>
48 template<
typename RequestIdT = Aws::String>
49 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
50 template<
typename RequestIdT = Aws::String>
56 bool m_authenticationResultHasBeenSet =
false;
59 bool m_requestIdHasBeenSet =
false;
AWS_COGNITOIDENTITYPROVIDER_API GetTokensFromRefreshTokenResult()=default
AWS_COGNITOIDENTITYPROVIDER_API GetTokensFromRefreshTokenResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetTokensFromRefreshTokenResult & WithRequestId(RequestIdT &&value)
GetTokensFromRefreshTokenResult & WithAuthenticationResult(AuthenticationResultT &&value)
void SetAuthenticationResult(AuthenticationResultT &&value)
AWS_COGNITOIDENTITYPROVIDER_API GetTokensFromRefreshTokenResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const AuthenticationResultType & GetAuthenticationResult() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue