7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/MediaLiveRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
78 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
90 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
97 Aws::String m_cloudWatchAlarmTemplateGroupIdentifier;
98 bool m_cloudWatchAlarmTemplateGroupIdentifierHasBeenSet =
false;
100 Aws::String m_eventBridgeRuleTemplateGroupIdentifier;
101 bool m_eventBridgeRuleTemplateGroupIdentifierHasBeenSet =
false;
104 bool m_maxResultsHasBeenSet =
false;
107 bool m_nextTokenHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String