7#include <aws/mediapackage-vod/MediaPackageVod_EXPORTS.h>
8#include <aws/mediapackage-vod/model/EncryptionContractConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
23namespace MediaPackageVod
48 template<
typename EncryptionContractConfigurationT = EncryptionContractConfiguration>
49 void SetEncryptionContractConfiguration(EncryptionContractConfigurationT&& value) { m_encryptionContractConfigurationHasBeenSet =
true; m_encryptionContractConfiguration = std::forward<EncryptionContractConfigurationT>(value); }
50 template<
typename EncryptionContractConfigurationT = EncryptionContractConfiguration>
63 template<
typename RoleArnT = Aws::String>
64 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
65 template<
typename RoleArnT = Aws::String>
75 template<
typename SystemIdsT = Aws::Vector<Aws::String>>
76 void SetSystemIds(SystemIdsT&& value) { m_systemIdsHasBeenSet =
true; m_systemIds = std::forward<SystemIdsT>(value); }
77 template<
typename SystemIdsT = Aws::Vector<Aws::String>>
79 template<
typename SystemIdsT = Aws::String>
80 SpekeKeyProvider&
AddSystemIds(SystemIdsT&& value) { m_systemIdsHasBeenSet =
true; m_systemIds.emplace_back(std::forward<SystemIdsT>(value));
return *
this; }
89 template<
typename UrlT = Aws::String>
90 void SetUrl(UrlT&& value) { m_urlHasBeenSet =
true; m_url = std::forward<UrlT>(value); }
91 template<
typename UrlT = Aws::String>
97 bool m_encryptionContractConfigurationHasBeenSet =
false;
100 bool m_roleArnHasBeenSet =
false;
103 bool m_systemIdsHasBeenSet =
false;
106 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