7#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
8#include <aws/mediapackagev2/Mediapackagev2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
18namespace mediapackagev2
49 template<
typename ChannelGroupNameT = Aws::String>
50 void SetChannelGroupName(ChannelGroupNameT&& value) { m_channelGroupNameHasBeenSet =
true; m_channelGroupName = std::forward<ChannelGroupNameT>(value); }
51 template<
typename ChannelGroupNameT = Aws::String>
61 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
72 template<
typename NextTokenT = Aws::String>
73 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
74 template<
typename NextTokenT = Aws::String>
80 bool m_channelGroupNameHasBeenSet =
false;
83 bool m_maxResultsHasBeenSet =
false;
86 bool m_nextTokenHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String