7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename AuthCodeT = Aws::String>
50 void SetAuthCode(AuthCodeT&& value) { m_authCodeHasBeenSet =
true; m_authCode = std::forward<AuthCodeT>(value); }
51 template<
typename AuthCodeT = Aws::String>
62 template<
typename RedirectUriT = Aws::String>
63 void SetRedirectUri(RedirectUriT&& value) { m_redirectUriHasBeenSet =
true; m_redirectUri = std::forward<RedirectUriT>(value); }
64 template<
typename RedirectUriT = Aws::String>
70 bool m_authCodeHasBeenSet =
false;
73 bool m_redirectUriHasBeenSet =
false;
ConnectorOAuthRequest & WithRedirectUri(RedirectUriT &&value)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPFLOW_API ConnectorOAuthRequest()=default
void SetAuthCode(AuthCodeT &&value)
AWS_APPFLOW_API ConnectorOAuthRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRedirectUri(RedirectUriT &&value)
const Aws::String & GetRedirectUri() const
ConnectorOAuthRequest & WithAuthCode(AuthCodeT &&value)
bool AuthCodeHasBeenSet() const
bool RedirectUriHasBeenSet() const
const Aws::String & GetAuthCode() const
AWS_APPFLOW_API ConnectorOAuthRequest(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue