7#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace ConnectParticipant {
30 AWS_CONNECTPARTICIPANT_API
Receipt() =
default;
41 template <
typename DeliveredTimestampT = Aws::String>
43 m_deliveredTimestampHasBeenSet =
true;
44 m_deliveredTimestamp = std::forward<DeliveredTimestampT>(value);
46 template <
typename DeliveredTimestampT = Aws::String>
59 template <
typename ReadTimestampT = Aws::String>
61 m_readTimestampHasBeenSet =
true;
62 m_readTimestamp = std::forward<ReadTimestampT>(value);
64 template <
typename ReadTimestampT = Aws::String>
77 template <
typename RecipientParticipantIdT = Aws::String>
79 m_recipientParticipantIdHasBeenSet =
true;
80 m_recipientParticipantId = std::forward<RecipientParticipantIdT>(value);
82 template <
typename RecipientParticipantIdT = Aws::String>
90 bool m_deliveredTimestampHasBeenSet =
false;
93 bool m_readTimestampHasBeenSet =
false;
96 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