7#include <aws/keyspaces/Keyspaces_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.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>
60 template<
typename TableNameT = Aws::String>
61 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
62 template<
typename TableNameT = Aws::String>
73 template<
typename ResourceArnT = Aws::String>
74 void SetResourceArn(ResourceArnT&& value) { m_resourceArnHasBeenSet =
true; m_resourceArn = std::forward<ResourceArnT>(value); }
75 template<
typename ResourceArnT = Aws::String>
81 bool m_keyspaceNameHasBeenSet =
false;
84 bool m_tableNameHasBeenSet =
false;
87 bool m_resourceArnHasBeenSet =
false;
AWS_KEYSPACES_API Aws::Utils::Json::JsonValue Jsonize() const
bool ResourceArnHasBeenSet() const
AWS_KEYSPACES_API TableSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTableName() const
AWS_KEYSPACES_API TableSummary()=default
TableSummary & WithResourceArn(ResourceArnT &&value)
const Aws::String & GetResourceArn() const
bool KeyspaceNameHasBeenSet() const
bool TableNameHasBeenSet() const
void SetTableName(TableNameT &&value)
void SetResourceArn(ResourceArnT &&value)
void SetKeyspaceName(KeyspaceNameT &&value)
const Aws::String & GetKeyspaceName() const
AWS_KEYSPACES_API TableSummary(Aws::Utils::Json::JsonView jsonValue)
TableSummary & WithTableName(TableNameT &&value)
TableSummary & WithKeyspaceName(KeyspaceNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue