AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SpekeKeyProviderCmaf.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/mediaconvert/model/EncryptionContractConfiguration.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 MediaConvert
24{
25namespace Model
26{
27
37 {
38 public:
39 AWS_MEDIACONVERT_API SpekeKeyProviderCmaf();
40 AWS_MEDIACONVERT_API SpekeKeyProviderCmaf(Aws::Utils::Json::JsonView jsonValue);
42 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
43
44
46
51 inline const Aws::String& GetCertificateArn() const{ return m_certificateArn; }
52 inline bool CertificateArnHasBeenSet() const { return m_certificateArnHasBeenSet; }
53 inline void SetCertificateArn(const Aws::String& value) { m_certificateArnHasBeenSet = true; m_certificateArn = value; }
54 inline void SetCertificateArn(Aws::String&& value) { m_certificateArnHasBeenSet = true; m_certificateArn = std::move(value); }
55 inline void SetCertificateArn(const char* value) { m_certificateArnHasBeenSet = true; m_certificateArn.assign(value); }
56 inline SpekeKeyProviderCmaf& WithCertificateArn(const Aws::String& value) { SetCertificateArn(value); return *this;}
57 inline SpekeKeyProviderCmaf& WithCertificateArn(Aws::String&& value) { SetCertificateArn(std::move(value)); return *this;}
58 inline SpekeKeyProviderCmaf& WithCertificateArn(const char* value) { SetCertificateArn(value); return *this;}
60
62
68 inline const Aws::Vector<Aws::String>& GetDashSignaledSystemIds() const{ return m_dashSignaledSystemIds; }
69 inline bool DashSignaledSystemIdsHasBeenSet() const { return m_dashSignaledSystemIdsHasBeenSet; }
70 inline void SetDashSignaledSystemIds(const Aws::Vector<Aws::String>& value) { m_dashSignaledSystemIdsHasBeenSet = true; m_dashSignaledSystemIds = value; }
71 inline void SetDashSignaledSystemIds(Aws::Vector<Aws::String>&& value) { m_dashSignaledSystemIdsHasBeenSet = true; m_dashSignaledSystemIds = std::move(value); }
74 inline SpekeKeyProviderCmaf& AddDashSignaledSystemIds(const Aws::String& value) { m_dashSignaledSystemIdsHasBeenSet = true; m_dashSignaledSystemIds.push_back(value); return *this; }
75 inline SpekeKeyProviderCmaf& AddDashSignaledSystemIds(Aws::String&& value) { m_dashSignaledSystemIdsHasBeenSet = true; m_dashSignaledSystemIds.push_back(std::move(value)); return *this; }
76 inline SpekeKeyProviderCmaf& AddDashSignaledSystemIds(const char* value) { m_dashSignaledSystemIdsHasBeenSet = true; m_dashSignaledSystemIds.push_back(value); return *this; }
78
80
87 inline const EncryptionContractConfiguration& GetEncryptionContractConfiguration() const{ return m_encryptionContractConfiguration; }
88 inline bool EncryptionContractConfigurationHasBeenSet() const { return m_encryptionContractConfigurationHasBeenSet; }
89 inline void SetEncryptionContractConfiguration(const EncryptionContractConfiguration& value) { m_encryptionContractConfigurationHasBeenSet = true; m_encryptionContractConfiguration = value; }
90 inline void SetEncryptionContractConfiguration(EncryptionContractConfiguration&& value) { m_encryptionContractConfigurationHasBeenSet = true; m_encryptionContractConfiguration = std::move(value); }
94
96
102 inline const Aws::Vector<Aws::String>& GetHlsSignaledSystemIds() const{ return m_hlsSignaledSystemIds; }
103 inline bool HlsSignaledSystemIdsHasBeenSet() const { return m_hlsSignaledSystemIdsHasBeenSet; }
104 inline void SetHlsSignaledSystemIds(const Aws::Vector<Aws::String>& value) { m_hlsSignaledSystemIdsHasBeenSet = true; m_hlsSignaledSystemIds = value; }
105 inline void SetHlsSignaledSystemIds(Aws::Vector<Aws::String>&& value) { m_hlsSignaledSystemIdsHasBeenSet = true; m_hlsSignaledSystemIds = std::move(value); }
108 inline SpekeKeyProviderCmaf& AddHlsSignaledSystemIds(const Aws::String& value) { m_hlsSignaledSystemIdsHasBeenSet = true; m_hlsSignaledSystemIds.push_back(value); return *this; }
109 inline SpekeKeyProviderCmaf& AddHlsSignaledSystemIds(Aws::String&& value) { m_hlsSignaledSystemIdsHasBeenSet = true; m_hlsSignaledSystemIds.push_back(std::move(value)); return *this; }
110 inline SpekeKeyProviderCmaf& AddHlsSignaledSystemIds(const char* value) { m_hlsSignaledSystemIdsHasBeenSet = true; m_hlsSignaledSystemIds.push_back(value); return *this; }
112
114
118 inline const Aws::String& GetResourceId() const{ return m_resourceId; }
119 inline bool ResourceIdHasBeenSet() const { return m_resourceIdHasBeenSet; }
120 inline void SetResourceId(const Aws::String& value) { m_resourceIdHasBeenSet = true; m_resourceId = value; }
121 inline void SetResourceId(Aws::String&& value) { m_resourceIdHasBeenSet = true; m_resourceId = std::move(value); }
122 inline void SetResourceId(const char* value) { m_resourceIdHasBeenSet = true; m_resourceId.assign(value); }
123 inline SpekeKeyProviderCmaf& WithResourceId(const Aws::String& value) { SetResourceId(value); return *this;}
124 inline SpekeKeyProviderCmaf& WithResourceId(Aws::String&& value) { SetResourceId(std::move(value)); return *this;}
125 inline SpekeKeyProviderCmaf& WithResourceId(const char* value) { SetResourceId(value); return *this;}
127
129
133 inline const Aws::String& GetUrl() const{ return m_url; }
134 inline bool UrlHasBeenSet() const { return m_urlHasBeenSet; }
135 inline void SetUrl(const Aws::String& value) { m_urlHasBeenSet = true; m_url = value; }
136 inline void SetUrl(Aws::String&& value) { m_urlHasBeenSet = true; m_url = std::move(value); }
137 inline void SetUrl(const char* value) { m_urlHasBeenSet = true; m_url.assign(value); }
138 inline SpekeKeyProviderCmaf& WithUrl(const Aws::String& value) { SetUrl(value); return *this;}
139 inline SpekeKeyProviderCmaf& WithUrl(Aws::String&& value) { SetUrl(std::move(value)); return *this;}
140 inline SpekeKeyProviderCmaf& WithUrl(const char* value) { SetUrl(value); return *this;}
142 private:
143
144 Aws::String m_certificateArn;
145 bool m_certificateArnHasBeenSet = false;
146
147 Aws::Vector<Aws::String> m_dashSignaledSystemIds;
148 bool m_dashSignaledSystemIdsHasBeenSet = false;
149
150 EncryptionContractConfiguration m_encryptionContractConfiguration;
151 bool m_encryptionContractConfigurationHasBeenSet = false;
152
153 Aws::Vector<Aws::String> m_hlsSignaledSystemIds;
154 bool m_hlsSignaledSystemIdsHasBeenSet = false;
155
156 Aws::String m_resourceId;
157 bool m_resourceIdHasBeenSet = false;
158
159 Aws::String m_url;
160 bool m_urlHasBeenSet = false;
161 };
162
163} // namespace Model
164} // namespace MediaConvert
165} // namespace Aws
void SetHlsSignaledSystemIds(Aws::Vector< Aws::String > &&value)
const EncryptionContractConfiguration & GetEncryptionContractConfiguration() const
SpekeKeyProviderCmaf & WithCertificateArn(const Aws::String &value)
SpekeKeyProviderCmaf & AddHlsSignaledSystemIds(const char *value)
void SetEncryptionContractConfiguration(EncryptionContractConfiguration &&value)
SpekeKeyProviderCmaf & WithUrl(const Aws::String &value)
SpekeKeyProviderCmaf & WithResourceId(const Aws::String &value)
SpekeKeyProviderCmaf & AddDashSignaledSystemIds(const char *value)
AWS_MEDIACONVERT_API SpekeKeyProviderCmaf(Aws::Utils::Json::JsonView jsonValue)
SpekeKeyProviderCmaf & WithHlsSignaledSystemIds(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetHlsSignaledSystemIds() const
SpekeKeyProviderCmaf & WithCertificateArn(Aws::String &&value)
SpekeKeyProviderCmaf & WithResourceId(const char *value)
void SetDashSignaledSystemIds(const Aws::Vector< Aws::String > &value)
void SetEncryptionContractConfiguration(const EncryptionContractConfiguration &value)
SpekeKeyProviderCmaf & WithHlsSignaledSystemIds(const Aws::Vector< Aws::String > &value)
SpekeKeyProviderCmaf & AddDashSignaledSystemIds(Aws::String &&value)
SpekeKeyProviderCmaf & WithDashSignaledSystemIds(Aws::Vector< Aws::String > &&value)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIACONVERT_API SpekeKeyProviderCmaf & operator=(Aws::Utils::Json::JsonView jsonValue)
SpekeKeyProviderCmaf & AddHlsSignaledSystemIds(const Aws::String &value)
void SetHlsSignaledSystemIds(const Aws::Vector< Aws::String > &value)
SpekeKeyProviderCmaf & WithUrl(Aws::String &&value)
SpekeKeyProviderCmaf & WithResourceId(Aws::String &&value)
SpekeKeyProviderCmaf & WithUrl(const char *value)
SpekeKeyProviderCmaf & WithEncryptionContractConfiguration(EncryptionContractConfiguration &&value)
SpekeKeyProviderCmaf & WithEncryptionContractConfiguration(const EncryptionContractConfiguration &value)
SpekeKeyProviderCmaf & AddHlsSignaledSystemIds(Aws::String &&value)
void SetDashSignaledSystemIds(Aws::Vector< Aws::String > &&value)
SpekeKeyProviderCmaf & WithCertificateArn(const char *value)
const Aws::Vector< Aws::String > & GetDashSignaledSystemIds() const
SpekeKeyProviderCmaf & AddDashSignaledSystemIds(const Aws::String &value)
SpekeKeyProviderCmaf & WithDashSignaledSystemIds(const Aws::Vector< Aws::String > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue