AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
DynamodbTableConfiguration.h
1
6#pragma once
7#include <aws/accessanalyzer/AccessAnalyzer_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 AccessAnalyzer
22{
23namespace Model
24{
25
43 {
44 public:
45 AWS_ACCESSANALYZER_API DynamodbTableConfiguration() = default;
46 AWS_ACCESSANALYZER_API DynamodbTableConfiguration(Aws::Utils::Json::JsonView jsonValue);
48 AWS_ACCESSANALYZER_API Aws::Utils::Json::JsonValue Jsonize() const;
49
50
52
56 inline const Aws::String& GetTablePolicy() const { return m_tablePolicy; }
57 inline bool TablePolicyHasBeenSet() const { return m_tablePolicyHasBeenSet; }
58 template<typename TablePolicyT = Aws::String>
59 void SetTablePolicy(TablePolicyT&& value) { m_tablePolicyHasBeenSet = true; m_tablePolicy = std::forward<TablePolicyT>(value); }
60 template<typename TablePolicyT = Aws::String>
61 DynamodbTableConfiguration& WithTablePolicy(TablePolicyT&& value) { SetTablePolicy(std::forward<TablePolicyT>(value)); return *this;}
63 private:
64
65 Aws::String m_tablePolicy;
66 bool m_tablePolicyHasBeenSet = false;
67 };
68
69} // namespace Model
70} // namespace AccessAnalyzer
71} // namespace Aws
AWS_ACCESSANALYZER_API DynamodbTableConfiguration(Aws::Utils::Json::JsonView jsonValue)
DynamodbTableConfiguration & WithTablePolicy(TablePolicyT &&value)
AWS_ACCESSANALYZER_API DynamodbTableConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ACCESSANALYZER_API DynamodbTableConfiguration()=default
AWS_ACCESSANALYZER_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue