AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
TableSummary.h
1
6#pragma once
7#include <aws/keyspaces/Keyspaces_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace Keyspaces
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_KEYSPACES_API TableSummary();
37 AWS_KEYSPACES_API TableSummary(Aws::Utils::Json::JsonView jsonValue);
38 AWS_KEYSPACES_API TableSummary& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_KEYSPACES_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetKeyspaceName() const{ return m_keyspaceName; }
47 inline bool KeyspaceNameHasBeenSet() const { return m_keyspaceNameHasBeenSet; }
48 inline void SetKeyspaceName(const Aws::String& value) { m_keyspaceNameHasBeenSet = true; m_keyspaceName = value; }
49 inline void SetKeyspaceName(Aws::String&& value) { m_keyspaceNameHasBeenSet = true; m_keyspaceName = std::move(value); }
50 inline void SetKeyspaceName(const char* value) { m_keyspaceNameHasBeenSet = true; m_keyspaceName.assign(value); }
51 inline TableSummary& WithKeyspaceName(const Aws::String& value) { SetKeyspaceName(value); return *this;}
52 inline TableSummary& WithKeyspaceName(Aws::String&& value) { SetKeyspaceName(std::move(value)); return *this;}
53 inline TableSummary& WithKeyspaceName(const char* value) { SetKeyspaceName(value); return *this;}
55
57
60 inline const Aws::String& GetTableName() const{ return m_tableName; }
61 inline bool TableNameHasBeenSet() const { return m_tableNameHasBeenSet; }
62 inline void SetTableName(const Aws::String& value) { m_tableNameHasBeenSet = true; m_tableName = value; }
63 inline void SetTableName(Aws::String&& value) { m_tableNameHasBeenSet = true; m_tableName = std::move(value); }
64 inline void SetTableName(const char* value) { m_tableNameHasBeenSet = true; m_tableName.assign(value); }
65 inline TableSummary& WithTableName(const Aws::String& value) { SetTableName(value); return *this;}
66 inline TableSummary& WithTableName(Aws::String&& value) { SetTableName(std::move(value)); return *this;}
67 inline TableSummary& WithTableName(const char* value) { SetTableName(value); return *this;}
69
71
75 inline const Aws::String& GetResourceArn() const{ return m_resourceArn; }
76 inline bool ResourceArnHasBeenSet() const { return m_resourceArnHasBeenSet; }
77 inline void SetResourceArn(const Aws::String& value) { m_resourceArnHasBeenSet = true; m_resourceArn = value; }
78 inline void SetResourceArn(Aws::String&& value) { m_resourceArnHasBeenSet = true; m_resourceArn = std::move(value); }
79 inline void SetResourceArn(const char* value) { m_resourceArnHasBeenSet = true; m_resourceArn.assign(value); }
80 inline TableSummary& WithResourceArn(const Aws::String& value) { SetResourceArn(value); return *this;}
81 inline TableSummary& WithResourceArn(Aws::String&& value) { SetResourceArn(std::move(value)); return *this;}
82 inline TableSummary& WithResourceArn(const char* value) { SetResourceArn(value); return *this;}
84 private:
85
86 Aws::String m_keyspaceName;
87 bool m_keyspaceNameHasBeenSet = false;
88
89 Aws::String m_tableName;
90 bool m_tableNameHasBeenSet = false;
91
92 Aws::String m_resourceArn;
93 bool m_resourceArnHasBeenSet = false;
94 };
95
96} // namespace Model
97} // namespace Keyspaces
98} // namespace Aws
void SetTableName(const char *value)
void SetTableName(Aws::String &&value)
AWS_KEYSPACES_API Aws::Utils::Json::JsonValue Jsonize() 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)
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