7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/ViewDialect.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
59 template<
typename DialectVersionT = Aws::String>
60 void SetDialectVersion(DialectVersionT&& value) { m_dialectVersionHasBeenSet =
true; m_dialectVersion = std::forward<DialectVersionT>(value); }
61 template<
typename DialectVersionT = Aws::String>
71 template<
typename ViewOriginalTextT = Aws::String>
72 void SetViewOriginalText(ViewOriginalTextT&& value) { m_viewOriginalTextHasBeenSet =
true; m_viewOriginalText = std::forward<ViewOriginalTextT>(value); }
73 template<
typename ViewOriginalTextT = Aws::String>
84 template<
typename Val
idationConnectionT = Aws::String>
85 void SetValidationConnection(ValidationConnectionT&& value) { m_validationConnectionHasBeenSet =
true; m_validationConnection = std::forward<ValidationConnectionT>(value); }
86 template<
typename Val
idationConnectionT = Aws::String>
97 template<
typename ViewExpandedTextT = Aws::String>
98 void SetViewExpandedText(ViewExpandedTextT&& value) { m_viewExpandedTextHasBeenSet =
true; m_viewExpandedText = std::forward<ViewExpandedTextT>(value); }
99 template<
typename ViewExpandedTextT = Aws::String>
105 bool m_dialectHasBeenSet =
false;
108 bool m_dialectVersionHasBeenSet =
false;
111 bool m_viewOriginalTextHasBeenSet =
false;
114 bool m_validationConnectionHasBeenSet =
false;
117 bool m_viewExpandedTextHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue