7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/RehydrationType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
71 template<
typename SourceContactIdT = Aws::String>
72 void SetSourceContactId(SourceContactIdT&& value) { m_sourceContactIdHasBeenSet =
true; m_sourceContactId = std::forward<SourceContactIdT>(value); }
73 template<
typename SourceContactIdT = Aws::String>
79 bool m_rehydrationTypeHasBeenSet =
false;
82 bool m_sourceContactIdHasBeenSet =
false;
bool SourceContactIdHasBeenSet() const
void SetSourceContactId(SourceContactIdT &&value)
void SetRehydrationType(RehydrationType value)
AWS_CONNECT_API PersistentChat & operator=(Aws::Utils::Json::JsonView jsonValue)
PersistentChat & WithRehydrationType(RehydrationType value)
bool RehydrationTypeHasBeenSet() const
AWS_CONNECT_API PersistentChat()=default
const Aws::String & GetSourceContactId() const
RehydrationType GetRehydrationType() const
AWS_CONNECT_API PersistentChat(Aws::Utils::Json::JsonView jsonValue)
PersistentChat & WithSourceContactId(SourceContactIdT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue