AWS SDK for C++

AWS SDK for C++ Version 1.11.716

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
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace AccessAnalyzer {
20namespace Model {
21
39 public:
40 AWS_ACCESSANALYZER_API DynamodbTableConfiguration() = default;
41 AWS_ACCESSANALYZER_API DynamodbTableConfiguration(Aws::Utils::Json::JsonView jsonValue);
43 AWS_ACCESSANALYZER_API Aws::Utils::Json::JsonValue Jsonize() const;
44
46
50 inline const Aws::String& GetTablePolicy() const { return m_tablePolicy; }
51 inline bool TablePolicyHasBeenSet() const { return m_tablePolicyHasBeenSet; }
52 template <typename TablePolicyT = Aws::String>
53 void SetTablePolicy(TablePolicyT&& value) {
54 m_tablePolicyHasBeenSet = true;
55 m_tablePolicy = std::forward<TablePolicyT>(value);
56 }
57 template <typename TablePolicyT = Aws::String>
59 SetTablePolicy(std::forward<TablePolicyT>(value));
60 return *this;
61 }
63 private:
64 Aws::String m_tablePolicy;
65 bool m_tablePolicyHasBeenSet = false;
66};
67
68} // namespace Model
69} // namespace AccessAnalyzer
70} // 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