7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/mediapackage-vod/MediaPackageVod_EXPORTS.h>
10#include <aws/mediapackage-vod/model/EncryptionContractConfiguration.h>
21namespace MediaPackageVod {
42 template <
typename EncryptionContractConfigurationT = EncryptionContractConfiguration>
44 m_encryptionContractConfigurationHasBeenSet =
true;
45 m_encryptionContractConfiguration = std::forward<EncryptionContractConfigurationT>(value);
47 template <
typename EncryptionContractConfigurationT = EncryptionContractConfiguration>
63 template <
typename RoleArnT = Aws::String>
65 m_roleArnHasBeenSet =
true;
66 m_roleArn = std::forward<RoleArnT>(value);
68 template <
typename RoleArnT = Aws::String>
81 template <
typename SystemIdsT = Aws::Vector<Aws::String>>
83 m_systemIdsHasBeenSet =
true;
84 m_systemIds = std::forward<SystemIdsT>(value);
86 template <
typename SystemIdsT = Aws::Vector<Aws::String>>
91 template <
typename SystemIdsT = Aws::String>
93 m_systemIdsHasBeenSet =
true;
94 m_systemIds.emplace_back(std::forward<SystemIdsT>(value));
105 template <
typename UrlT = Aws::String>
107 m_urlHasBeenSet =
true;
108 m_url = std::forward<UrlT>(value);
110 template <
typename UrlT = Aws::String>
112 SetUrl(std::forward<UrlT>(value));
124 bool m_encryptionContractConfigurationHasBeenSet =
false;
125 bool m_roleArnHasBeenSet =
false;
126 bool m_systemIdsHasBeenSet =
false;
127 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