AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
GetTableMetadataLocationResult.h
1
6#pragma once
7#include <aws/s3tables/S3Tables_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace S3Tables
24{
25namespace Model
26{
28 {
29 public:
30 AWS_S3TABLES_API GetTableMetadataLocationResult() = default;
33
34
36
39 inline const Aws::String& GetVersionToken() const { return m_versionToken; }
40 template<typename VersionTokenT = Aws::String>
41 void SetVersionToken(VersionTokenT&& value) { m_versionTokenHasBeenSet = true; m_versionToken = std::forward<VersionTokenT>(value); }
42 template<typename VersionTokenT = Aws::String>
43 GetTableMetadataLocationResult& WithVersionToken(VersionTokenT&& value) { SetVersionToken(std::forward<VersionTokenT>(value)); return *this;}
45
47
50 inline const Aws::String& GetMetadataLocation() const { return m_metadataLocation; }
51 template<typename MetadataLocationT = Aws::String>
52 void SetMetadataLocation(MetadataLocationT&& value) { m_metadataLocationHasBeenSet = true; m_metadataLocation = std::forward<MetadataLocationT>(value); }
53 template<typename MetadataLocationT = Aws::String>
54 GetTableMetadataLocationResult& WithMetadataLocation(MetadataLocationT&& value) { SetMetadataLocation(std::forward<MetadataLocationT>(value)); return *this;}
56
58
61 inline const Aws::String& GetWarehouseLocation() const { return m_warehouseLocation; }
62 template<typename WarehouseLocationT = Aws::String>
63 void SetWarehouseLocation(WarehouseLocationT&& value) { m_warehouseLocationHasBeenSet = true; m_warehouseLocation = std::forward<WarehouseLocationT>(value); }
64 template<typename WarehouseLocationT = Aws::String>
65 GetTableMetadataLocationResult& WithWarehouseLocation(WarehouseLocationT&& value) { SetWarehouseLocation(std::forward<WarehouseLocationT>(value)); return *this;}
67
69
70 inline const Aws::String& GetRequestId() const { return m_requestId; }
71 template<typename RequestIdT = Aws::String>
72 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
73 template<typename RequestIdT = Aws::String>
74 GetTableMetadataLocationResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
76 private:
77
78 Aws::String m_versionToken;
79 bool m_versionTokenHasBeenSet = false;
80
81 Aws::String m_metadataLocation;
82 bool m_metadataLocationHasBeenSet = false;
83
84 Aws::String m_warehouseLocation;
85 bool m_warehouseLocationHasBeenSet = false;
86
87 Aws::String m_requestId;
88 bool m_requestIdHasBeenSet = false;
89 };
90
91} // namespace Model
92} // namespace S3Tables
93} // namespace Aws
AWS_S3TABLES_API GetTableMetadataLocationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_S3TABLES_API GetTableMetadataLocationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_S3TABLES_API GetTableMetadataLocationResult()=default
GetTableMetadataLocationResult & WithVersionToken(VersionTokenT &&value)
GetTableMetadataLocationResult & WithRequestId(RequestIdT &&value)
GetTableMetadataLocationResult & WithMetadataLocation(MetadataLocationT &&value)
GetTableMetadataLocationResult & WithWarehouseLocation(WarehouseLocationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue