7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/MediaLiveRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename ChannelPlacementGroupIdT = Aws::String>
46 void SetChannelPlacementGroupId(ChannelPlacementGroupIdT&& value) { m_channelPlacementGroupIdHasBeenSet =
true; m_channelPlacementGroupId = std::forward<ChannelPlacementGroupIdT>(value); }
47 template<
typename ChannelPlacementGroupIdT = Aws::String>
57 template<
typename ClusterIdT = Aws::String>
58 void SetClusterId(ClusterIdT&& value) { m_clusterIdHasBeenSet =
true; m_clusterId = std::forward<ClusterIdT>(value); }
59 template<
typename ClusterIdT = Aws::String>
65 bool m_channelPlacementGroupIdHasBeenSet =
false;
68 bool m_clusterIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String