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 {
44 template <
typename AccessTokenT = Aws::String>
46 m_accessTokenHasBeenSet =
true;
47 m_accessToken = std::forward<AccessTokenT>(value);
49 template <
typename AccessTokenT = Aws::String>
57 bool m_accessTokenHasBeenSet =
false;
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
bool AccessTokenHasBeenSet() const
void SetAccessToken(AccessTokenT &&value)
AWS_COGNITOIDENTITYPROVIDER_API GlobalSignOutRequest()=default
virtual const char * GetServiceRequestName() const override
GlobalSignOutRequest & WithAccessToken(AccessTokenT &&value)
const Aws::String & GetAccessToken() const
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String