AWS SDK for C++

AWS SDK for C++ Version 1.11.683

Loading...
Searching...
No Matches
GlueStudioSchemaColumn.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
29 public:
30 AWS_GLUE_API GlueStudioSchemaColumn() = default;
34
36
39 inline const Aws::String& GetName() const { return m_name; }
40 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
41 template <typename NameT = Aws::String>
42 void SetName(NameT&& value) {
43 m_nameHasBeenSet = true;
44 m_name = std::forward<NameT>(value);
45 }
46 template <typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
49 return *this;
50 }
52
54
57 inline const Aws::String& GetType() const { return m_type; }
58 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
59 template <typename TypeT = Aws::String>
60 void SetType(TypeT&& value) {
61 m_typeHasBeenSet = true;
62 m_type = std::forward<TypeT>(value);
63 }
64 template <typename TypeT = Aws::String>
66 SetType(std::forward<TypeT>(value));
67 return *this;
68 }
70
72
75 inline const Aws::String& GetGlueStudioType() const { return m_glueStudioType; }
76 inline bool GlueStudioTypeHasBeenSet() const { return m_glueStudioTypeHasBeenSet; }
77 template <typename GlueStudioTypeT = Aws::String>
78 void SetGlueStudioType(GlueStudioTypeT&& value) {
79 m_glueStudioTypeHasBeenSet = true;
80 m_glueStudioType = std::forward<GlueStudioTypeT>(value);
81 }
82 template <typename GlueStudioTypeT = Aws::String>
83 GlueStudioSchemaColumn& WithGlueStudioType(GlueStudioTypeT&& value) {
84 SetGlueStudioType(std::forward<GlueStudioTypeT>(value));
85 return *this;
86 }
88 private:
89 Aws::String m_name;
90 bool m_nameHasBeenSet = false;
91
92 Aws::String m_type;
93 bool m_typeHasBeenSet = false;
94
95 Aws::String m_glueStudioType;
96 bool m_glueStudioTypeHasBeenSet = false;
97};
98
99} // namespace Model
100} // namespace Glue
101} // namespace Aws
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
GlueStudioSchemaColumn & WithName(NameT &&value)
AWS_GLUE_API GlueStudioSchemaColumn & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API GlueStudioSchemaColumn()=default
void SetGlueStudioType(GlueStudioTypeT &&value)
GlueStudioSchemaColumn & WithType(TypeT &&value)
AWS_GLUE_API GlueStudioSchemaColumn(Aws::Utils::Json::JsonView jsonValue)
GlueStudioSchemaColumn & WithGlueStudioType(GlueStudioTypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue