/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Specifies a version of a table.See Also:
AWS
* API Reference
The table in question.
*/ inline const Table& GetTable() const{ return m_table; } /** *The table in question.
*/ inline bool TableHasBeenSet() const { return m_tableHasBeenSet; } /** *The table in question.
*/ inline void SetTable(const Table& value) { m_tableHasBeenSet = true; m_table = value; } /** *The table in question.
*/ inline void SetTable(Table&& value) { m_tableHasBeenSet = true; m_table = std::move(value); } /** *The table in question.
*/ inline TableVersion& WithTable(const Table& value) { SetTable(value); return *this;} /** *The table in question.
*/ inline TableVersion& WithTable(Table&& value) { SetTable(std::move(value)); return *this;} /** *The ID value that identifies this table version. A VersionId
is
* a string representation of an integer. Each version is incremented by 1.
The ID value that identifies this table version. A VersionId
is
* a string representation of an integer. Each version is incremented by 1.
The ID value that identifies this table version. A VersionId
is
* a string representation of an integer. Each version is incremented by 1.
The ID value that identifies this table version. A VersionId
is
* a string representation of an integer. Each version is incremented by 1.
The ID value that identifies this table version. A VersionId
is
* a string representation of an integer. Each version is incremented by 1.
The ID value that identifies this table version. A VersionId
is
* a string representation of an integer. Each version is incremented by 1.
The ID value that identifies this table version. A VersionId
is
* a string representation of an integer. Each version is incremented by 1.
The ID value that identifies this table version. A VersionId
is
* a string representation of an integer. Each version is incremented by 1.