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/core/utils/memory/stl/AWSString.h>
15namespace MediaPackageVod
44 template<
typename AuthorizationT = Authorization>
45 void SetAuthorization(AuthorizationT&& value) { m_authorizationHasBeenSet =
true; m_authorization = std::forward<AuthorizationT>(value); }
46 template<
typename AuthorizationT = Authorization>
56 template<
typename IdT = Aws::String>
57 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
58 template<
typename IdT = Aws::String>
64 bool m_authorizationHasBeenSet =
false;
67 bool m_idHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String