7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
45 template <
typename AuthorizationCodeT = Aws::String>
47 m_authorizationCodeHasBeenSet =
true;
48 m_authorizationCode = std::forward<AuthorizationCodeT>(value);
50 template <
typename AuthorizationCodeT = Aws::String>
65 template <
typename RedirectUriT = Aws::String>
67 m_redirectUriHasBeenSet =
true;
68 m_redirectUri = std::forward<RedirectUriT>(value);
70 template <
typename RedirectUriT = Aws::String>
80 bool m_authorizationCodeHasBeenSet =
false;
81 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