7#include <aws/cognito-identity/CognitoIdentity_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace CognitoIdentity {
42 template <
typename IdentityIdT = Aws::String>
44 m_identityIdHasBeenSet =
true;
45 m_identityId = std::forward<IdentityIdT>(value);
47 template <
typename IdentityIdT = Aws::String>
59 template <
typename TokenT = Aws::String>
61 m_tokenHasBeenSet =
true;
62 m_token = std::forward<TokenT>(value);
64 template <
typename TokenT = Aws::String>
66 SetToken(std::forward<TokenT>(value));
74 template <
typename RequestIdT = Aws::String>
76 m_requestIdHasBeenSet =
true;
77 m_requestId = std::forward<RequestIdT>(value);
79 template <
typename RequestIdT = Aws::String>
94 bool m_identityIdHasBeenSet =
false;
95 bool m_tokenHasBeenSet =
false;
96 bool m_requestIdHasBeenSet =
false;
AWS_COGNITOIDENTITY_API GetOpenIdTokenResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetIdentityId() const
AWS_COGNITOIDENTITY_API GetOpenIdTokenResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_COGNITOIDENTITY_API GetOpenIdTokenResult()=default
void SetToken(TokenT &&value)
GetOpenIdTokenResult & WithToken(TokenT &&value)
void SetRequestId(RequestIdT &&value)
GetOpenIdTokenResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetIdentityId(IdentityIdT &&value)
const Aws::String & GetToken() const
GetOpenIdTokenResult & WithIdentityId(IdentityIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue