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