107 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
130 bool m_errorCodeHasBeenSet =
false;
133 bool m_errorMessageHasBeenSet =
false;
#define AWS_APPSTREAM_API
AWS_APPSTREAM_API LastReportGenerationExecutionError & operator=(Aws::Utils::Json::JsonView jsonValue)
LastReportGenerationExecutionError & WithErrorCode(const UsageReportExecutionErrorCode &value)
const Aws::String & GetErrorMessage() const
AWS_APPSTREAM_API LastReportGenerationExecutionError()
LastReportGenerationExecutionError & WithErrorMessage(Aws::String &&value)
void SetErrorCode(const UsageReportExecutionErrorCode &value)
AWS_APPSTREAM_API Aws::Utils::Json::JsonValue Jsonize() const
const UsageReportExecutionErrorCode & GetErrorCode() const
void SetErrorMessage(const char *value)
bool ErrorCodeHasBeenSet() const
void SetErrorMessage(const Aws::String &value)
LastReportGenerationExecutionError & WithErrorCode(UsageReportExecutionErrorCode &&value)
void SetErrorCode(UsageReportExecutionErrorCode &&value)
LastReportGenerationExecutionError & WithErrorMessage(const Aws::String &value)
void SetErrorMessage(Aws::String &&value)
LastReportGenerationExecutionError & WithErrorMessage(const char *value)
AWS_APPSTREAM_API LastReportGenerationExecutionError(Aws::Utils::Json::JsonView jsonValue)
bool ErrorMessageHasBeenSet() const
UsageReportExecutionErrorCode
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String