7#include <aws/mediapackage-vod/MediaPackageVod_EXPORTS.h>
8#include <aws/mediapackage-vod/MediaPackageVodRequest.h>
9#include <aws/mediapackage-vod/model/Authorization.h>
10#include <aws/mediapackage-vod/model/EgressAccessLogs.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
17namespace MediaPackageVod
46 template<
typename AuthorizationT = Authorization>
47 void SetAuthorization(AuthorizationT&& value) { m_authorizationHasBeenSet =
true; m_authorization = std::forward<AuthorizationT>(value); }
48 template<
typename AuthorizationT = Authorization>
56 template<
typename EgressAccessLogsT = EgressAccessLogs>
57 void SetEgressAccessLogs(EgressAccessLogsT&& value) { m_egressAccessLogsHasBeenSet =
true; m_egressAccessLogs = std::forward<EgressAccessLogsT>(value); }
58 template<
typename EgressAccessLogsT = EgressAccessLogs>
68 template<
typename IdT = Aws::String>
69 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
70 template<
typename IdT = Aws::String>
78 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
79 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
80 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
82 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
84 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
90 bool m_authorizationHasBeenSet =
false;
93 bool m_egressAccessLogsHasBeenSet =
false;
96 bool m_idHasBeenSet =
false;
99 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