7#include <aws/keyspaces/Keyspaces_EXPORTS.h>
8#include <aws/keyspaces/model/Rs.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
64 template<
typename RegionListT = Aws::Vector<Aws::String>>
65 void SetRegionList(RegionListT&& value) { m_regionListHasBeenSet =
true; m_regionList = std::forward<RegionListT>(value); }
66 template<
typename RegionListT = Aws::Vector<Aws::String>>
68 template<
typename RegionListT = Aws::String>
74 bool m_replicationStrategyHasBeenSet =
false;
77 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