93 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
112 bool m_codeHasBeenSet;
114 bool m_messageHasBeenSet;
void SetCode(StepStateChangeReasonCode &&value)
StepStateChangeReason & WithCode(const StepStateChangeReasonCode &value)
void SetMessage(const Aws::String &value)
const Aws::String & GetMessage() const
StepStateChangeReason & WithMessage(const char *value)
void SetCode(const StepStateChangeReasonCode &value)
StepStateChangeReason & WithCode(StepStateChangeReasonCode &&value)
StepStateChangeReason & WithMessage(const Aws::String &value)
const StepStateChangeReasonCode & GetCode() const
StepStateChangeReason & WithMessage(Aws::String &&value)
void SetMessage(Aws::String &&value)
void SetMessage(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
StepStateChangeReasonCode
JSON (JavaScript Object Notation).