7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/RehydrationType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
56 m_rehydrationTypeHasBeenSet =
true;
57 m_rehydrationType = value;
71 template <
typename SourceContactIdT = Aws::String>
73 m_sourceContactIdHasBeenSet =
true;
74 m_sourceContactId = std::forward<SourceContactIdT>(value);
76 template <
typename SourceContactIdT = Aws::String>
86 bool m_rehydrationTypeHasBeenSet =
false;
87 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