AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
ExtendedDataServices.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/model/CopyProtectionAction.h>
9#include <aws/mediaconvert/model/VchipAction.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 ExtendedDataServices() = default;
35 AWS_MEDIACONVERT_API ExtendedDataServices(Aws::Utils::Json::JsonView jsonValue);
37 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
38
40
45 inline CopyProtectionAction GetCopyProtectionAction() const { return m_copyProtectionAction; }
46 inline bool CopyProtectionActionHasBeenSet() const { return m_copyProtectionActionHasBeenSet; }
48 m_copyProtectionActionHasBeenSet = true;
49 m_copyProtectionAction = value;
50 }
53 return *this;
54 }
56
58
63 inline VchipAction GetVchipAction() const { return m_vchipAction; }
64 inline bool VchipActionHasBeenSet() const { return m_vchipActionHasBeenSet; }
65 inline void SetVchipAction(VchipAction value) {
66 m_vchipActionHasBeenSet = true;
67 m_vchipAction = value;
68 }
70 SetVchipAction(value);
71 return *this;
72 }
74 private:
76
77 VchipAction m_vchipAction{VchipAction::NOT_SET};
78 bool m_copyProtectionActionHasBeenSet = false;
79 bool m_vchipActionHasBeenSet = false;
80};
81
82} // namespace Model
83} // namespace MediaConvert
84} // namespace Aws
ExtendedDataServices & WithCopyProtectionAction(CopyProtectionAction value)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIACONVERT_API ExtendedDataServices(Aws::Utils::Json::JsonView jsonValue)
void SetCopyProtectionAction(CopyProtectionAction value)
AWS_MEDIACONVERT_API ExtendedDataServices()=default
AWS_MEDIACONVERT_API ExtendedDataServices & operator=(Aws::Utils::Json::JsonView jsonValue)
ExtendedDataServices & WithVchipAction(VchipAction value)
Aws::Utils::Json::JsonValue JsonValue