7#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ConnectParticipant
35 AWS_CONNECTPARTICIPANT_API
Receipt() =
default;
47 template<
typename DeliveredTimestampT = Aws::String>
48 void SetDeliveredTimestamp(DeliveredTimestampT&& value) { m_deliveredTimestampHasBeenSet =
true; m_deliveredTimestamp = std::forward<DeliveredTimestampT>(value); }
49 template<
typename DeliveredTimestampT = Aws::String>
59 template<
typename ReadTimestampT = Aws::String>
60 void SetReadTimestamp(ReadTimestampT&& value) { m_readTimestampHasBeenSet =
true; m_readTimestamp = std::forward<ReadTimestampT>(value); }
61 template<
typename ReadTimestampT = Aws::String>
71 template<
typename RecipientParticipantIdT = Aws::String>
72 void SetRecipientParticipantId(RecipientParticipantIdT&& value) { m_recipientParticipantIdHasBeenSet =
true; m_recipientParticipantId = std::forward<RecipientParticipantIdT>(value); }
73 template<
typename RecipientParticipantIdT = Aws::String>
79 bool m_deliveredTimestampHasBeenSet =
false;
82 bool m_readTimestampHasBeenSet =
false;
85 bool m_recipientParticipantIdHasBeenSet =
false;
const Aws::String & GetRecipientParticipantId() const
void SetRecipientParticipantId(RecipientParticipantIdT &&value)
AWS_CONNECTPARTICIPANT_API Receipt & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetReadTimestamp(ReadTimestampT &&value)
Receipt & WithDeliveredTimestamp(DeliveredTimestampT &&value)
Receipt & WithRecipientParticipantId(RecipientParticipantIdT &&value)
Receipt & WithReadTimestamp(ReadTimestampT &&value)
AWS_CONNECTPARTICIPANT_API Receipt(Aws::Utils::Json::JsonView jsonValue)
void SetDeliveredTimestamp(DeliveredTimestampT &&value)
const Aws::String & GetDeliveredTimestamp() const
bool ReadTimestampHasBeenSet() const
const Aws::String & GetReadTimestamp() const
AWS_CONNECTPARTICIPANT_API Aws::Utils::Json::JsonValue Jsonize() const
bool RecipientParticipantIdHasBeenSet() const
AWS_CONNECTPARTICIPANT_API Receipt()=default
bool DeliveredTimestampHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue