7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
61 template <
typename JsonPathT = Aws::String>
63 m_jsonPathHasBeenSet =
true;
64 m_jsonPath = std::forward<JsonPathT>(value);
66 template <
typename JsonPathT = Aws::String>
74 bool m_nameHasBeenSet =
false;
77 bool m_jsonPathHasBeenSet =
false;
AWS_GLUE_API UpdateJsonClassifierRequest(Aws::Utils::Json::JsonView jsonValue)
bool JsonPathHasBeenSet() const
void SetJsonPath(JsonPathT &&value)
UpdateJsonClassifierRequest & WithName(NameT &&value)
bool NameHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetJsonPath() const
AWS_GLUE_API UpdateJsonClassifierRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
UpdateJsonClassifierRequest & WithJsonPath(JsonPathT &&value)
void SetName(NameT &&value)
const Aws::String & GetName() const
AWS_GLUE_API UpdateJsonClassifierRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue