7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/keyspaces/Keyspaces_EXPORTS.h>
11#include <aws/keyspaces/model/ReplicationGroupStatus.h>
12#include <aws/keyspaces/model/Rs.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename KeyspaceNameT = Aws::String>
40 m_keyspaceNameHasBeenSet =
true;
41 m_keyspaceName = std::forward<KeyspaceNameT>(value);
43 template <
typename KeyspaceNameT = Aws::String>
55 template <
typename ResourceArnT = Aws::String>
57 m_resourceArnHasBeenSet =
true;
58 m_resourceArn = std::forward<ResourceArnT>(value);
60 template <
typename ResourceArnT = Aws::String>
74 m_replicationStrategyHasBeenSet =
true;
75 m_replicationStrategy = value;
89 template <
typename ReplicationRegionsT = Aws::Vector<Aws::String>>
91 m_replicationRegionsHasBeenSet =
true;
92 m_replicationRegions = std::forward<ReplicationRegionsT>(value);
94 template <
typename ReplicationRegionsT = Aws::Vector<Aws::String>>
99 template <
typename ReplicationRegionsT = Aws::String>
101 m_replicationRegionsHasBeenSet =
true;
102 m_replicationRegions.emplace_back(std::forward<ReplicationRegionsT>(value));
113 template <
typename ReplicationGroupStatusesT = Aws::Vector<ReplicationGroupStatus>>
115 m_replicationGroupStatusesHasBeenSet =
true;
116 m_replicationGroupStatuses = std::forward<ReplicationGroupStatusesT>(value);
118 template <
typename ReplicationGroupStatusesT = Aws::Vector<ReplicationGroupStatus>>
123 template <
typename ReplicationGroupStatusesT = ReplicationGroupStatus>
125 m_replicationGroupStatusesHasBeenSet =
true;
126 m_replicationGroupStatuses.emplace_back(std::forward<ReplicationGroupStatusesT>(value));
134 template <
typename RequestIdT = Aws::String>
136 m_requestIdHasBeenSet =
true;
137 m_requestId = std::forward<RequestIdT>(value);
139 template <
typename RequestIdT = Aws::String>
160 bool m_keyspaceNameHasBeenSet =
false;
161 bool m_resourceArnHasBeenSet =
false;
162 bool m_replicationStrategyHasBeenSet =
false;
163 bool m_replicationRegionsHasBeenSet =
false;
164 bool m_replicationGroupStatusesHasBeenSet =
false;
165 bool m_requestIdHasBeenSet =
false;
void SetKeyspaceName(KeyspaceNameT &&value)
void SetResourceArn(ResourceArnT &&value)
const Aws::Vector< ReplicationGroupStatus > & GetReplicationGroupStatuses() const
AWS_KEYSPACES_API GetKeyspaceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetKeyspaceResult & WithKeyspaceName(KeyspaceNameT &&value)
AWS_KEYSPACES_API GetKeyspaceResult()=default
AWS_KEYSPACES_API GetKeyspaceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetKeyspaceName() const
void SetReplicationRegions(ReplicationRegionsT &&value)
GetKeyspaceResult & WithResourceArn(ResourceArnT &&value)
GetKeyspaceResult & WithReplicationStrategy(Rs value)
const Aws::Vector< Aws::String > & GetReplicationRegions() const
const Aws::String & GetResourceArn() const
GetKeyspaceResult & AddReplicationRegions(ReplicationRegionsT &&value)
Rs GetReplicationStrategy() const
void SetRequestId(RequestIdT &&value)
GetKeyspaceResult & AddReplicationGroupStatuses(ReplicationGroupStatusesT &&value)
void SetReplicationStrategy(Rs value)
GetKeyspaceResult & WithReplicationRegions(ReplicationRegionsT &&value)
GetKeyspaceResult & WithReplicationGroupStatuses(ReplicationGroupStatusesT &&value)
GetKeyspaceResult & WithRequestId(RequestIdT &&value)
void SetReplicationGroupStatuses(ReplicationGroupStatusesT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue