7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/keyspaces/Keyspaces_EXPORTS.h>
42 template <
typename KeyspaceNameT = Aws::String>
44 m_keyspaceNameHasBeenSet =
true;
45 m_keyspaceName = std::forward<KeyspaceNameT>(value);
47 template <
typename KeyspaceNameT = Aws::String>
60 template <
typename TableNameT = Aws::String>
62 m_tableNameHasBeenSet =
true;
63 m_tableName = std::forward<TableNameT>(value);
65 template <
typename TableNameT = Aws::String>
79 template <
typename ResourceArnT = Aws::String>
81 m_resourceArnHasBeenSet =
true;
82 m_resourceArn = std::forward<ResourceArnT>(value);
84 template <
typename ResourceArnT = Aws::String>
96 bool m_keyspaceNameHasBeenSet =
false;
97 bool m_tableNameHasBeenSet =
false;
98 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