7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/amplifyuibuilder/AmplifyUIBuilderRequest.h>
9#include <aws/amplifyuibuilder/model/TokenProviders.h>
10#include <aws/amplifyuibuilder/model/ExchangeCodeForTokenRequestBody.h>
15namespace AmplifyUIBuilder
63 bool m_providerHasBeenSet =
false;
66 bool m_requestHasBeenSet =
false;
const ExchangeCodeForTokenRequestBody & GetRequest() const
ExchangeCodeForTokenRequest & WithRequest(const ExchangeCodeForTokenRequestBody &value)
ExchangeCodeForTokenRequest & WithProvider(const TokenProviders &value)
ExchangeCodeForTokenRequest & WithProvider(TokenProviders &&value)
bool ProviderHasBeenSet() const
ExchangeCodeForTokenRequest & WithRequest(ExchangeCodeForTokenRequestBody &&value)
AWS_AMPLIFYUIBUILDER_API Aws::String SerializePayload() const override
void SetProvider(const TokenProviders &value)
void SetProvider(TokenProviders &&value)
AWS_AMPLIFYUIBUILDER_API ExchangeCodeForTokenRequest()
void SetRequest(ExchangeCodeForTokenRequestBody &&value)
virtual const char * GetServiceRequestName() const override
void SetRequest(const ExchangeCodeForTokenRequestBody &value)
const TokenProviders & GetProvider() const
bool RequestHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String