7#include <aws/keyspaces/Keyspaces_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/keyspaces/model/KeyspaceStatus.h>
48 template<
typename RegionT = Aws::String>
49 void SetRegion(RegionT&& value) { m_regionHasBeenSet =
true; m_region = std::forward<RegionT>(value); }
50 template<
typename RegionT = Aws::String>
72 template<
typename TablesReplicationProgressT = Aws::String>
73 void SetTablesReplicationProgress(TablesReplicationProgressT&& value) { m_tablesReplicationProgressHasBeenSet =
true; m_tablesReplicationProgress = std::forward<TablesReplicationProgressT>(value); }
74 template<
typename TablesReplicationProgressT = Aws::String>
80 bool m_regionHasBeenSet =
false;
83 bool m_keyspaceStatusHasBeenSet =
false;
86 bool m_tablesReplicationProgressHasBeenSet =
false;
const Aws::String & GetTablesReplicationProgress() const
KeyspaceStatus GetKeyspaceStatus() const
bool RegionHasBeenSet() const
ReplicationGroupStatus & WithKeyspaceStatus(KeyspaceStatus value)
void SetRegion(RegionT &&value)
void SetTablesReplicationProgress(TablesReplicationProgressT &&value)
void SetKeyspaceStatus(KeyspaceStatus value)
const Aws::String & GetRegion() const
AWS_KEYSPACES_API ReplicationGroupStatus(Aws::Utils::Json::JsonView jsonValue)
AWS_KEYSPACES_API Aws::Utils::Json::JsonValue Jsonize() const
ReplicationGroupStatus & WithTablesReplicationProgress(TablesReplicationProgressT &&value)
ReplicationGroupStatus & WithRegion(RegionT &&value)
bool KeyspaceStatusHasBeenSet() const
AWS_KEYSPACES_API ReplicationGroupStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TablesReplicationProgressHasBeenSet() const
AWS_KEYSPACES_API ReplicationGroupStatus()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue