AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
AwsKinesisStreamStreamEncryptionDetails.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
32 {
33 public:
34 AWS_SECURITYHUB_API AwsKinesisStreamStreamEncryptionDetails() = default;
37 AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const Aws::String& GetEncryptionType() const { return m_encryptionType; }
45 inline bool EncryptionTypeHasBeenSet() const { return m_encryptionTypeHasBeenSet; }
46 template<typename EncryptionTypeT = Aws::String>
47 void SetEncryptionType(EncryptionTypeT&& value) { m_encryptionTypeHasBeenSet = true; m_encryptionType = std::forward<EncryptionTypeT>(value); }
48 template<typename EncryptionTypeT = Aws::String>
49 AwsKinesisStreamStreamEncryptionDetails& WithEncryptionType(EncryptionTypeT&& value) { SetEncryptionType(std::forward<EncryptionTypeT>(value)); return *this;}
51
53
57 inline const Aws::String& GetKeyId() const { return m_keyId; }
58 inline bool KeyIdHasBeenSet() const { return m_keyIdHasBeenSet; }
59 template<typename KeyIdT = Aws::String>
60 void SetKeyId(KeyIdT&& value) { m_keyIdHasBeenSet = true; m_keyId = std::forward<KeyIdT>(value); }
61 template<typename KeyIdT = Aws::String>
62 AwsKinesisStreamStreamEncryptionDetails& WithKeyId(KeyIdT&& value) { SetKeyId(std::forward<KeyIdT>(value)); return *this;}
64 private:
65
66 Aws::String m_encryptionType;
67 bool m_encryptionTypeHasBeenSet = false;
68
69 Aws::String m_keyId;
70 bool m_keyIdHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace SecurityHub
75} // namespace Aws
AWS_SECURITYHUB_API AwsKinesisStreamStreamEncryptionDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API AwsKinesisStreamStreamEncryptionDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AwsKinesisStreamStreamEncryptionDetails & WithEncryptionType(EncryptionTypeT &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue