7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/medialive/MediaLiveRequest.h>
9#include <aws/medialive/MediaLive_EXPORTS.h>
45 template <
typename ClusterIdT = Aws::String>
47 m_clusterIdHasBeenSet =
true;
48 m_clusterId = std::forward<ClusterIdT>(value);
50 template <
typename ClusterIdT = Aws::String>
64 m_maxResultsHasBeenSet =
true;
79 template <
typename NextTokenT = Aws::String>
81 m_nextTokenHasBeenSet =
true;
82 m_nextToken = std::forward<NextTokenT>(value);
84 template <
typename NextTokenT = Aws::String>
96 bool m_clusterIdHasBeenSet =
false;
97 bool m_maxResultsHasBeenSet =
false;
98 bool m_nextTokenHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String