7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename AuthorizationCodeT = Aws::String>
48 void SetAuthorizationCode(AuthorizationCodeT&& value) { m_authorizationCodeHasBeenSet =
true; m_authorizationCode = std::forward<AuthorizationCodeT>(value); }
49 template<
typename AuthorizationCodeT = Aws::String>
59 template<
typename RedirectUriT = Aws::String>
60 void SetRedirectUri(RedirectUriT&& value) { m_redirectUriHasBeenSet =
true; m_redirectUri = std::forward<RedirectUriT>(value); }
61 template<
typename RedirectUriT = Aws::String>
67 bool m_authorizationCodeHasBeenSet =
false;
70 bool m_redirectUriHasBeenSet =
false;
bool AuthorizationCodeHasBeenSet() const
AuthorizationCodeProperties & WithAuthorizationCode(AuthorizationCodeT &&value)
AWS_DATAZONE_API AuthorizationCodeProperties(Aws::Utils::Json::JsonView jsonValue)
bool RedirectUriHasBeenSet() const
void SetRedirectUri(RedirectUriT &&value)
const Aws::String & GetRedirectUri() const
AuthorizationCodeProperties & WithRedirectUri(RedirectUriT &&value)
AWS_DATAZONE_API AuthorizationCodeProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAuthorizationCode(AuthorizationCodeT &&value)
const Aws::String & GetAuthorizationCode() const
AWS_DATAZONE_API AuthorizationCodeProperties()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue