7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dynamodb/model/ReplicaStatus.h>
10#include <aws/dynamodb/model/ProvisionedThroughputOverride.h>
11#include <aws/dynamodb/model/OnDemandThroughputOverride.h>
12#include <aws/dynamodb/model/TableWarmThroughputDescription.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
14#include <aws/core/utils/DateTime.h>
15#include <aws/dynamodb/model/TableClassSummary.h>
16#include <aws/dynamodb/model/ReplicaGlobalSecondaryIndexDescription.h>
54 template<
typename RegionNameT = Aws::String>
55 void SetRegionName(RegionNameT&& value) { m_regionNameHasBeenSet =
true; m_regionName = std::forward<RegionNameT>(value); }
56 template<
typename RegionNameT = Aws::String>
89 template<
typename ReplicaStatusDescriptionT = Aws::String>
90 void SetReplicaStatusDescription(ReplicaStatusDescriptionT&& value) { m_replicaStatusDescriptionHasBeenSet =
true; m_replicaStatusDescription = std::forward<ReplicaStatusDescriptionT>(value); }
91 template<
typename ReplicaStatusDescriptionT = Aws::String>
102 template<
typename ReplicaStatusPercentProgressT = Aws::String>
103 void SetReplicaStatusPercentProgress(ReplicaStatusPercentProgressT&& value) { m_replicaStatusPercentProgressHasBeenSet =
true; m_replicaStatusPercentProgress = std::forward<ReplicaStatusPercentProgressT>(value); }
104 template<
typename ReplicaStatusPercentProgressT = Aws::String>
114 template<
typename KMSMasterKeyIdT = Aws::String>
115 void SetKMSMasterKeyId(KMSMasterKeyIdT&& value) { m_kMSMasterKeyIdHasBeenSet =
true; m_kMSMasterKeyId = std::forward<KMSMasterKeyIdT>(value); }
116 template<
typename KMSMasterKeyIdT = Aws::String>
127 template<
typename ProvisionedThroughputOverr
ideT = ProvisionedThroughputOverr
ide>
128 void SetProvisionedThroughputOverride(ProvisionedThroughputOverrideT&& value) { m_provisionedThroughputOverrideHasBeenSet =
true; m_provisionedThroughputOverride = std::forward<ProvisionedThroughputOverrideT>(value); }
129 template<
typename ProvisionedThroughputOverr
ideT = ProvisionedThroughputOverr
ide>
140 template<
typename OnDemandThroughputOverr
ideT = OnDemandThroughputOverr
ide>
141 void SetOnDemandThroughputOverride(OnDemandThroughputOverrideT&& value) { m_onDemandThroughputOverrideHasBeenSet =
true; m_onDemandThroughputOverride = std::forward<OnDemandThroughputOverrideT>(value); }
142 template<
typename OnDemandThroughputOverr
ideT = OnDemandThroughputOverr
ide>
152 template<
typename WarmThroughputT = TableWarmThroughputDescription>
153 void SetWarmThroughput(WarmThroughputT&& value) { m_warmThroughputHasBeenSet =
true; m_warmThroughput = std::forward<WarmThroughputT>(value); }
154 template<
typename WarmThroughputT = TableWarmThroughputDescription>
164 template<
typename GlobalSecondaryIndexesT = Aws::Vector<ReplicaGlobalSecondaryIndexDescription>>
165 void SetGlobalSecondaryIndexes(GlobalSecondaryIndexesT&& value) { m_globalSecondaryIndexesHasBeenSet =
true; m_globalSecondaryIndexes = std::forward<GlobalSecondaryIndexesT>(value); }
166 template<
typename GlobalSecondaryIndexesT = Aws::Vector<ReplicaGlobalSecondaryIndexDescription>>
168 template<
typename GlobalSecondaryIndexesT = ReplicaGlobalSecondaryIndexDescription>
180 template<
typename ReplicaInaccessibleDateTimeT = Aws::Utils::DateTime>
181 void SetReplicaInaccessibleDateTime(ReplicaInaccessibleDateTimeT&& value) { m_replicaInaccessibleDateTimeHasBeenSet =
true; m_replicaInaccessibleDateTime = std::forward<ReplicaInaccessibleDateTimeT>(value); }
182 template<
typename ReplicaInaccessibleDateTimeT = Aws::Utils::DateTime>
190 template<
typename ReplicaTableClassSummaryT = TableClassSummary>
191 void SetReplicaTableClassSummary(ReplicaTableClassSummaryT&& value) { m_replicaTableClassSummaryHasBeenSet =
true; m_replicaTableClassSummary = std::forward<ReplicaTableClassSummaryT>(value); }
192 template<
typename ReplicaTableClassSummaryT = TableClassSummary>
198 bool m_regionNameHasBeenSet =
false;
201 bool m_replicaStatusHasBeenSet =
false;
204 bool m_replicaStatusDescriptionHasBeenSet =
false;
207 bool m_replicaStatusPercentProgressHasBeenSet =
false;
210 bool m_kMSMasterKeyIdHasBeenSet =
false;
212 ProvisionedThroughputOverride m_provisionedThroughputOverride;
213 bool m_provisionedThroughputOverrideHasBeenSet =
false;
215 OnDemandThroughputOverride m_onDemandThroughputOverride;
216 bool m_onDemandThroughputOverrideHasBeenSet =
false;
218 TableWarmThroughputDescription m_warmThroughput;
219 bool m_warmThroughputHasBeenSet =
false;
222 bool m_globalSecondaryIndexesHasBeenSet =
false;
225 bool m_replicaInaccessibleDateTimeHasBeenSet =
false;
227 TableClassSummary m_replicaTableClassSummary;
228 bool m_replicaTableClassSummaryHasBeenSet =
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)
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
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)
const ProvisionedThroughputOverride & GetProvisionedThroughputOverride() const
bool ReplicaStatusHasBeenSet() const
ReplicaDescription & WithKMSMasterKeyId(KMSMasterKeyIdT &&value)
AWS_DYNAMODB_API ReplicaDescription()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue