7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
62 template <
typename JsonPathT = Aws::String>
64 m_jsonPathHasBeenSet =
true;
65 m_jsonPath = std::forward<JsonPathT>(value);
67 template <
typename JsonPathT = Aws::String>
77 bool m_nameHasBeenSet =
false;
78 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