AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
PartnerWatermarking.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/model/NexGuardFileMarkerSettings.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 MediaConvert
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_MEDIACONVERT_API PartnerWatermarking() = default;
37 AWS_MEDIACONVERT_API PartnerWatermarking(Aws::Utils::Json::JsonView jsonValue);
39 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
48 inline const NexGuardFileMarkerSettings& GetNexguardFileMarkerSettings() const { return m_nexguardFileMarkerSettings; }
49 inline bool NexguardFileMarkerSettingsHasBeenSet() const { return m_nexguardFileMarkerSettingsHasBeenSet; }
50 template<typename NexguardFileMarkerSettingsT = NexGuardFileMarkerSettings>
51 void SetNexguardFileMarkerSettings(NexguardFileMarkerSettingsT&& value) { m_nexguardFileMarkerSettingsHasBeenSet = true; m_nexguardFileMarkerSettings = std::forward<NexguardFileMarkerSettingsT>(value); }
52 template<typename NexguardFileMarkerSettingsT = NexGuardFileMarkerSettings>
53 PartnerWatermarking& WithNexguardFileMarkerSettings(NexguardFileMarkerSettingsT&& value) { SetNexguardFileMarkerSettings(std::forward<NexguardFileMarkerSettingsT>(value)); return *this;}
55 private:
56
57 NexGuardFileMarkerSettings m_nexguardFileMarkerSettings;
58 bool m_nexguardFileMarkerSettingsHasBeenSet = false;
59 };
60
61} // namespace Model
62} // namespace MediaConvert
63} // namespace Aws
AWS_MEDIACONVERT_API PartnerWatermarking & operator=(Aws::Utils::Json::JsonView jsonValue)
const NexGuardFileMarkerSettings & GetNexguardFileMarkerSettings() const
AWS_MEDIACONVERT_API PartnerWatermarking(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API PartnerWatermarking()=default
void SetNexguardFileMarkerSettings(NexguardFileMarkerSettingsT &&value)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
PartnerWatermarking & WithNexguardFileMarkerSettings(NexguardFileMarkerSettingsT &&value)
Aws::Utils::Json::JsonValue JsonValue