AWS SDK for C++

AWS SDK for C++ Version 1.11.689

Loading...
Searching...
No Matches
UpdateJsonClassifierRequest.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Glue {
20namespace Model {
21
28 public:
29 AWS_GLUE_API UpdateJsonClassifierRequest() = default;
33
35
38 inline const Aws::String& GetName() const { return m_name; }
39 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
40 template <typename NameT = Aws::String>
41 void SetName(NameT&& value) {
42 m_nameHasBeenSet = true;
43 m_name = std::forward<NameT>(value);
44 }
45 template <typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
48 return *this;
49 }
51
53
59 inline const Aws::String& GetJsonPath() const { return m_jsonPath; }
60 inline bool JsonPathHasBeenSet() const { return m_jsonPathHasBeenSet; }
61 template <typename JsonPathT = Aws::String>
62 void SetJsonPath(JsonPathT&& value) {
63 m_jsonPathHasBeenSet = true;
64 m_jsonPath = std::forward<JsonPathT>(value);
65 }
66 template <typename JsonPathT = Aws::String>
68 SetJsonPath(std::forward<JsonPathT>(value));
69 return *this;
70 }
72 private:
73 Aws::String m_name;
74 bool m_nameHasBeenSet = false;
75
76 Aws::String m_jsonPath;
77 bool m_jsonPathHasBeenSet = false;
78};
79
80} // namespace Model
81} // namespace Glue
82} // namespace Aws
AWS_GLUE_API UpdateJsonClassifierRequest(Aws::Utils::Json::JsonView jsonValue)
UpdateJsonClassifierRequest & WithName(NameT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API UpdateJsonClassifierRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
UpdateJsonClassifierRequest & WithJsonPath(JsonPathT &&value)
AWS_GLUE_API UpdateJsonClassifierRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue