7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediapackage-vod/MediaPackageVod_EXPORTS.h>
10#include <aws/mediapackage-vod/model/Authorization.h>
11#include <aws/mediapackage-vod/model/EgressAccessLogs.h>
22namespace MediaPackageVod {
44 m_approximateAssetCountHasBeenSet =
true;
45 m_approximateAssetCount = value;
59 template <
typename ArnT = Aws::String>
61 m_arnHasBeenSet =
true;
62 m_arn = std::forward<ArnT>(value);
64 template <
typename ArnT = Aws::String>
66 SetArn(std::forward<ArnT>(value));
75 template <
typename AuthorizationT = Authorization>
77 m_authorizationHasBeenSet =
true;
78 m_authorization = std::forward<AuthorizationT>(value);
80 template <
typename AuthorizationT = Authorization>
93 template <
typename CreatedAtT = Aws::String>
95 m_createdAtHasBeenSet =
true;
96 m_createdAt = std::forward<CreatedAtT>(value);
98 template <
typename CreatedAtT = Aws::String>
111 template <
typename DomainNameT = Aws::String>
113 m_domainNameHasBeenSet =
true;
114 m_domainName = std::forward<DomainNameT>(value);
116 template <
typename DomainNameT = Aws::String>
127 template <
typename EgressAccessLogsT = EgressAccessLogs>
129 m_egressAccessLogsHasBeenSet =
true;
130 m_egressAccessLogs = std::forward<EgressAccessLogsT>(value);
132 template <
typename EgressAccessLogsT = EgressAccessLogs>
145 template <
typename IdT = Aws::String>
147 m_idHasBeenSet =
true;
148 m_id = std::forward<IdT>(value);
150 template <
typename IdT = Aws::String>
152 SetId(std::forward<IdT>(value));
161 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
163 m_tagsHasBeenSet =
true;
164 m_tags = std::forward<TagsT>(value);
166 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
168 SetTags(std::forward<TagsT>(value));
171 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
173 m_tagsHasBeenSet =
true;
174 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
179 int m_approximateAssetCount{0};
183 Authorization m_authorization;
189 EgressAccessLogs m_egressAccessLogs;
194 bool m_approximateAssetCountHasBeenSet =
false;
195 bool m_arnHasBeenSet =
false;
196 bool m_authorizationHasBeenSet =
false;
197 bool m_createdAtHasBeenSet =
false;
198 bool m_domainNameHasBeenSet =
false;
199 bool m_egressAccessLogsHasBeenSet =
false;
200 bool m_idHasBeenSet =
false;
201 bool m_tagsHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue