7#include <aws/events/CloudWatchEvents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CloudWatchEvents
49 inline void SetEventId(
const char* value) { m_eventIdHasBeenSet =
true; m_eventId.assign(value); }
63 inline void SetErrorCode(
const char* value) { m_errorCodeHasBeenSet =
true; m_errorCode.assign(value); }
77 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
85 bool m_eventIdHasBeenSet =
false;
88 bool m_errorCodeHasBeenSet =
false;
91 bool m_errorMessageHasBeenSet =
false;
const Aws::String & GetErrorMessage() const
PutPartnerEventsResultEntry & WithErrorMessage(const char *value)
AWS_CLOUDWATCHEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEventId(const Aws::String &value)
PutPartnerEventsResultEntry & WithEventId(Aws::String &&value)
bool EventIdHasBeenSet() const
bool ErrorCodeHasBeenSet() const
PutPartnerEventsResultEntry & WithErrorMessage(const Aws::String &value)
PutPartnerEventsResultEntry & WithErrorCode(const Aws::String &value)
void SetErrorCode(Aws::String &&value)
const Aws::String & GetErrorCode() const
PutPartnerEventsResultEntry & WithErrorCode(Aws::String &&value)
void SetErrorCode(const Aws::String &value)
void SetErrorMessage(const Aws::String &value)
void SetErrorCode(const char *value)
PutPartnerEventsResultEntry & WithErrorCode(const char *value)
void SetEventId(const char *value)
AWS_CLOUDWATCHEVENTS_API PutPartnerEventsResultEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetErrorMessage(const char *value)
PutPartnerEventsResultEntry & WithEventId(const char *value)
AWS_CLOUDWATCHEVENTS_API PutPartnerEventsResultEntry()
void SetEventId(Aws::String &&value)
void SetErrorMessage(Aws::String &&value)
bool ErrorMessageHasBeenSet() const
PutPartnerEventsResultEntry & WithEventId(const Aws::String &value)
AWS_CLOUDWATCHEVENTS_API PutPartnerEventsResultEntry(Aws::Utils::Json::JsonView jsonValue)
PutPartnerEventsResultEntry & WithErrorMessage(Aws::String &&value)
const Aws::String & GetEventId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue