AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
GetTableBucketMaintenanceConfigurationResult.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/TableBucketMaintenanceType.h>
11#include <aws/s3tables/model/TableBucketMaintenanceConfigurationValue.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:
36
37
39
43 inline const Aws::String& GetTableBucketARN() const { return m_tableBucketARN; }
44 template<typename TableBucketARNT = Aws::String>
45 void SetTableBucketARN(TableBucketARNT&& value) { m_tableBucketARNHasBeenSet = true; m_tableBucketARN = std::forward<TableBucketARNT>(value); }
46 template<typename TableBucketARNT = Aws::String>
47 GetTableBucketMaintenanceConfigurationResult& WithTableBucketARN(TableBucketARNT&& value) { SetTableBucketARN(std::forward<TableBucketARNT>(value)); return *this;}
49
51
55 template<typename ConfigurationT = Aws::Map<TableBucketMaintenanceType, TableBucketMaintenanceConfigurationValue>>
56 void SetConfiguration(ConfigurationT&& value) { m_configurationHasBeenSet = true; m_configuration = std::forward<ConfigurationT>(value); }
57 template<typename ConfigurationT = Aws::Map<TableBucketMaintenanceType, TableBucketMaintenanceConfigurationValue>>
58 GetTableBucketMaintenanceConfigurationResult& WithConfiguration(ConfigurationT&& value) { SetConfiguration(std::forward<ConfigurationT>(value)); return *this;}
60 m_configurationHasBeenSet = true; m_configuration.emplace(key, value); return *this;
61 }
63
65
66 inline const Aws::String& GetRequestId() const { return m_requestId; }
67 template<typename RequestIdT = Aws::String>
68 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
69 template<typename RequestIdT = Aws::String>
70 GetTableBucketMaintenanceConfigurationResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
72 private:
73
74 Aws::String m_tableBucketARN;
75 bool m_tableBucketARNHasBeenSet = false;
76
78 bool m_configurationHasBeenSet = false;
79
80 Aws::String m_requestId;
81 bool m_requestIdHasBeenSet = false;
82 };
83
84} // namespace Model
85} // namespace S3Tables
86} // namespace Aws
AWS_S3TABLES_API GetTableBucketMaintenanceConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetTableBucketMaintenanceConfigurationResult & WithTableBucketARN(TableBucketARNT &&value)
GetTableBucketMaintenanceConfigurationResult & AddConfiguration(TableBucketMaintenanceType key, TableBucketMaintenanceConfigurationValue value)
const Aws::Map< TableBucketMaintenanceType, TableBucketMaintenanceConfigurationValue > & GetConfiguration() const
AWS_S3TABLES_API GetTableBucketMaintenanceConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetTableBucketMaintenanceConfigurationResult & WithRequestId(RequestIdT &&value)
GetTableBucketMaintenanceConfigurationResult & WithConfiguration(ConfigurationT &&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