AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
DynamodbStreamConfiguration.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 DynamodbStreamConfiguration() = default;
48 AWS_ACCESSANALYZER_API Aws::Utils::Json::JsonValue Jsonize() const;
49
50
52
56 inline const Aws::String& GetStreamPolicy() const { return m_streamPolicy; }
57 inline bool StreamPolicyHasBeenSet() const { return m_streamPolicyHasBeenSet; }
58 template<typename StreamPolicyT = Aws::String>
59 void SetStreamPolicy(StreamPolicyT&& value) { m_streamPolicyHasBeenSet = true; m_streamPolicy = std::forward<StreamPolicyT>(value); }
60 template<typename StreamPolicyT = Aws::String>
61 DynamodbStreamConfiguration& WithStreamPolicy(StreamPolicyT&& value) { SetStreamPolicy(std::forward<StreamPolicyT>(value)); return *this;}
63 private:
64
65 Aws::String m_streamPolicy;
66 bool m_streamPolicyHasBeenSet = false;
67 };
68
69} // namespace Model
70} // namespace AccessAnalyzer
71} // namespace Aws
DynamodbStreamConfiguration & WithStreamPolicy(StreamPolicyT &&value)
AWS_ACCESSANALYZER_API DynamodbStreamConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ACCESSANALYZER_API DynamodbStreamConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_ACCESSANALYZER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ACCESSANALYZER_API DynamodbStreamConfiguration()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue