7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
10#include <aws/mediaconvert/model/EncryptionContractConfiguration.h>
21namespace MediaConvert {
47 template <
typename CertificateArnT = Aws::String>
49 m_certificateArnHasBeenSet =
true;
50 m_certificateArn = std::forward<CertificateArnT>(value);
52 template <
typename CertificateArnT = Aws::String>
69 template <
typename EncryptionContractConfigurationT = EncryptionContractConfiguration>
71 m_encryptionContractConfigurationHasBeenSet =
true;
72 m_encryptionContractConfiguration = std::forward<EncryptionContractConfigurationT>(value);
74 template <
typename EncryptionContractConfigurationT = EncryptionContractConfiguration>
88 template <
typename ResourceIdT = Aws::String>
90 m_resourceIdHasBeenSet =
true;
91 m_resourceId = std::forward<ResourceIdT>(value);
93 template <
typename ResourceIdT = Aws::String>
109 template <
typename SystemIdsT = Aws::Vector<Aws::String>>
111 m_systemIdsHasBeenSet =
true;
112 m_systemIds = std::forward<SystemIdsT>(value);
114 template <
typename SystemIdsT = Aws::Vector<Aws::String>>
119 template <
typename SystemIdsT = Aws::String>
121 m_systemIdsHasBeenSet =
true;
122 m_systemIds.emplace_back(std::forward<SystemIdsT>(value));
134 template <
typename UrlT = Aws::String>
136 m_urlHasBeenSet =
true;
137 m_url = std::forward<UrlT>(value);
139 template <
typename UrlT = Aws::String>
141 SetUrl(std::forward<UrlT>(value));
155 bool m_certificateArnHasBeenSet =
false;
156 bool m_encryptionContractConfigurationHasBeenSet =
false;
157 bool m_resourceIdHasBeenSet =
false;
158 bool m_systemIdsHasBeenSet =
false;
159 bool m_urlHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue