7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediapackage-vod/MediaPackageVodRequest.h>
10#include <aws/mediapackage-vod/MediaPackageVod_EXPORTS.h>
11#include <aws/mediapackage-vod/model/Authorization.h>
12#include <aws/mediapackage-vod/model/EgressAccessLogs.h>
17namespace MediaPackageVod {
42 template <
typename AuthorizationT = Authorization>
44 m_authorizationHasBeenSet =
true;
45 m_authorization = std::forward<AuthorizationT>(value);
47 template <
typename AuthorizationT = Authorization>
58 template <
typename EgressAccessLogsT = EgressAccessLogs>
60 m_egressAccessLogsHasBeenSet =
true;
61 m_egressAccessLogs = std::forward<EgressAccessLogsT>(value);
63 template <
typename EgressAccessLogsT = EgressAccessLogs>
76 template <
typename IdT = Aws::String>
78 m_idHasBeenSet =
true;
79 m_id = std::forward<IdT>(value);
81 template <
typename IdT = Aws::String>
83 SetId(std::forward<IdT>(value));
92 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
94 m_tagsHasBeenSet =
true;
95 m_tags = std::forward<TagsT>(value);
97 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
99 SetTags(std::forward<TagsT>(value));
102 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
104 m_tagsHasBeenSet =
true;
105 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
117 bool m_authorizationHasBeenSet =
false;
118 bool m_egressAccessLogsHasBeenSet =
false;
119 bool m_idHasBeenSet =
false;
120 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