7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/Table.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetTable(
const Table& value) { m_tableHasBeenSet =
true; m_table = value; }
48 inline void SetTable(
Table&& value) { m_tableHasBeenSet =
true; m_table = std::move(value); }
62 inline void SetVersionId(
const char* value) { m_versionIdHasBeenSet =
true; m_versionId.assign(value); }
70 bool m_tableHasBeenSet =
false;
73 bool m_versionIdHasBeenSet =
false;
AWS_GLUE_API TableVersion & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetVersionId() const
AWS_GLUE_API TableVersion(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool TableHasBeenSet() const
void SetVersionId(const char *value)
AWS_GLUE_API TableVersion()
void SetTable(Table &&value)
TableVersion & WithVersionId(Aws::String &&value)
bool VersionIdHasBeenSet() const
void SetVersionId(Aws::String &&value)
const Table & GetTable() const
void SetVersionId(const Aws::String &value)
void SetTable(const Table &value)
TableVersion & WithVersionId(const Aws::String &value)
TableVersion & WithVersionId(const char *value)
TableVersion & WithTable(Table &&value)
TableVersion & WithTable(const Table &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue