7#include <aws/timestream-write/TimestreamWrite_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/timestream-write/model/TableStatus.h>
10#include <aws/timestream-write/model/RetentionProperties.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/timestream-write/model/MagneticStoreWriteProperties.h>
13#include <aws/timestream-write/model/Schema.h>
26namespace TimestreamWrite
41 AWS_TIMESTREAMWRITE_API
Table();
54 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
55 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
69 inline void SetTableName(
const char* value) { m_tableNameHasBeenSet =
true; m_tableName.assign(value); }
83 inline void SetDatabaseName(
const char* value) { m_databaseNameHasBeenSet =
true; m_databaseName.assign(value); }
158 inline void SetSchema(
const Schema& value) { m_schemaHasBeenSet =
true; m_schema = value; }
159 inline void SetSchema(
Schema&& value) { m_schemaHasBeenSet =
true; m_schema = std::move(value); }
166 bool m_arnHasBeenSet =
false;
169 bool m_tableNameHasBeenSet =
false;
172 bool m_databaseNameHasBeenSet =
false;
175 bool m_tableStatusHasBeenSet =
false;
178 bool m_retentionPropertiesHasBeenSet =
false;
181 bool m_creationTimeHasBeenSet =
false;
184 bool m_lastUpdatedTimeHasBeenSet =
false;
187 bool m_magneticStoreWritePropertiesHasBeenSet =
false;
190 bool m_schemaHasBeenSet =
false;
void SetMagneticStoreWriteProperties(const MagneticStoreWriteProperties &value)
Table & WithMagneticStoreWriteProperties(const MagneticStoreWriteProperties &value)
Table & WithTableName(const Aws::String &value)
Table & WithArn(const Aws::String &value)
AWS_TIMESTREAMWRITE_API Table & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRetentionProperties(RetentionProperties &&value)
void SetArn(Aws::String &&value)
bool SchemaHasBeenSet() const
bool DatabaseNameHasBeenSet() const
Table & WithArn(const char *value)
Table & WithCreationTime(const Aws::Utils::DateTime &value)
bool ArnHasBeenSet() const
void SetTableName(const char *value)
Table & WithSchema(Schema &&value)
void SetArn(const char *value)
Table & WithArn(Aws::String &&value)
void SetCreationTime(Aws::Utils::DateTime &&value)
bool LastUpdatedTimeHasBeenSet() const
AWS_TIMESTREAMWRITE_API Table()
void SetArn(const Aws::String &value)
Table & WithTableStatus(const TableStatus &value)
Table & WithRetentionProperties(RetentionProperties &&value)
Table & WithTableName(const char *value)
Table & WithTableStatus(TableStatus &&value)
bool MagneticStoreWritePropertiesHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::String & GetTableName() const
bool TableNameHasBeenSet() const
AWS_TIMESTREAMWRITE_API Aws::Utils::Json::JsonValue Jsonize() const
Table & WithDatabaseName(Aws::String &&value)
void SetSchema(Schema &&value)
const RetentionProperties & GetRetentionProperties() const
Table & WithLastUpdatedTime(const Aws::Utils::DateTime &value)
Table & WithTableName(Aws::String &&value)
void SetLastUpdatedTime(const Aws::Utils::DateTime &value)
const Aws::String & GetArn() const
const Aws::Utils::DateTime & GetLastUpdatedTime() const
const TableStatus & GetTableStatus() const
void SetMagneticStoreWriteProperties(MagneticStoreWriteProperties &&value)
Table & WithRetentionProperties(const RetentionProperties &value)
void SetTableName(Aws::String &&value)
void SetLastUpdatedTime(Aws::Utils::DateTime &&value)
void SetTableName(const Aws::String &value)
Table & WithCreationTime(Aws::Utils::DateTime &&value)
Table & WithDatabaseName(const char *value)
Table & WithSchema(const Schema &value)
void SetDatabaseName(Aws::String &&value)
void SetCreationTime(const Aws::Utils::DateTime &value)
void SetTableStatus(const TableStatus &value)
const MagneticStoreWriteProperties & GetMagneticStoreWriteProperties() const
void SetTableStatus(TableStatus &&value)
void SetDatabaseName(const char *value)
void SetDatabaseName(const Aws::String &value)
bool RetentionPropertiesHasBeenSet() const
AWS_TIMESTREAMWRITE_API Table(Aws::Utils::Json::JsonView jsonValue)
void SetSchema(const Schema &value)
const Aws::String & GetDatabaseName() const
const Schema & GetSchema() const
bool TableStatusHasBeenSet() const
Table & WithLastUpdatedTime(Aws::Utils::DateTime &&value)
Table & WithDatabaseName(const Aws::String &value)
void SetRetentionProperties(const RetentionProperties &value)
Table & WithMagneticStoreWriteProperties(MagneticStoreWriteProperties &&value)
bool CreationTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue