7#include <aws/keyspaces/Keyspaces_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/keyspaces/model/Rs.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
48 template<
typename KeyspaceNameT = Aws::String>
49 void SetKeyspaceName(KeyspaceNameT&& value) { m_keyspaceNameHasBeenSet =
true; m_keyspaceName = std::forward<KeyspaceNameT>(value); }
50 template<
typename KeyspaceNameT = Aws::String>
61 template<
typename ResourceArnT = Aws::String>
62 void SetResourceArn(ResourceArnT&& value) { m_resourceArnHasBeenSet =
true; m_resourceArn = std::forward<ResourceArnT>(value); }
63 template<
typename ResourceArnT = Aws::String>
86 template<
typename ReplicationRegionsT = Aws::Vector<Aws::String>>
87 void SetReplicationRegions(ReplicationRegionsT&& value) { m_replicationRegionsHasBeenSet =
true; m_replicationRegions = std::forward<ReplicationRegionsT>(value); }
88 template<
typename ReplicationRegionsT = Aws::Vector<Aws::String>>
90 template<
typename ReplicationRegionsT = Aws::String>
91 KeyspaceSummary&
AddReplicationRegions(ReplicationRegionsT&& value) { m_replicationRegionsHasBeenSet =
true; m_replicationRegions.emplace_back(std::forward<ReplicationRegionsT>(value));
return *
this; }
96 bool m_keyspaceNameHasBeenSet =
false;
99 bool m_resourceArnHasBeenSet =
false;
102 bool m_replicationStrategyHasBeenSet =
false;
105 bool m_replicationRegionsHasBeenSet =
false;
KeyspaceSummary & WithKeyspaceName(KeyspaceNameT &&value)
AWS_KEYSPACES_API KeyspaceSummary()=default
void SetReplicationStrategy(Rs value)
KeyspaceSummary & WithResourceArn(ResourceArnT &&value)
KeyspaceSummary & WithReplicationStrategy(Rs value)
KeyspaceSummary & AddReplicationRegions(ReplicationRegionsT &&value)
const Aws::String & GetResourceArn() const
AWS_KEYSPACES_API KeyspaceSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ReplicationRegionsHasBeenSet() const
bool ReplicationStrategyHasBeenSet() const
const Aws::Vector< Aws::String > & GetReplicationRegions() const
void SetResourceArn(ResourceArnT &&value)
const Aws::String & GetKeyspaceName() const
bool ResourceArnHasBeenSet() const
void SetKeyspaceName(KeyspaceNameT &&value)
bool KeyspaceNameHasBeenSet() const
Rs GetReplicationStrategy() const
AWS_KEYSPACES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KEYSPACES_API KeyspaceSummary(Aws::Utils::Json::JsonView jsonValue)
void SetReplicationRegions(ReplicationRegionsT &&value)
KeyspaceSummary & WithReplicationRegions(ReplicationRegionsT &&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