AWS SDK for C++

AWS SDK for C++ Version 1.11.719

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
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace MediaConvert {
20namespace Model {
21
30 public:
31 AWS_MEDIACONVERT_API PartnerWatermarking() = default;
32 AWS_MEDIACONVERT_API PartnerWatermarking(Aws::Utils::Json::JsonView jsonValue);
34 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
42 inline const NexGuardFileMarkerSettings& GetNexguardFileMarkerSettings() const { return m_nexguardFileMarkerSettings; }
43 inline bool NexguardFileMarkerSettingsHasBeenSet() const { return m_nexguardFileMarkerSettingsHasBeenSet; }
44 template <typename NexguardFileMarkerSettingsT = NexGuardFileMarkerSettings>
45 void SetNexguardFileMarkerSettings(NexguardFileMarkerSettingsT&& value) {
46 m_nexguardFileMarkerSettingsHasBeenSet = true;
47 m_nexguardFileMarkerSettings = std::forward<NexguardFileMarkerSettingsT>(value);
48 }
49 template <typename NexguardFileMarkerSettingsT = NexGuardFileMarkerSettings>
50 PartnerWatermarking& WithNexguardFileMarkerSettings(NexguardFileMarkerSettingsT&& value) {
51 SetNexguardFileMarkerSettings(std::forward<NexguardFileMarkerSettingsT>(value));
52 return *this;
53 }
55 private:
56 NexGuardFileMarkerSettings m_nexguardFileMarkerSettings;
57 bool m_nexguardFileMarkerSettingsHasBeenSet = false;
58};
59
60} // namespace Model
61} // namespace MediaConvert
62} // 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