7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/dynamodb/DynamoDB_EXPORTS.h>
10#include <aws/dynamodb/model/ReplicaAutoScalingDescription.h>
11#include <aws/dynamodb/model/TableStatus.h>
44 template <
typename TableNameT = Aws::String>
46 m_tableNameHasBeenSet =
true;
47 m_tableName = std::forward<TableNameT>(value);
49 template <
typename TableNameT = Aws::String>
67 m_tableStatusHasBeenSet =
true;
68 m_tableStatus = value;
82 template <
typename ReplicasT = Aws::Vector<ReplicaAutoScalingDescription>>
84 m_replicasHasBeenSet =
true;
85 m_replicas = std::forward<ReplicasT>(value);
87 template <
typename ReplicasT = Aws::Vector<ReplicaAutoScalingDescription>>
92 template <
typename ReplicasT = ReplicaAutoScalingDescription>
94 m_replicasHasBeenSet =
true;
95 m_replicas.emplace_back(std::forward<ReplicasT>(value));
105 bool m_tableNameHasBeenSet =
false;
106 bool m_tableStatusHasBeenSet =
false;
107 bool m_replicasHasBeenSet =
false;
TableStatus GetTableStatus() const
const Aws::Vector< ReplicaAutoScalingDescription > & GetReplicas() const
bool TableStatusHasBeenSet() const
AWS_DYNAMODB_API TableAutoScalingDescription()=default
TableAutoScalingDescription & WithTableStatus(TableStatus value)
void SetTableName(TableNameT &&value)
AWS_DYNAMODB_API TableAutoScalingDescription(Aws::Utils::Json::JsonView jsonValue)
bool ReplicasHasBeenSet() const
bool TableNameHasBeenSet() const
AWS_DYNAMODB_API TableAutoScalingDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
TableAutoScalingDescription & WithReplicas(ReplicasT &&value)
TableAutoScalingDescription & AddReplicas(ReplicasT &&value)
void SetTableStatus(TableStatus value)
TableAutoScalingDescription & WithTableName(TableNameT &&value)
const Aws::String & GetTableName() const
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetReplicas(ReplicasT &&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