AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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#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 ExtendedDataServices() = default;
40 AWS_MEDIACONVERT_API ExtendedDataServices(Aws::Utils::Json::JsonView jsonValue);
42 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
43
44
46
51 inline CopyProtectionAction GetCopyProtectionAction() const { return m_copyProtectionAction; }
52 inline bool CopyProtectionActionHasBeenSet() const { return m_copyProtectionActionHasBeenSet; }
53 inline void SetCopyProtectionAction(CopyProtectionAction value) { m_copyProtectionActionHasBeenSet = true; m_copyProtectionAction = value; }
56
58
63 inline VchipAction GetVchipAction() const { return m_vchipAction; }
64 inline bool VchipActionHasBeenSet() const { return m_vchipActionHasBeenSet; }
65 inline void SetVchipAction(VchipAction value) { m_vchipActionHasBeenSet = true; m_vchipAction = value; }
66 inline ExtendedDataServices& WithVchipAction(VchipAction value) { SetVchipAction(value); return *this;}
68 private:
69
71 bool m_copyProtectionActionHasBeenSet = false;
72
73 VchipAction m_vchipAction{VchipAction::NOT_SET};
74 bool m_vchipActionHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace MediaConvert
79} // 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