7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/RehydrationType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
75 inline void SetSourceContactId(
const char* value) { m_sourceContactIdHasBeenSet =
true; m_sourceContactId.assign(value); }
83 bool m_rehydrationTypeHasBeenSet =
false;
86 bool m_sourceContactIdHasBeenSet =
false;
bool SourceContactIdHasBeenSet() const
PersistentChat & WithSourceContactId(const Aws::String &value)
PersistentChat & WithSourceContactId(const char *value)
void SetSourceContactId(const Aws::String &value)
AWS_CONNECT_API PersistentChat & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RehydrationTypeHasBeenSet() const
void SetRehydrationType(const RehydrationType &value)
const Aws::String & GetSourceContactId() const
PersistentChat & WithRehydrationType(RehydrationType &&value)
void SetSourceContactId(const char *value)
void SetSourceContactId(Aws::String &&value)
PersistentChat & WithRehydrationType(const RehydrationType &value)
AWS_CONNECT_API PersistentChat()
PersistentChat & WithSourceContactId(Aws::String &&value)
AWS_CONNECT_API PersistentChat(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRehydrationType(RehydrationType &&value)
const RehydrationType & GetRehydrationType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue