7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/ViewDialect.h>
43 m_dialectHasBeenSet =
true;
58 template <
typename DialectVersionT = Aws::String>
60 m_dialectVersionHasBeenSet =
true;
61 m_dialectVersion = std::forward<DialectVersionT>(value);
63 template <
typename DialectVersionT = Aws::String>
80 template <
typename ViewOriginalTextT = Aws::String>
82 m_viewOriginalTextHasBeenSet =
true;
83 m_viewOriginalText = std::forward<ViewOriginalTextT>(value);
85 template <
typename ViewOriginalTextT = Aws::String>
102 template <
typename ViewExpandedTextT = Aws::String>
104 m_viewExpandedTextHasBeenSet =
true;
105 m_viewExpandedText = std::forward<ViewExpandedTextT>(value);
107 template <
typename ViewExpandedTextT = Aws::String>
121 template <
typename Val
idationConnectionT = Aws::String>
123 m_validationConnectionHasBeenSet =
true;
124 m_validationConnection = std::forward<ValidationConnectionT>(value);
126 template <
typename Val
idationConnectionT = Aws::String>
141 m_isStaleHasBeenSet =
true;
160 bool m_isStale{
false};
161 bool m_dialectHasBeenSet =
false;
162 bool m_dialectVersionHasBeenSet =
false;
163 bool m_viewOriginalTextHasBeenSet =
false;
164 bool m_viewExpandedTextHasBeenSet =
false;
165 bool m_validationConnectionHasBeenSet =
false;
166 bool m_isStaleHasBeenSet =
false;
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API ViewRepresentation(Aws::Utils::Json::JsonView jsonValue)
void SetValidationConnection(ValidationConnectionT &&value)
const Aws::String & GetViewOriginalText() const
ViewRepresentation & WithViewOriginalText(ViewOriginalTextT &&value)
bool IsStaleHasBeenSet() const
ViewRepresentation & WithViewExpandedText(ViewExpandedTextT &&value)
bool DialectHasBeenSet() const
ViewRepresentation & WithDialect(ViewDialect value)
const Aws::String & GetViewExpandedText() const
ViewRepresentation & WithIsStale(bool value)
ViewRepresentation & WithDialectVersion(DialectVersionT &&value)
AWS_GLUE_API ViewRepresentation()=default
void SetDialect(ViewDialect value)
void SetIsStale(bool value)
bool ValidationConnectionHasBeenSet() const
bool ViewExpandedTextHasBeenSet() const
bool ViewOriginalTextHasBeenSet() const
ViewRepresentation & WithValidationConnection(ValidationConnectionT &&value)
const Aws::String & GetValidationConnection() const
bool DialectVersionHasBeenSet() const
ViewDialect GetDialect() const
void SetViewOriginalText(ViewOriginalTextT &&value)
void SetViewExpandedText(ViewExpandedTextT &&value)
AWS_GLUE_API ViewRepresentation & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDialectVersion(DialectVersionT &&value)
const Aws::String & GetDialectVersion() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue