7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename RedirectUriT = Aws::String>
50 void SetRedirectUri(RedirectUriT&& value) { m_redirectUriHasBeenSet =
true; m_redirectUri = std::forward<RedirectUriT>(value); }
51 template<
typename RedirectUriT = Aws::String>
62 template<
typename CodeT = Aws::String>
63 void SetCode(CodeT&& value) { m_codeHasBeenSet =
true; m_code = std::forward<CodeT>(value); }
64 template<
typename CodeT = Aws::String>
70 bool m_redirectUriHasBeenSet =
false;
73 bool m_codeHasBeenSet =
false;
AWS_APPFABRIC_API AuthRequest(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCode() const
AWS_APPFABRIC_API Aws::Utils::Json::JsonValue Jsonize() const
AuthRequest & WithCode(CodeT &&value)
const Aws::String & GetRedirectUri() const
AWS_APPFABRIC_API AuthRequest()=default
AWS_APPFABRIC_API AuthRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCode(CodeT &&value)
void SetRedirectUri(RedirectUriT &&value)
AuthRequest & WithRedirectUri(RedirectUriT &&value)
bool RedirectUriHasBeenSet() const
bool CodeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue