7#include <aws/connectcases/ConnectCases_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace ConnectCases {
42 template <
typename ContactArnT = Aws::String>
44 m_contactArnHasBeenSet =
true;
45 m_contactArn = std::forward<ContactArnT>(value);
47 template <
typename ContactArnT = Aws::String>
61 template <
typename ChannelT = Aws::String>
63 m_channelHasBeenSet =
true;
64 m_channel = std::forward<ChannelT>(value);
66 template <
typename ChannelT = Aws::String>
80 template <
typename ConnectedToSystemTimeT = Aws::Utils::DateTime>
82 m_connectedToSystemTimeHasBeenSet =
true;
83 m_connectedToSystemTime = std::forward<ConnectedToSystemTimeT>(value);
85 template <
typename ConnectedToSystemTimeT = Aws::Utils::DateTime>
97 bool m_contactArnHasBeenSet =
false;
98 bool m_channelHasBeenSet =
false;
99 bool m_connectedToSystemTimeHasBeenSet =
false;
AWS_CONNECTCASES_API ContactContent(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetContactArn() const
ContactContent & WithConnectedToSystemTime(ConnectedToSystemTimeT &&value)
AWS_CONNECTCASES_API ContactContent & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetContactArn(ContactArnT &&value)
ContactContent & WithChannel(ChannelT &&value)
bool ConnectedToSystemTimeHasBeenSet() const
ContactContent & WithContactArn(ContactArnT &&value)
const Aws::Utils::DateTime & GetConnectedToSystemTime() const
AWS_CONNECTCASES_API Aws::Utils::Json::JsonValue Jsonize() const
bool ChannelHasBeenSet() const
void SetChannel(ChannelT &&value)
AWS_CONNECTCASES_API ContactContent()=default
const Aws::String & GetChannel() const
void SetConnectedToSystemTime(ConnectedToSystemTimeT &&value)
bool ContactArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue