7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/keyspaces/Keyspaces_EXPORTS.h>
10#include <aws/keyspaces/model/Rs.h>
48 m_replicationStrategyHasBeenSet =
true;
49 m_replicationStrategy = value;
64 template <
typename RegionListT = Aws::Vector<Aws::String>>
66 m_regionListHasBeenSet =
true;
67 m_regionList = std::forward<RegionListT>(value);
69 template <
typename RegionListT = Aws::Vector<Aws::String>>
74 template <
typename RegionListT = Aws::String>
76 m_regionListHasBeenSet =
true;
77 m_regionList.emplace_back(std::forward<RegionListT>(value));
83 bool m_replicationStrategyHasBeenSet =
false;
86 bool m_regionListHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetRegionList() const
AWS_KEYSPACES_API ReplicationSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ReplicationStrategyHasBeenSet() const
ReplicationSpecification & AddRegionList(RegionListT &&value)
ReplicationSpecification & WithRegionList(RegionListT &&value)
AWS_KEYSPACES_API ReplicationSpecification()=default
Rs GetReplicationStrategy() const
void SetReplicationStrategy(Rs value)
AWS_KEYSPACES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KEYSPACES_API ReplicationSpecification(Aws::Utils::Json::JsonView jsonValue)
bool RegionListHasBeenSet() const
ReplicationSpecification & WithReplicationStrategy(Rs value)
void SetRegionList(RegionListT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue