/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Records events during an engagement.See Also:
AWS
* API Reference
The Amazon Resource Name (ARN) of the contact channel Incident Manager * engaged.
*/ inline const Aws::String& GetContactChannelArn() const{ return m_contactChannelArn; } /** *The Amazon Resource Name (ARN) of the contact channel Incident Manager * engaged.
*/ inline bool ContactChannelArnHasBeenSet() const { return m_contactChannelArnHasBeenSet; } /** *The Amazon Resource Name (ARN) of the contact channel Incident Manager * engaged.
*/ inline void SetContactChannelArn(const Aws::String& value) { m_contactChannelArnHasBeenSet = true; m_contactChannelArn = value; } /** *The Amazon Resource Name (ARN) of the contact channel Incident Manager * engaged.
*/ inline void SetContactChannelArn(Aws::String&& value) { m_contactChannelArnHasBeenSet = true; m_contactChannelArn = std::move(value); } /** *The Amazon Resource Name (ARN) of the contact channel Incident Manager * engaged.
*/ inline void SetContactChannelArn(const char* value) { m_contactChannelArnHasBeenSet = true; m_contactChannelArn.assign(value); } /** *The Amazon Resource Name (ARN) of the contact channel Incident Manager * engaged.
*/ inline Receipt& WithContactChannelArn(const Aws::String& value) { SetContactChannelArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the contact channel Incident Manager * engaged.
*/ inline Receipt& WithContactChannelArn(Aws::String&& value) { SetContactChannelArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the contact channel Incident Manager * engaged.
*/ inline Receipt& WithContactChannelArn(const char* value) { SetContactChannelArn(value); return *this;} /** *The type follows the engagement cycle, SENT
,
* DELIVERED
, and READ
.
The type follows the engagement cycle, SENT
,
* DELIVERED
, and READ
.
The type follows the engagement cycle, SENT
,
* DELIVERED
, and READ
.
The type follows the engagement cycle, SENT
,
* DELIVERED
, and READ
.
The type follows the engagement cycle, SENT
,
* DELIVERED
, and READ
.
The type follows the engagement cycle, SENT
,
* DELIVERED
, and READ
.
Information provided during the page acknowledgement.
*/ inline const Aws::String& GetReceiptInfo() const{ return m_receiptInfo; } /** *Information provided during the page acknowledgement.
*/ inline bool ReceiptInfoHasBeenSet() const { return m_receiptInfoHasBeenSet; } /** *Information provided during the page acknowledgement.
*/ inline void SetReceiptInfo(const Aws::String& value) { m_receiptInfoHasBeenSet = true; m_receiptInfo = value; } /** *Information provided during the page acknowledgement.
*/ inline void SetReceiptInfo(Aws::String&& value) { m_receiptInfoHasBeenSet = true; m_receiptInfo = std::move(value); } /** *Information provided during the page acknowledgement.
*/ inline void SetReceiptInfo(const char* value) { m_receiptInfoHasBeenSet = true; m_receiptInfo.assign(value); } /** *Information provided during the page acknowledgement.
*/ inline Receipt& WithReceiptInfo(const Aws::String& value) { SetReceiptInfo(value); return *this;} /** *Information provided during the page acknowledgement.
*/ inline Receipt& WithReceiptInfo(Aws::String&& value) { SetReceiptInfo(std::move(value)); return *this;} /** *Information provided during the page acknowledgement.
*/ inline Receipt& WithReceiptInfo(const char* value) { SetReceiptInfo(value); return *this;} /** *The time receipt was SENT
, DELIVERED
, or
* READ
.
The time receipt was SENT
, DELIVERED
, or
* READ
.
The time receipt was SENT
, DELIVERED
, or
* READ
.
The time receipt was SENT
, DELIVERED
, or
* READ
.
The time receipt was SENT
, DELIVERED
, or
* READ
.
The time receipt was SENT
, DELIVERED
, or
* READ
.