/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains details of the table class.See Also:
AWS
* API Reference
The table class of the specified table. Valid values are
* STANDARD
and STANDARD_INFREQUENT_ACCESS
.
The table class of the specified table. Valid values are
* STANDARD
and STANDARD_INFREQUENT_ACCESS
.
The table class of the specified table. Valid values are
* STANDARD
and STANDARD_INFREQUENT_ACCESS
.
The table class of the specified table. Valid values are
* STANDARD
and STANDARD_INFREQUENT_ACCESS
.
The table class of the specified table. Valid values are
* STANDARD
and STANDARD_INFREQUENT_ACCESS
.
The table class of the specified table. Valid values are
* STANDARD
and STANDARD_INFREQUENT_ACCESS
.
The date and time at which the table class was last updated.
*/ inline const Aws::Utils::DateTime& GetLastUpdateDateTime() const{ return m_lastUpdateDateTime; } /** *The date and time at which the table class was last updated.
*/ inline bool LastUpdateDateTimeHasBeenSet() const { return m_lastUpdateDateTimeHasBeenSet; } /** *The date and time at which the table class was last updated.
*/ inline void SetLastUpdateDateTime(const Aws::Utils::DateTime& value) { m_lastUpdateDateTimeHasBeenSet = true; m_lastUpdateDateTime = value; } /** *The date and time at which the table class was last updated.
*/ inline void SetLastUpdateDateTime(Aws::Utils::DateTime&& value) { m_lastUpdateDateTimeHasBeenSet = true; m_lastUpdateDateTime = std::move(value); } /** *The date and time at which the table class was last updated.
*/ inline TableClassSummary& WithLastUpdateDateTime(const Aws::Utils::DateTime& value) { SetLastUpdateDateTime(value); return *this;} /** *The date and time at which the table class was last updated.
*/ inline TableClassSummary& WithLastUpdateDateTime(Aws::Utils::DateTime&& value) { SetLastUpdateDateTime(std::move(value)); return *this;} private: TableClass m_tableClass; bool m_tableClassHasBeenSet = false; Aws::Utils::DateTime m_lastUpdateDateTime; bool m_lastUpdateDateTimeHasBeenSet = false; }; } // namespace Model } // namespace DynamoDB } // namespace Aws