AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
GetTableMaintenanceConfigurationResult.h
1
6#pragma once
7#include <aws/s3tables/S3Tables_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/s3tables/model/TableMaintenanceType.h>
11#include <aws/s3tables/model/TableMaintenanceConfigurationValue.h>
12#include <utility>
13
14namespace Aws
15{
16template<typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils
20{
21namespace Json
22{
23 class JsonValue;
24} // namespace Json
25} // namespace Utils
26namespace S3Tables
27{
28namespace Model
29{
31 {
32 public:
33 AWS_S3TABLES_API GetTableMaintenanceConfigurationResult() = default;
36
37
39
42 inline const Aws::String& GetTableARN() const { return m_tableARN; }
43 template<typename TableARNT = Aws::String>
44 void SetTableARN(TableARNT&& value) { m_tableARNHasBeenSet = true; m_tableARN = std::forward<TableARNT>(value); }
45 template<typename TableARNT = Aws::String>
46 GetTableMaintenanceConfigurationResult& WithTableARN(TableARNT&& value) { SetTableARN(std::forward<TableARNT>(value)); return *this;}
48
50
54 template<typename ConfigurationT = Aws::Map<TableMaintenanceType, TableMaintenanceConfigurationValue>>
55 void SetConfiguration(ConfigurationT&& value) { m_configurationHasBeenSet = true; m_configuration = std::forward<ConfigurationT>(value); }
56 template<typename ConfigurationT = Aws::Map<TableMaintenanceType, TableMaintenanceConfigurationValue>>
57 GetTableMaintenanceConfigurationResult& WithConfiguration(ConfigurationT&& value) { SetConfiguration(std::forward<ConfigurationT>(value)); return *this;}
59 m_configurationHasBeenSet = true; m_configuration.emplace(key, value); return *this;
60 }
62
64
65 inline const Aws::String& GetRequestId() const { return m_requestId; }
66 template<typename RequestIdT = Aws::String>
67 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
68 template<typename RequestIdT = Aws::String>
69 GetTableMaintenanceConfigurationResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
71 private:
72
73 Aws::String m_tableARN;
74 bool m_tableARNHasBeenSet = false;
75
77 bool m_configurationHasBeenSet = false;
78
79 Aws::String m_requestId;
80 bool m_requestIdHasBeenSet = false;
81 };
82
83} // namespace Model
84} // namespace S3Tables
85} // namespace Aws
GetTableMaintenanceConfigurationResult & AddConfiguration(TableMaintenanceType key, TableMaintenanceConfigurationValue value)
AWS_S3TABLES_API GetTableMaintenanceConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_S3TABLES_API GetTableMaintenanceConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetTableMaintenanceConfigurationResult & WithConfiguration(ConfigurationT &&value)
GetTableMaintenanceConfigurationResult & WithRequestId(RequestIdT &&value)
const Aws::Map< TableMaintenanceType, TableMaintenanceConfigurationValue > & GetConfiguration() const
GetTableMaintenanceConfigurationResult & WithTableARN(TableARNT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue