7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/medialive/MediaLiveRequest.h>
9#include <aws/medialive/MediaLive_EXPORTS.h>
41 template <
typename ChannelPlacementGroupIdT = Aws::String>
43 m_channelPlacementGroupIdHasBeenSet =
true;
44 m_channelPlacementGroupId = std::forward<ChannelPlacementGroupIdT>(value);
46 template <
typename ChannelPlacementGroupIdT = Aws::String>
59 template <
typename ClusterIdT = Aws::String>
61 m_clusterIdHasBeenSet =
true;
62 m_clusterId = std::forward<ClusterIdT>(value);
64 template <
typename ClusterIdT = Aws::String>
74 bool m_channelPlacementGroupIdHasBeenSet =
false;
75 bool m_clusterIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String