7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qbusiness/QBusiness_EXPORTS.h>
42 template <
typename AuthorizationUrlT = Aws::String>
44 m_authorizationUrlHasBeenSet =
true;
45 m_authorizationUrl = std::forward<AuthorizationUrlT>(value);
47 template <
typename AuthorizationUrlT = Aws::String>
55 bool m_authorizationUrlHasBeenSet =
false;
AWS_QBUSINESS_API AuthChallengeRequest()=default
AWS_QBUSINESS_API AuthChallengeRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAuthorizationUrl() const
bool AuthorizationUrlHasBeenSet() const
AuthChallengeRequest & WithAuthorizationUrl(AuthorizationUrlT &&value)
void SetAuthorizationUrl(AuthorizationUrlT &&value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QBUSINESS_API AuthChallengeRequest(Aws::Utils::Json::JsonView jsonValue)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue