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>
48 template<
typename ResponseMapT = Aws::Map<Aws::String, Aws::String>>
50 template<
typename ResponseMapT = Aws::Map<Aws::String, Aws::String>>
52 template<
typename ResponseMapKeyT = Aws::String,
typename ResponseMapValueT = Aws::String>
54 m_responseMapHasBeenSet =
true; m_responseMap.emplace(std::forward<ResponseMapKeyT>(
key), std::forward<ResponseMapValueT>(value));
return *
this;
60 bool m_responseMapHasBeenSet =
false;
AWS_QBUSINESS_API AuthChallengeResponseEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API AuthChallengeResponseEvent()=default
AWS_QBUSINESS_API AuthChallengeResponseEvent(Aws::Utils::Json::JsonView jsonValue)
bool ResponseMapHasBeenSet() const
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
AuthChallengeResponseEvent & WithResponseMap(ResponseMapT &&value)
const Aws::Map< Aws::String, Aws::String > & GetResponseMap() const
void SetResponseMap(ResponseMapT &&value)
AuthChallengeResponseEvent & 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