7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename AuthCodeT = Aws::String>
45 m_authCodeHasBeenSet =
true;
46 m_authCode = std::forward<AuthCodeT>(value);
48 template <
typename AuthCodeT = Aws::String>
62 template <
typename RedirectUriT = Aws::String>
64 m_redirectUriHasBeenSet =
true;
65 m_redirectUri = std::forward<RedirectUriT>(value);
67 template <
typename RedirectUriT = Aws::String>
77 bool m_authCodeHasBeenSet =
false;
78 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