7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename ResponseMapT = Aws::Map<Aws::String, Aws::String>>
51 template<
typename ResponseMapT = Aws::Map<Aws::String, Aws::String>>
53 template<
typename ResponseMapKeyT = Aws::String,
typename ResponseMapValueT = Aws::String>
55 m_responseMapHasBeenSet =
true; m_responseMap.emplace(std::forward<ResponseMapKeyT>(
key), std::forward<ResponseMapValueT>(value));
return *
this;
61 bool m_responseMapHasBeenSet =
false;
const Aws::Map< Aws::String, Aws::String > & GetResponseMap() const
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QBUSINESS_API AuthChallengeResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ResponseMapHasBeenSet() const
AWS_QBUSINESS_API AuthChallengeResponse()=default
AuthChallengeResponse & WithResponseMap(ResponseMapT &&value)
AWS_QBUSINESS_API AuthChallengeResponse(Aws::Utils::Json::JsonView jsonValue)
void SetResponseMap(ResponseMapT &&value)
AuthChallengeResponse & AddResponseMap(ResponseMapKeyT &&key, ResponseMapValueT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue