7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
61 template<
typename JsonPathT = Aws::String>
62 void SetJsonPath(JsonPathT&& value) { m_jsonPathHasBeenSet =
true; m_jsonPath = std::forward<JsonPathT>(value); }
63 template<
typename JsonPathT = Aws::String>
69 bool m_nameHasBeenSet =
false;
72 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