7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/MediaLiveRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
58 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
66 bool m_maxResultsHasBeenSet =
false;
69 bool m_nextTokenHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String