AWS SDK for C++

AWS SDK for C++ Version 1.11.718

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
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace MediaConvert {
21namespace Model {
22
33 public:
34 AWS_MEDIACONVERT_API EncryptionContractConfiguration() = default;
37 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
38
40
51 inline PresetSpeke20Audio GetSpekeAudioPreset() const { return m_spekeAudioPreset; }
52 inline bool SpekeAudioPresetHasBeenSet() const { return m_spekeAudioPresetHasBeenSet; }
54 m_spekeAudioPresetHasBeenSet = true;
55 m_spekeAudioPreset = value;
56 }
59 return *this;
60 }
62
64
76 inline PresetSpeke20Video GetSpekeVideoPreset() const { return m_spekeVideoPreset; }
77 inline bool SpekeVideoPresetHasBeenSet() const { return m_spekeVideoPresetHasBeenSet; }
79 m_spekeVideoPresetHasBeenSet = true;
80 m_spekeVideoPreset = value;
81 }
84 return *this;
85 }
87 private:
89
91 bool m_spekeAudioPresetHasBeenSet = false;
92 bool m_spekeVideoPresetHasBeenSet = false;
93};
94
95} // namespace Model
96} // namespace MediaConvert
97} // 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