7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
43 template <
typename ResultPathT = Aws::String>
45 m_resultPathHasBeenSet =
true;
46 m_resultPath = std::forward<ResultPathT>(value);
48 template <
typename ResultPathT = Aws::String>
62 template <
typename ErrorPathT = Aws::String>
64 m_errorPathHasBeenSet =
true;
65 m_errorPath = std::forward<ErrorPathT>(value);
67 template <
typename ErrorPathT = Aws::String>
77 bool m_resultPathHasBeenSet =
false;
78 bool m_errorPathHasBeenSet =
false;
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool ResultPathHasBeenSet() const
const Aws::String & GetErrorPath() const
AWS_GLUE_API ResponseConfiguration()=default
const Aws::String & GetResultPath() const
void SetErrorPath(ErrorPathT &&value)
AWS_GLUE_API ResponseConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ResponseConfiguration & WithErrorPath(ErrorPathT &&value)
bool ErrorPathHasBeenSet() const
AWS_GLUE_API ResponseConfiguration(Aws::Utils::Json::JsonView jsonValue)
ResponseConfiguration & WithResultPath(ResultPathT &&value)
void SetResultPath(ResultPathT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue