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