7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/keyspaces/Keyspaces_EXPORTS.h>
9#include <aws/keyspaces/model/AutoScalingSettings.h>
49 template <
typename RegionT = Aws::String>
51 m_regionHasBeenSet =
true;
52 m_region = std::forward<RegionT>(value);
54 template <
typename RegionT = Aws::String>
69 m_readCapacityUnitsHasBeenSet =
true;
70 m_readCapacityUnits = value;
85 template <
typename ReadCapacityAutoScalingT = AutoScalingSettings>
87 m_readCapacityAutoScalingHasBeenSet =
true;
88 m_readCapacityAutoScaling = std::forward<ReadCapacityAutoScalingT>(value);
90 template <
typename ReadCapacityAutoScalingT = AutoScalingSettings>
99 long long m_readCapacityUnits{0};
101 AutoScalingSettings m_readCapacityAutoScaling;
102 bool m_regionHasBeenSet =
false;
103 bool m_readCapacityUnitsHasBeenSet =
false;
104 bool m_readCapacityAutoScalingHasBeenSet =
false;
AWS_KEYSPACES_API ReplicaSpecification()=default
const Aws::String & GetRegion() const
ReplicaSpecification & WithRegion(RegionT &&value)
bool ReadCapacityUnitsHasBeenSet() const
bool RegionHasBeenSet() const
void SetReadCapacityAutoScaling(ReadCapacityAutoScalingT &&value)
ReplicaSpecification & WithReadCapacityUnits(long long value)
const AutoScalingSettings & GetReadCapacityAutoScaling() const
ReplicaSpecification & WithReadCapacityAutoScaling(ReadCapacityAutoScalingT &&value)
bool ReadCapacityAutoScalingHasBeenSet() const
AWS_KEYSPACES_API ReplicaSpecification(Aws::Utils::Json::JsonView jsonValue)
void SetReadCapacityUnits(long long value)
void SetRegion(RegionT &&value)
AWS_KEYSPACES_API ReplicaSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
long long GetReadCapacityUnits() const
AWS_KEYSPACES_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue