7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename AuthorizationCodeT = Aws::String>
52 void SetAuthorizationCode(AuthorizationCodeT&& value) { m_authorizationCodeHasBeenSet =
true; m_authorizationCode = std::forward<AuthorizationCodeT>(value); }
53 template<
typename AuthorizationCodeT = Aws::String>
65 template<
typename RedirectUriT = Aws::String>
66 void SetRedirectUri(RedirectUriT&& value) { m_redirectUriHasBeenSet =
true; m_redirectUri = std::forward<RedirectUriT>(value); }
67 template<
typename RedirectUriT = Aws::String>
73 bool m_authorizationCodeHasBeenSet =
false;
76 bool m_redirectUriHasBeenSet =
false;
void SetAuthorizationCode(AuthorizationCodeT &&value)
const Aws::String & GetAuthorizationCode() const
AWS_GLUE_API AuthorizationCodeProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
AuthorizationCodeProperties & WithAuthorizationCode(AuthorizationCodeT &&value)
bool AuthorizationCodeHasBeenSet() const
const Aws::String & GetRedirectUri() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool RedirectUriHasBeenSet() const
AWS_GLUE_API AuthorizationCodeProperties(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API AuthorizationCodeProperties()=default
AuthorizationCodeProperties & WithRedirectUri(RedirectUriT &&value)
void SetRedirectUri(RedirectUriT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue