7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/Table.h>
41 template <
typename TableT = Table>
43 m_tableHasBeenSet =
true;
44 m_table = std::forward<TableT>(value);
46 template <
typename TableT = Table>
48 SetTable(std::forward<TableT>(value));
60 template <
typename VersionIdT = Aws::String>
62 m_versionIdHasBeenSet =
true;
63 m_versionId = std::forward<VersionIdT>(value);
65 template <
typename VersionIdT = Aws::String>
75 bool m_tableHasBeenSet =
false;
76 bool m_versionIdHasBeenSet =
false;
AWS_GLUE_API TableVersion & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API TableVersion()=default
TableVersion & WithTable(TableT &&value)
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
bool VersionIdHasBeenSet() const
const Table & GetTable() const
void SetVersionId(VersionIdT &&value)
void SetTable(TableT &&value)
TableVersion & WithVersionId(VersionIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue