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