AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
EncryptionMethod.h
1
6#pragma once
7#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
8#include <aws/mediapackagev2/model/TsEncryptionMethod.h>
9#include <aws/mediapackagev2/model/CmafEncryptionMethod.h>
10#include <aws/mediapackagev2/model/IsmEncryptionMethod.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace mediapackagev2
24{
25namespace Model
26{
27
34 {
35 public:
36 AWS_MEDIAPACKAGEV2_API EncryptionMethod() = default;
37 AWS_MEDIAPACKAGEV2_API EncryptionMethod(Aws::Utils::Json::JsonView jsonValue);
38 AWS_MEDIAPACKAGEV2_API EncryptionMethod& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_MEDIAPACKAGEV2_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline TsEncryptionMethod GetTsEncryptionMethod() const { return m_tsEncryptionMethod; }
47 inline bool TsEncryptionMethodHasBeenSet() const { return m_tsEncryptionMethodHasBeenSet; }
48 inline void SetTsEncryptionMethod(TsEncryptionMethod value) { m_tsEncryptionMethodHasBeenSet = true; m_tsEncryptionMethod = value; }
51
53
56 inline CmafEncryptionMethod GetCmafEncryptionMethod() const { return m_cmafEncryptionMethod; }
57 inline bool CmafEncryptionMethodHasBeenSet() const { return m_cmafEncryptionMethodHasBeenSet; }
58 inline void SetCmafEncryptionMethod(CmafEncryptionMethod value) { m_cmafEncryptionMethodHasBeenSet = true; m_cmafEncryptionMethod = value; }
61
63
68 inline IsmEncryptionMethod GetIsmEncryptionMethod() const { return m_ismEncryptionMethod; }
69 inline bool IsmEncryptionMethodHasBeenSet() const { return m_ismEncryptionMethodHasBeenSet; }
70 inline void SetIsmEncryptionMethod(IsmEncryptionMethod value) { m_ismEncryptionMethodHasBeenSet = true; m_ismEncryptionMethod = value; }
73 private:
74
76 bool m_tsEncryptionMethodHasBeenSet = false;
77
79 bool m_cmafEncryptionMethodHasBeenSet = false;
80
82 bool m_ismEncryptionMethodHasBeenSet = false;
83 };
84
85} // namespace Model
86} // namespace mediapackagev2
87} // namespace Aws
EncryptionMethod & WithCmafEncryptionMethod(CmafEncryptionMethod value)
EncryptionMethod & WithTsEncryptionMethod(TsEncryptionMethod value)
TsEncryptionMethod GetTsEncryptionMethod() const
EncryptionMethod & WithIsmEncryptionMethod(IsmEncryptionMethod value)
void SetCmafEncryptionMethod(CmafEncryptionMethod value)
AWS_MEDIAPACKAGEV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIsmEncryptionMethod(IsmEncryptionMethod value)
AWS_MEDIAPACKAGEV2_API EncryptionMethod & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIAPACKAGEV2_API EncryptionMethod(Aws::Utils::Json::JsonView jsonValue)
CmafEncryptionMethod GetCmafEncryptionMethod() const
AWS_MEDIAPACKAGEV2_API EncryptionMethod()=default
IsmEncryptionMethod GetIsmEncryptionMethod() const
void SetTsEncryptionMethod(TsEncryptionMethod value)
Aws::Utils::Json::JsonValue JsonValue