7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename SessionArnT = Aws::String>
47 void SetSessionArn(SessionArnT&& value) { m_sessionArnHasBeenSet =
true; m_sessionArn = std::forward<SessionArnT>(value); }
48 template<
typename SessionArnT = Aws::String>
54 bool m_sessionArnHasBeenSet =
false;
bool SessionArnHasBeenSet() const
WisdomInfo & WithSessionArn(SessionArnT &&value)
void SetSessionArn(SessionArnT &&value)
AWS_CONNECT_API WisdomInfo(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSessionArn() const
AWS_CONNECT_API WisdomInfo()=default
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API WisdomInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue