7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/dynamodb/model/ProvisionedThroughput.h>
12#include <aws/dynamodb/model/OnDemandThroughput.h>
13#include <aws/dynamodb/model/BillingMode.h>
14#include <aws/dynamodb/model/KeySchemaElement.h>
55 inline void SetTableName(
const char* value) { m_tableNameHasBeenSet =
true; m_tableName.assign(value); }
69 inline void SetTableId(
const char* value) { m_tableIdHasBeenSet =
true; m_tableId.assign(value); }
83 inline void SetTableArn(
const char* value) { m_tableArnHasBeenSet =
true; m_tableArn.assign(value); }
95 inline void SetTableSizeBytes(
long long value) { m_tableSizeBytesHasBeenSet =
true; m_tableSizeBytes = value; }
153 inline void SetItemCount(
long long value) { m_itemCountHasBeenSet =
true; m_itemCount = value; }
177 bool m_tableNameHasBeenSet =
false;
180 bool m_tableIdHasBeenSet =
false;
183 bool m_tableArnHasBeenSet =
false;
185 long long m_tableSizeBytes;
186 bool m_tableSizeBytesHasBeenSet =
false;
189 bool m_keySchemaHasBeenSet =
false;
192 bool m_tableCreationDateTimeHasBeenSet =
false;
195 bool m_provisionedThroughputHasBeenSet =
false;
198 bool m_onDemandThroughputHasBeenSet =
false;
200 long long m_itemCount;
201 bool m_itemCountHasBeenSet =
false;
204 bool m_billingModeHasBeenSet =
false;
SourceTableDetails & WithTableCreationDateTime(const Aws::Utils::DateTime &value)
const BillingMode & GetBillingMode() const
bool TableCreationDateTimeHasBeenSet() const
SourceTableDetails & WithProvisionedThroughput(ProvisionedThroughput &&value)
SourceTableDetails & WithTableId(const char *value)
void SetTableArn(Aws::String &&value)
const Aws::Utils::DateTime & GetTableCreationDateTime() const
const ProvisionedThroughput & GetProvisionedThroughput() const
SourceTableDetails & WithBillingMode(const BillingMode &value)
SourceTableDetails & WithTableSizeBytes(long long value)
SourceTableDetails & WithTableId(const Aws::String &value)
void SetTableCreationDateTime(Aws::Utils::DateTime &&value)
bool TableSizeBytesHasBeenSet() const
SourceTableDetails & WithTableId(Aws::String &&value)
void SetTableId(const char *value)
SourceTableDetails & WithTableArn(const Aws::String &value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTableName(const Aws::String &value)
bool KeySchemaHasBeenSet() const
long long GetTableSizeBytes() const
void SetProvisionedThroughput(const ProvisionedThroughput &value)
SourceTableDetails & AddKeySchema(const KeySchemaElement &value)
SourceTableDetails & WithOnDemandThroughput(OnDemandThroughput &&value)
SourceTableDetails & WithOnDemandThroughput(const OnDemandThroughput &value)
const Aws::String & GetTableArn() const
const Aws::String & GetTableId() const
const Aws::String & GetTableName() const
void SetTableSizeBytes(long long value)
SourceTableDetails & WithKeySchema(const Aws::Vector< KeySchemaElement > &value)
SourceTableDetails & WithItemCount(long long value)
SourceTableDetails & WithTableArn(const char *value)
bool OnDemandThroughputHasBeenSet() const
SourceTableDetails & WithTableName(Aws::String &&value)
void SetProvisionedThroughput(ProvisionedThroughput &&value)
void SetOnDemandThroughput(const OnDemandThroughput &value)
void SetBillingMode(const BillingMode &value)
const OnDemandThroughput & GetOnDemandThroughput() const
void SetBillingMode(BillingMode &&value)
SourceTableDetails & WithTableCreationDateTime(Aws::Utils::DateTime &&value)
void SetKeySchema(const Aws::Vector< KeySchemaElement > &value)
void SetTableArn(const char *value)
SourceTableDetails & WithTableName(const Aws::String &value)
AWS_DYNAMODB_API SourceTableDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DYNAMODB_API SourceTableDetails()
void SetTableCreationDateTime(const Aws::Utils::DateTime &value)
void SetItemCount(long long value)
bool ProvisionedThroughputHasBeenSet() const
void SetTableArn(const Aws::String &value)
SourceTableDetails & AddKeySchema(KeySchemaElement &&value)
void SetTableName(Aws::String &&value)
void SetTableName(const char *value)
void SetOnDemandThroughput(OnDemandThroughput &&value)
SourceTableDetails & WithProvisionedThroughput(const ProvisionedThroughput &value)
AWS_DYNAMODB_API SourceTableDetails(Aws::Utils::Json::JsonView jsonValue)
bool TableArnHasBeenSet() const
bool ItemCountHasBeenSet() const
SourceTableDetails & WithKeySchema(Aws::Vector< KeySchemaElement > &&value)
void SetTableId(const Aws::String &value)
long long GetItemCount() const
void SetKeySchema(Aws::Vector< KeySchemaElement > &&value)
const Aws::Vector< KeySchemaElement > & GetKeySchema() const
bool TableIdHasBeenSet() const
bool TableNameHasBeenSet() const
SourceTableDetails & WithTableArn(Aws::String &&value)
bool BillingModeHasBeenSet() const
SourceTableDetails & WithBillingMode(BillingMode &&value)
SourceTableDetails & WithTableName(const char *value)
void SetTableId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue