7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediapackage-vod/MediaPackageVodRequest.h>
9#include <aws/mediapackage-vod/MediaPackageVod_EXPORTS.h>
10#include <aws/mediapackage-vod/model/Authorization.h>
15namespace MediaPackageVod {
40 template <
typename AuthorizationT = Authorization>
42 m_authorizationHasBeenSet =
true;
43 m_authorization = std::forward<AuthorizationT>(value);
45 template <
typename AuthorizationT = Authorization>
58 template <
typename IdT = Aws::String>
60 m_idHasBeenSet =
true;
61 m_id = std::forward<IdT>(value);
63 template <
typename IdT = Aws::String>
65 SetId(std::forward<IdT>(value));
71 bool m_authorizationHasBeenSet =
false;
74 bool m_idHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String