7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qbusiness/QBusiness_EXPORTS.h>
43 template <
typename AuthenticationUrlT = Aws::String>
45 m_authenticationUrlHasBeenSet =
true;
46 m_authenticationUrl = std::forward<AuthenticationUrlT>(value);
48 template <
typename AuthenticationUrlT = Aws::String>
56 bool m_authenticationUrlHasBeenSet =
false;
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
SamlProviderConfiguration & WithAuthenticationUrl(AuthenticationUrlT &&value)
AWS_QBUSINESS_API SamlProviderConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API SamlProviderConfiguration()=default
void SetAuthenticationUrl(AuthenticationUrlT &&value)
bool AuthenticationUrlHasBeenSet() const
const Aws::String & GetAuthenticationUrl() const
AWS_QBUSINESS_API SamlProviderConfiguration & operator=(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