7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediapackage-vod/MediaPackageVodRequest.h>
9#include <aws/mediapackage-vod/MediaPackageVod_EXPORTS.h>
17namespace MediaPackageVod {
43 m_maxResultsHasBeenSet =
true;
58 template <
typename NextTokenT = Aws::String>
60 m_nextTokenHasBeenSet =
true;
61 m_nextToken = std::forward<NextTokenT>(value);
63 template <
typename NextTokenT = Aws::String>
76 template <
typename PackagingGroupIdT = Aws::String>
78 m_packagingGroupIdHasBeenSet =
true;
79 m_packagingGroupId = std::forward<PackagingGroupIdT>(value);
81 template <
typename PackagingGroupIdT = Aws::String>
89 bool m_maxResultsHasBeenSet =
false;
92 bool m_nextTokenHasBeenSet =
false;
95 bool m_packagingGroupIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String