7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetErrorCode(
const char* value) { m_errorCodeHasBeenSet =
true; m_errorCode.assign(value); }
63 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
77 inline void SetRecipeVersion(
const char* value) { m_recipeVersionHasBeenSet =
true; m_recipeVersion.assign(value); }
85 bool m_errorCodeHasBeenSet =
false;
88 bool m_errorMessageHasBeenSet =
false;
91 bool m_recipeVersionHasBeenSet =
false;
RecipeVersionErrorDetail & WithRecipeVersion(const Aws::String &value)
RecipeVersionErrorDetail & WithRecipeVersion(const char *value)
const Aws::String & GetRecipeVersion() const
const Aws::String & GetErrorCode() const
RecipeVersionErrorDetail & WithRecipeVersion(Aws::String &&value)
RecipeVersionErrorDetail & WithErrorCode(const char *value)
void SetRecipeVersion(Aws::String &&value)
AWS_GLUEDATABREW_API RecipeVersionErrorDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
RecipeVersionErrorDetail & WithErrorMessage(const Aws::String &value)
void SetRecipeVersion(const Aws::String &value)
const Aws::String & GetErrorMessage() const
AWS_GLUEDATABREW_API RecipeVersionErrorDetail(Aws::Utils::Json::JsonView jsonValue)
RecipeVersionErrorDetail & WithErrorMessage(Aws::String &&value)
void SetErrorCode(Aws::String &&value)
RecipeVersionErrorDetail & WithErrorCode(const Aws::String &value)
AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() const
void SetErrorMessage(const Aws::String &value)
bool ErrorMessageHasBeenSet() const
void SetErrorCode(const char *value)
void SetErrorMessage(const char *value)
RecipeVersionErrorDetail & WithErrorCode(Aws::String &&value)
RecipeVersionErrorDetail & WithErrorMessage(const char *value)
bool ErrorCodeHasBeenSet() const
bool RecipeVersionHasBeenSet() const
void SetErrorMessage(Aws::String &&value)
AWS_GLUEDATABREW_API RecipeVersionErrorDetail()
void SetErrorCode(const Aws::String &value)
void SetRecipeVersion(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue