7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/dynamodb/DynamoDB_EXPORTS.h>
11#include <aws/dynamodb/model/GlobalTableSettingsReplicationMode.h>
12#include <aws/dynamodb/model/OnDemandThroughputOverride.h>
13#include <aws/dynamodb/model/ProvisionedThroughputOverride.h>
14#include <aws/dynamodb/model/ReplicaGlobalSecondaryIndexDescription.h>
15#include <aws/dynamodb/model/ReplicaStatus.h>
16#include <aws/dynamodb/model/TableClassSummary.h>
17#include <aws/dynamodb/model/TableWarmThroughputDescription.h>
49 template <
typename RegionNameT = Aws::String>
51 m_regionNameHasBeenSet =
true;
52 m_regionName = std::forward<RegionNameT>(value);
54 template <
typename RegionNameT = Aws::String>
81 m_replicaStatusHasBeenSet =
true;
82 m_replicaStatus = value;
96 template <
typename ReplicaStatusDescriptionT = Aws::String>
98 m_replicaStatusDescriptionHasBeenSet =
true;
99 m_replicaStatusDescription = std::forward<ReplicaStatusDescriptionT>(value);
101 template <
typename ReplicaStatusDescriptionT = Aws::String>
115 template <
typename ReplicaStatusPercentProgressT = Aws::String>
117 m_replicaStatusPercentProgressHasBeenSet =
true;
118 m_replicaStatusPercentProgress = std::forward<ReplicaStatusPercentProgressT>(value);
120 template <
typename ReplicaStatusPercentProgressT = Aws::String>
133 template <
typename KMSMasterKeyIdT = Aws::String>
135 m_kMSMasterKeyIdHasBeenSet =
true;
136 m_kMSMasterKeyId = std::forward<KMSMasterKeyIdT>(value);
138 template <
typename KMSMasterKeyIdT = Aws::String>
152 template <
typename ProvisionedThroughputOverr
ideT = ProvisionedThroughputOverr
ide>
154 m_provisionedThroughputOverrideHasBeenSet =
true;
155 m_provisionedThroughputOverride = std::forward<ProvisionedThroughputOverrideT>(value);
157 template <
typename ProvisionedThroughputOverr
ideT = ProvisionedThroughputOverr
ide>
171 template <
typename OnDemandThroughputOverr
ideT = OnDemandThroughputOverr
ide>
173 m_onDemandThroughputOverrideHasBeenSet =
true;
174 m_onDemandThroughputOverride = std::forward<OnDemandThroughputOverrideT>(value);
176 template <
typename OnDemandThroughputOverr
ideT = OnDemandThroughputOverr
ide>
189 template <
typename WarmThroughputT = TableWarmThroughputDescription>
191 m_warmThroughputHasBeenSet =
true;
192 m_warmThroughput = std::forward<WarmThroughputT>(value);
194 template <
typename WarmThroughputT = TableWarmThroughputDescription>
207 template <
typename GlobalSecondaryIndexesT = Aws::Vector<ReplicaGlobalSecondaryIndexDescription>>
209 m_globalSecondaryIndexesHasBeenSet =
true;
210 m_globalSecondaryIndexes = std::forward<GlobalSecondaryIndexesT>(value);
212 template <
typename GlobalSecondaryIndexesT = Aws::Vector<ReplicaGlobalSecondaryIndexDescription>>
217 template <
typename GlobalSecondaryIndexesT = ReplicaGlobalSecondaryIndexDescription>
219 m_globalSecondaryIndexesHasBeenSet =
true;
220 m_globalSecondaryIndexes.emplace_back(std::forward<GlobalSecondaryIndexesT>(value));
233 template <
typename ReplicaInaccessibleDateTimeT = Aws::Utils::DateTime>
235 m_replicaInaccessibleDateTimeHasBeenSet =
true;
236 m_replicaInaccessibleDateTime = std::forward<ReplicaInaccessibleDateTimeT>(value);
238 template <
typename ReplicaInaccessibleDateTimeT = Aws::Utils::DateTime>
249 template <
typename ReplicaTableClassSummaryT = TableClassSummary>
251 m_replicaTableClassSummaryHasBeenSet =
true;
252 m_replicaTableClassSummary = std::forward<ReplicaTableClassSummaryT>(value);
254 template <
typename ReplicaTableClassSummaryT = TableClassSummary>
275 m_globalTableSettingsReplicationModeHasBeenSet =
true;
276 m_globalTableSettingsReplicationMode = value;
294 ProvisionedThroughputOverride m_provisionedThroughputOverride;
296 OnDemandThroughputOverride m_onDemandThroughputOverride;
298 TableWarmThroughputDescription m_warmThroughput;
304 TableClassSummary m_replicaTableClassSummary;
307 bool m_regionNameHasBeenSet =
false;
308 bool m_replicaStatusHasBeenSet =
false;
309 bool m_replicaStatusDescriptionHasBeenSet =
false;
310 bool m_replicaStatusPercentProgressHasBeenSet =
false;
311 bool m_kMSMasterKeyIdHasBeenSet =
false;
312 bool m_provisionedThroughputOverrideHasBeenSet =
false;
313 bool m_onDemandThroughputOverrideHasBeenSet =
false;
314 bool m_warmThroughputHasBeenSet =
false;
315 bool m_globalSecondaryIndexesHasBeenSet =
false;
316 bool m_replicaInaccessibleDateTimeHasBeenSet =
false;
317 bool m_replicaTableClassSummaryHasBeenSet =
false;
318 bool m_globalTableSettingsReplicationModeHasBeenSet =
false;
const Aws::Vector< ReplicaGlobalSecondaryIndexDescription > & GetGlobalSecondaryIndexes() const
void SetKMSMasterKeyId(KMSMasterKeyIdT &&value)
ReplicaDescription & WithOnDemandThroughputOverride(OnDemandThroughputOverrideT &&value)
void SetOnDemandThroughputOverride(OnDemandThroughputOverrideT &&value)
ReplicaDescription & WithWarmThroughput(WarmThroughputT &&value)
void SetReplicaStatusPercentProgress(ReplicaStatusPercentProgressT &&value)
bool ReplicaStatusDescriptionHasBeenSet() const
const TableClassSummary & GetReplicaTableClassSummary() const
bool OnDemandThroughputOverrideHasBeenSet() const
const TableWarmThroughputDescription & GetWarmThroughput() const
void SetProvisionedThroughputOverride(ProvisionedThroughputOverrideT &&value)
void SetReplicaInaccessibleDateTime(ReplicaInaccessibleDateTimeT &&value)
const Aws::String & GetReplicaStatusPercentProgress() const
ReplicaDescription & WithReplicaTableClassSummary(ReplicaTableClassSummaryT &&value)
void SetGlobalSecondaryIndexes(GlobalSecondaryIndexesT &&value)
const Aws::String & GetKMSMasterKeyId() const
ReplicaDescription & WithReplicaInaccessibleDateTime(ReplicaInaccessibleDateTimeT &&value)
bool GlobalTableSettingsReplicationModeHasBeenSet() const
ReplicaDescription & AddGlobalSecondaryIndexes(GlobalSecondaryIndexesT &&value)
const OnDemandThroughputOverride & GetOnDemandThroughputOverride() const
void SetRegionName(RegionNameT &&value)
const Aws::String & GetRegionName() const
bool KMSMasterKeyIdHasBeenSet() const
bool RegionNameHasBeenSet() const
bool GlobalSecondaryIndexesHasBeenSet() const
GlobalTableSettingsReplicationMode GetGlobalTableSettingsReplicationMode() const
bool ReplicaStatusPercentProgressHasBeenSet() const
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DYNAMODB_API ReplicaDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
ReplicaDescription & WithProvisionedThroughputOverride(ProvisionedThroughputOverrideT &&value)
const Aws::Utils::DateTime & GetReplicaInaccessibleDateTime() const
bool ProvisionedThroughputOverrideHasBeenSet() const
ReplicaStatus GetReplicaStatus() const
bool ReplicaInaccessibleDateTimeHasBeenSet() const
ReplicaDescription & WithRegionName(RegionNameT &&value)
AWS_DYNAMODB_API ReplicaDescription(Aws::Utils::Json::JsonView jsonValue)
void SetWarmThroughput(WarmThroughputT &&value)
void SetReplicaStatusDescription(ReplicaStatusDescriptionT &&value)
void SetReplicaTableClassSummary(ReplicaTableClassSummaryT &&value)
ReplicaDescription & WithReplicaStatusDescription(ReplicaStatusDescriptionT &&value)
const Aws::String & GetReplicaStatusDescription() const
bool WarmThroughputHasBeenSet() const
ReplicaDescription & WithReplicaStatus(ReplicaStatus value)
bool ReplicaTableClassSummaryHasBeenSet() const
ReplicaDescription & WithReplicaStatusPercentProgress(ReplicaStatusPercentProgressT &&value)
void SetReplicaStatus(ReplicaStatus value)
ReplicaDescription & WithGlobalSecondaryIndexes(GlobalSecondaryIndexesT &&value)
void SetGlobalTableSettingsReplicationMode(GlobalTableSettingsReplicationMode value)
const ProvisionedThroughputOverride & GetProvisionedThroughputOverride() const
bool ReplicaStatusHasBeenSet() const
ReplicaDescription & WithKMSMasterKeyId(KMSMasterKeyIdT &&value)
ReplicaDescription & WithGlobalTableSettingsReplicationMode(GlobalTableSettingsReplicationMode value)
AWS_DYNAMODB_API ReplicaDescription()=default
GlobalTableSettingsReplicationMode
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue