AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AwsDynamoDbTableStreamSpecification.h
1
6#pragma once
7#include <aws/securityhub/SecurityHub_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 SecurityHub
22{
23namespace Model
24{
25
33 {
34 public:
38 AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline bool GetStreamEnabled() const{ return m_streamEnabled; }
46 inline bool StreamEnabledHasBeenSet() const { return m_streamEnabledHasBeenSet; }
47 inline void SetStreamEnabled(bool value) { m_streamEnabledHasBeenSet = true; m_streamEnabled = value; }
48 inline AwsDynamoDbTableStreamSpecification& WithStreamEnabled(bool value) { SetStreamEnabled(value); return *this;}
50
52
55 inline const Aws::String& GetStreamViewType() const{ return m_streamViewType; }
56 inline bool StreamViewTypeHasBeenSet() const { return m_streamViewTypeHasBeenSet; }
57 inline void SetStreamViewType(const Aws::String& value) { m_streamViewTypeHasBeenSet = true; m_streamViewType = value; }
58 inline void SetStreamViewType(Aws::String&& value) { m_streamViewTypeHasBeenSet = true; m_streamViewType = std::move(value); }
59 inline void SetStreamViewType(const char* value) { m_streamViewTypeHasBeenSet = true; m_streamViewType.assign(value); }
61 inline AwsDynamoDbTableStreamSpecification& WithStreamViewType(Aws::String&& value) { SetStreamViewType(std::move(value)); return *this;}
62 inline AwsDynamoDbTableStreamSpecification& WithStreamViewType(const char* value) { SetStreamViewType(value); return *this;}
64 private:
65
66 bool m_streamEnabled;
67 bool m_streamEnabledHasBeenSet = false;
68
69 Aws::String m_streamViewType;
70 bool m_streamViewTypeHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace SecurityHub
75} // namespace Aws
AwsDynamoDbTableStreamSpecification & WithStreamViewType(const Aws::String &value)
AWS_SECURITYHUB_API AwsDynamoDbTableStreamSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
AwsDynamoDbTableStreamSpecification & WithStreamViewType(const char *value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYHUB_API AwsDynamoDbTableStreamSpecification(Aws::Utils::Json::JsonView jsonValue)
AwsDynamoDbTableStreamSpecification & WithStreamViewType(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue