7#include <aws/keyspaces/Keyspaces_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/keyspaces/model/AutoScalingSettings.h>
55 template<
typename RegionT = Aws::String>
56 void SetRegion(RegionT&& value) { m_regionHasBeenSet =
true; m_region = std::forward<RegionT>(value); }
57 template<
typename RegionT = Aws::String>
68 inline void SetReadCapacityUnits(
long long value) { m_readCapacityUnitsHasBeenSet =
true; m_readCapacityUnits = value; }
79 template<
typename ReadCapacityAutoScalingT = AutoScalingSettings>
80 void SetReadCapacityAutoScaling(ReadCapacityAutoScalingT&& value) { m_readCapacityAutoScalingHasBeenSet =
true; m_readCapacityAutoScaling = std::forward<ReadCapacityAutoScalingT>(value); }
81 template<
typename ReadCapacityAutoScalingT = AutoScalingSettings>
87 bool m_regionHasBeenSet =
false;
89 long long m_readCapacityUnits{0};
90 bool m_readCapacityUnitsHasBeenSet =
false;
92 AutoScalingSettings m_readCapacityAutoScaling;
93 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