AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
EncryptionContractConfiguration.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/model/PresetSpeke20Audio.h>
9#include <aws/mediaconvert/model/PresetSpeke20Video.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace MediaConvert
23{
24namespace Model
25{
26
37 {
38 public:
39 AWS_MEDIACONVERT_API EncryptionContractConfiguration() = default;
42 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
43
44
46
57 inline PresetSpeke20Audio GetSpekeAudioPreset() const { return m_spekeAudioPreset; }
58 inline bool SpekeAudioPresetHasBeenSet() const { return m_spekeAudioPresetHasBeenSet; }
59 inline void SetSpekeAudioPreset(PresetSpeke20Audio value) { m_spekeAudioPresetHasBeenSet = true; m_spekeAudioPreset = value; }
62
64
76 inline PresetSpeke20Video GetSpekeVideoPreset() const { return m_spekeVideoPreset; }
77 inline bool SpekeVideoPresetHasBeenSet() const { return m_spekeVideoPresetHasBeenSet; }
78 inline void SetSpekeVideoPreset(PresetSpeke20Video value) { m_spekeVideoPresetHasBeenSet = true; m_spekeVideoPreset = value; }
81 private:
82
84 bool m_spekeAudioPresetHasBeenSet = false;
85
87 bool m_spekeVideoPresetHasBeenSet = false;
88 };
89
90} // namespace Model
91} // namespace MediaConvert
92} // namespace Aws
EncryptionContractConfiguration & WithSpekeAudioPreset(PresetSpeke20Audio value)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIACONVERT_API EncryptionContractConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
EncryptionContractConfiguration & WithSpekeVideoPreset(PresetSpeke20Video value)
AWS_MEDIACONVERT_API EncryptionContractConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API EncryptionContractConfiguration()=default
Aws::Utils::Json::JsonValue JsonValue