7#include <aws/connectcases/ConnectCases_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
49 template<
typename ChannelT = Aws::String>
50 void SetChannel(ChannelT&& value) { m_channelHasBeenSet =
true; m_channel = std::forward<ChannelT>(value); }
51 template<
typename ChannelT = Aws::String>
62 template<
typename ConnectedToSystemTimeT = Aws::Utils::DateTime>
63 void SetConnectedToSystemTime(ConnectedToSystemTimeT&& value) { m_connectedToSystemTimeHasBeenSet =
true; m_connectedToSystemTime = std::forward<ConnectedToSystemTimeT>(value); }
64 template<
typename ConnectedToSystemTimeT = Aws::Utils::DateTime>
74 template<
typename ContactArnT = Aws::String>
75 void SetContactArn(ContactArnT&& value) { m_contactArnHasBeenSet =
true; m_contactArn = std::forward<ContactArnT>(value); }
76 template<
typename ContactArnT = Aws::String>
82 bool m_channelHasBeenSet =
false;
85 bool m_connectedToSystemTimeHasBeenSet =
false;
88 bool m_contactArnHasBeenSet =
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