/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An object that represents a content of an Amazon Connect contact
* object.See Also:
AWS
* API Reference
A list of channels to filter on for related items of type
* Contact
.
A list of channels to filter on for related items of type
* Contact
.
A list of channels to filter on for related items of type
* Contact
.
A list of channels to filter on for related items of type
* Contact
.
A list of channels to filter on for related items of type
* Contact
.
A list of channels to filter on for related items of type
* Contact
.
A list of channels to filter on for related items of type
* Contact
.
A list of channels to filter on for related items of type
* Contact
.
The difference between the InitiationTimestamp
and the
* DisconnectTimestamp
of the contact.
The difference between the InitiationTimestamp
and the
* DisconnectTimestamp
of the contact.
The difference between the InitiationTimestamp
and the
* DisconnectTimestamp
of the contact.
The difference between the InitiationTimestamp
and the
* DisconnectTimestamp
of the contact.
The difference between the InitiationTimestamp
and the
* DisconnectTimestamp
of the contact.
The difference between the InitiationTimestamp
and the
* DisconnectTimestamp
of the contact.
A unique identifier of a contact in Amazon Connect.
*/ inline const Aws::String& GetContactArn() const{ return m_contactArn; } /** *A unique identifier of a contact in Amazon Connect.
*/ inline bool ContactArnHasBeenSet() const { return m_contactArnHasBeenSet; } /** *A unique identifier of a contact in Amazon Connect.
*/ inline void SetContactArn(const Aws::String& value) { m_contactArnHasBeenSet = true; m_contactArn = value; } /** *A unique identifier of a contact in Amazon Connect.
*/ inline void SetContactArn(Aws::String&& value) { m_contactArnHasBeenSet = true; m_contactArn = std::move(value); } /** *A unique identifier of a contact in Amazon Connect.
*/ inline void SetContactArn(const char* value) { m_contactArnHasBeenSet = true; m_contactArn.assign(value); } /** *A unique identifier of a contact in Amazon Connect.
*/ inline ContactContent& WithContactArn(const Aws::String& value) { SetContactArn(value); return *this;} /** *A unique identifier of a contact in Amazon Connect.
*/ inline ContactContent& WithContactArn(Aws::String&& value) { SetContactArn(std::move(value)); return *this;} /** *A unique identifier of a contact in Amazon Connect.
*/ inline ContactContent& WithContactArn(const char* value) { SetContactArn(value); return *this;} private: Aws::String m_channel; bool m_channelHasBeenSet = false; Aws::Utils::DateTime m_connectedToSystemTime; bool m_connectedToSystemTimeHasBeenSet = false; Aws::String m_contactArn; bool m_contactArnHasBeenSet = false; }; } // namespace Model } // namespace ConnectCases } // namespace Aws