7#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ConnectParticipant
49 inline void SetDeliveredTimestamp(
const char* value) { m_deliveredTimestampHasBeenSet =
true; m_deliveredTimestamp.assign(value); }
63 inline void SetReadTimestamp(
const char* value) { m_readTimestampHasBeenSet =
true; m_readTimestamp.assign(value); }
77 inline void SetRecipientParticipantId(
const char* value) { m_recipientParticipantIdHasBeenSet =
true; m_recipientParticipantId.assign(value); }
85 bool m_deliveredTimestampHasBeenSet =
false;
88 bool m_readTimestampHasBeenSet =
false;
91 bool m_recipientParticipantIdHasBeenSet =
false;
Receipt & WithRecipientParticipantId(Aws::String &&value)
const Aws::String & GetRecipientParticipantId() const
void SetRecipientParticipantId(Aws::String &&value)
Receipt & WithRecipientParticipantId(const char *value)
void SetRecipientParticipantId(const char *value)
Receipt & WithDeliveredTimestamp(const Aws::String &value)
Receipt & WithReadTimestamp(const Aws::String &value)
Receipt & WithReadTimestamp(const char *value)
AWS_CONNECTPARTICIPANT_API Receipt & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRecipientParticipantId(const Aws::String &value)
void SetReadTimestamp(const Aws::String &value)
void SetDeliveredTimestamp(const char *value)
Receipt & WithReadTimestamp(Aws::String &&value)
void SetDeliveredTimestamp(Aws::String &&value)
AWS_CONNECTPARTICIPANT_API Receipt(Aws::Utils::Json::JsonView jsonValue)
void SetDeliveredTimestamp(const Aws::String &value)
const Aws::String & GetDeliveredTimestamp() const
bool ReadTimestampHasBeenSet() const
AWS_CONNECTPARTICIPANT_API Receipt()
void SetReadTimestamp(const char *value)
const Aws::String & GetReadTimestamp() const
AWS_CONNECTPARTICIPANT_API Aws::Utils::Json::JsonValue Jsonize() const
Receipt & WithDeliveredTimestamp(Aws::String &&value)
bool RecipientParticipantIdHasBeenSet() const
bool DeliveredTimestampHasBeenSet() const
void SetReadTimestamp(Aws::String &&value)
Receipt & WithDeliveredTimestamp(const char *value)
Receipt & WithRecipientParticipantId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue