7#include <aws/keyspaces/Keyspaces_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetKeyspaceName(
const char* value) { m_keyspaceNameHasBeenSet =
true; m_keyspaceName.assign(value); }
64 inline void SetTableName(
const char* value) { m_tableNameHasBeenSet =
true; m_tableName.assign(value); }
79 inline void SetResourceArn(
const char* value) { m_resourceArnHasBeenSet =
true; m_resourceArn.assign(value); }
87 bool m_keyspaceNameHasBeenSet =
false;
90 bool m_tableNameHasBeenSet =
false;
93 bool m_resourceArnHasBeenSet =
false;
AWS_KEYSPACES_API TableSummary()
void SetTableName(const char *value)
void SetTableName(Aws::String &&value)
AWS_KEYSPACES_API Aws::Utils::Json::JsonValue Jsonize() const
bool ResourceArnHasBeenSet() const
AWS_KEYSPACES_API TableSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTableName(const Aws::String &value)
TableSummary & WithResourceArn(Aws::String &&value)
const Aws::String & GetTableName() const
void SetKeyspaceName(const Aws::String &value)
TableSummary & WithKeyspaceName(const char *value)
const Aws::String & GetResourceArn() const
void SetResourceArn(const char *value)
TableSummary & WithResourceArn(const Aws::String &value)
bool KeyspaceNameHasBeenSet() const
bool TableNameHasBeenSet() const
TableSummary & WithTableName(const Aws::String &value)
TableSummary & WithTableName(const char *value)
void SetResourceArn(Aws::String &&value)
void SetKeyspaceName(Aws::String &&value)
TableSummary & WithKeyspaceName(Aws::String &&value)
void SetKeyspaceName(const char *value)
TableSummary & WithResourceArn(const char *value)
void SetResourceArn(const Aws::String &value)
TableSummary & WithKeyspaceName(const Aws::String &value)
const Aws::String & GetKeyspaceName() const
TableSummary & WithTableName(Aws::String &&value)
AWS_KEYSPACES_API TableSummary(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue