7#include <aws/connectcases/ConnectCases_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
51 inline void SetChannel(
const char* value) { m_channelHasBeenSet =
true; m_channel.assign(value); }
78 inline void SetContactArn(
const char* value) { m_contactArnHasBeenSet =
true; m_contactArn.assign(value); }
86 bool m_channelHasBeenSet =
false;
89 bool m_connectedToSystemTimeHasBeenSet =
false;
92 bool m_contactArnHasBeenSet =
false;
ContactContent & WithContactArn(const char *value)
AWS_CONNECTCASES_API ContactContent(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetContactArn() const
void SetConnectedToSystemTime(Aws::Utils::DateTime &&value)
AWS_CONNECTCASES_API ContactContent & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetContactArn(Aws::String &&value)
ContactContent & WithConnectedToSystemTime(Aws::Utils::DateTime &&value)
bool ConnectedToSystemTimeHasBeenSet() const
void SetChannel(Aws::String &&value)
void SetConnectedToSystemTime(const Aws::Utils::DateTime &value)
ContactContent & WithChannel(const char *value)
const Aws::Utils::DateTime & GetConnectedToSystemTime() const
ContactContent & WithChannel(Aws::String &&value)
AWS_CONNECTCASES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetChannel(const char *value)
void SetContactArn(const char *value)
bool ChannelHasBeenSet() const
ContactContent & WithContactArn(Aws::String &&value)
ContactContent & WithChannel(const Aws::String &value)
void SetContactArn(const Aws::String &value)
ContactContent & WithConnectedToSystemTime(const Aws::Utils::DateTime &value)
void SetChannel(const Aws::String &value)
ContactContent & WithContactArn(const Aws::String &value)
const Aws::String & GetChannel() const
AWS_CONNECTCASES_API ContactContent()
bool ContactArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue