AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
GluePropertiesPatch.h
1
6#pragma once
7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/model/GlueConnectionPatch.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace DataZone {
20namespace Model {
21
29 public:
30 AWS_DATAZONE_API GluePropertiesPatch() = default;
33 AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const GlueConnectionPatch& GetGlueConnectionInput() const { return m_glueConnectionInput; }
40 inline bool GlueConnectionInputHasBeenSet() const { return m_glueConnectionInputHasBeenSet; }
41 template <typename GlueConnectionInputT = GlueConnectionPatch>
42 void SetGlueConnectionInput(GlueConnectionInputT&& value) {
43 m_glueConnectionInputHasBeenSet = true;
44 m_glueConnectionInput = std::forward<GlueConnectionInputT>(value);
45 }
46 template <typename GlueConnectionInputT = GlueConnectionPatch>
47 GluePropertiesPatch& WithGlueConnectionInput(GlueConnectionInputT&& value) {
48 SetGlueConnectionInput(std::forward<GlueConnectionInputT>(value));
49 return *this;
50 }
52 private:
53 GlueConnectionPatch m_glueConnectionInput;
54 bool m_glueConnectionInputHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace DataZone
59} // namespace Aws
void SetGlueConnectionInput(GlueConnectionInputT &&value)
AWS_DATAZONE_API GluePropertiesPatch(Aws::Utils::Json::JsonView jsonValue)
const GlueConnectionPatch & GetGlueConnectionInput() const
GluePropertiesPatch & WithGlueConnectionInput(GlueConnectionInputT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATAZONE_API GluePropertiesPatch & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API GluePropertiesPatch()=default
Aws::Utils::Json::JsonValue JsonValue