7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/ViewDialect.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
58 template<
typename DialectVersionT = Aws::String>
59 void SetDialectVersion(DialectVersionT&& value) { m_dialectVersionHasBeenSet =
true; m_dialectVersion = std::forward<DialectVersionT>(value); }
60 template<
typename DialectVersionT = Aws::String>
66 bool m_dialectHasBeenSet =
false;
69 bool m_dialectVersionHasBeenSet =
false;
bool DialectHasBeenSet() const
AWS_GLUE_API SupportedDialect()=default
AWS_GLUE_API SupportedDialect & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool DialectVersionHasBeenSet() const
const Aws::String & GetDialectVersion() const
void SetDialect(ViewDialect value)
SupportedDialect & WithDialect(ViewDialect value)
void SetDialectVersion(DialectVersionT &&value)
SupportedDialect & WithDialectVersion(DialectVersionT &&value)
ViewDialect GetDialect() const
AWS_GLUE_API SupportedDialect(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue