7#include <aws/eventbridge/EventBridge_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
51 inline void SetEventId(
const char* value) { m_eventIdHasBeenSet =
true; m_eventId.assign(value); }
65 inline void SetErrorCode(
const char* value) { m_errorCodeHasBeenSet =
true; m_errorCode.assign(value); }
79 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
87 bool m_eventIdHasBeenSet =
false;
90 bool m_errorCodeHasBeenSet =
false;
93 bool m_errorMessageHasBeenSet =
false;
PutPartnerEventsResultEntry & WithErrorMessage(Aws::String &&value)
bool EventIdHasBeenSet() const
bool ErrorCodeHasBeenSet() const
PutPartnerEventsResultEntry & WithErrorCode(const char *value)
const Aws::String & GetErrorMessage() const
void SetErrorCode(Aws::String &&value)
PutPartnerEventsResultEntry & WithErrorCode(Aws::String &&value)
AWS_EVENTBRIDGE_API PutPartnerEventsResultEntry()
void SetErrorCode(const Aws::String &value)
PutPartnerEventsResultEntry & WithErrorMessage(const char *value)
PutPartnerEventsResultEntry & WithEventId(const char *value)
const Aws::String & GetErrorCode() const
void SetEventId(const char *value)
void SetErrorCode(const char *value)
bool ErrorMessageHasBeenSet() const
AWS_EVENTBRIDGE_API PutPartnerEventsResultEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
PutPartnerEventsResultEntry & WithErrorMessage(const Aws::String &value)
void SetErrorMessage(Aws::String &&value)
void SetErrorMessage(const char *value)
void SetEventId(Aws::String &&value)
const Aws::String & GetEventId() const
PutPartnerEventsResultEntry & WithEventId(const Aws::String &value)
AWS_EVENTBRIDGE_API PutPartnerEventsResultEntry(Aws::Utils::Json::JsonView jsonValue)
PutPartnerEventsResultEntry & WithEventId(Aws::String &&value)
void SetEventId(const Aws::String &value)
AWS_EVENTBRIDGE_API Aws::Utils::Json::JsonValue Jsonize() const
PutPartnerEventsResultEntry & WithErrorCode(const Aws::String &value)
void SetErrorMessage(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue