7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
62 template<
typename JsonPathT = Aws::String>
63 void SetJsonPath(JsonPathT&& value) { m_jsonPathHasBeenSet =
true; m_jsonPath = std::forward<JsonPathT>(value); }
64 template<
typename JsonPathT = Aws::String>
70 bool m_nameHasBeenSet =
false;
73 bool m_jsonPathHasBeenSet =
false;
CreateJsonClassifierRequest & WithName(NameT &&value)
AWS_GLUE_API CreateJsonClassifierRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
void SetJsonPath(JsonPathT &&value)
CreateJsonClassifierRequest & WithJsonPath(JsonPathT &&value)
AWS_GLUE_API CreateJsonClassifierRequest(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetJsonPath() const
void SetName(NameT &&value)
AWS_GLUE_API CreateJsonClassifierRequest()=default
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
bool JsonPathHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue