AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetTableOptimizerResult.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/TableOptimizer.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace Glue
25{
26namespace Model
27{
29 {
30 public:
34
35
37
40 inline const Aws::String& GetCatalogId() const{ return m_catalogId; }
41 inline void SetCatalogId(const Aws::String& value) { m_catalogId = value; }
42 inline void SetCatalogId(Aws::String&& value) { m_catalogId = std::move(value); }
43 inline void SetCatalogId(const char* value) { m_catalogId.assign(value); }
44 inline GetTableOptimizerResult& WithCatalogId(const Aws::String& value) { SetCatalogId(value); return *this;}
45 inline GetTableOptimizerResult& WithCatalogId(Aws::String&& value) { SetCatalogId(std::move(value)); return *this;}
46 inline GetTableOptimizerResult& WithCatalogId(const char* value) { SetCatalogId(value); return *this;}
48
50
53 inline const Aws::String& GetDatabaseName() const{ return m_databaseName; }
54 inline void SetDatabaseName(const Aws::String& value) { m_databaseName = value; }
55 inline void SetDatabaseName(Aws::String&& value) { m_databaseName = std::move(value); }
56 inline void SetDatabaseName(const char* value) { m_databaseName.assign(value); }
57 inline GetTableOptimizerResult& WithDatabaseName(const Aws::String& value) { SetDatabaseName(value); return *this;}
58 inline GetTableOptimizerResult& WithDatabaseName(Aws::String&& value) { SetDatabaseName(std::move(value)); return *this;}
59 inline GetTableOptimizerResult& WithDatabaseName(const char* value) { SetDatabaseName(value); return *this;}
61
63
66 inline const Aws::String& GetTableName() const{ return m_tableName; }
67 inline void SetTableName(const Aws::String& value) { m_tableName = value; }
68 inline void SetTableName(Aws::String&& value) { m_tableName = std::move(value); }
69 inline void SetTableName(const char* value) { m_tableName.assign(value); }
70 inline GetTableOptimizerResult& WithTableName(const Aws::String& value) { SetTableName(value); return *this;}
71 inline GetTableOptimizerResult& WithTableName(Aws::String&& value) { SetTableName(std::move(value)); return *this;}
72 inline GetTableOptimizerResult& WithTableName(const char* value) { SetTableName(value); return *this;}
74
76
79 inline const TableOptimizer& GetTableOptimizer() const{ return m_tableOptimizer; }
80 inline void SetTableOptimizer(const TableOptimizer& value) { m_tableOptimizer = value; }
81 inline void SetTableOptimizer(TableOptimizer&& value) { m_tableOptimizer = std::move(value); }
82 inline GetTableOptimizerResult& WithTableOptimizer(const TableOptimizer& value) { SetTableOptimizer(value); return *this;}
83 inline GetTableOptimizerResult& WithTableOptimizer(TableOptimizer&& value) { SetTableOptimizer(std::move(value)); return *this;}
85
87
88 inline const Aws::String& GetRequestId() const{ return m_requestId; }
89 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
90 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
91 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
92 inline GetTableOptimizerResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
93 inline GetTableOptimizerResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
94 inline GetTableOptimizerResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
96 private:
97
98 Aws::String m_catalogId;
99
100 Aws::String m_databaseName;
101
102 Aws::String m_tableName;
103
104 TableOptimizer m_tableOptimizer;
105
106 Aws::String m_requestId;
107 };
108
109} // namespace Model
110} // namespace Glue
111} // namespace Aws
GetTableOptimizerResult & WithTableName(Aws::String &&value)
GetTableOptimizerResult & WithTableOptimizer(TableOptimizer &&value)
GetTableOptimizerResult & WithCatalogId(const Aws::String &value)
GetTableOptimizerResult & WithRequestId(Aws::String &&value)
GetTableOptimizerResult & WithRequestId(const Aws::String &value)
GetTableOptimizerResult & WithRequestId(const char *value)
GetTableOptimizerResult & WithCatalogId(const char *value)
AWS_GLUE_API GetTableOptimizerResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GLUE_API GetTableOptimizerResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetTableOptimizerResult & WithDatabaseName(const Aws::String &value)
GetTableOptimizerResult & WithCatalogId(Aws::String &&value)
GetTableOptimizerResult & WithDatabaseName(const char *value)
GetTableOptimizerResult & WithTableOptimizer(const TableOptimizer &value)
void SetTableOptimizer(const TableOptimizer &value)
const TableOptimizer & GetTableOptimizer() const
GetTableOptimizerResult & WithTableName(const Aws::String &value)
GetTableOptimizerResult & WithTableName(const char *value)
GetTableOptimizerResult & WithDatabaseName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue