7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/MediaLiveRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
47 inline void SetChannelPlacementGroupId(
const char* value) { m_channelPlacementGroupIdHasBeenSet =
true; m_channelPlacementGroupId.assign(value); }
61 inline void SetClusterId(
const char* value) { m_clusterIdHasBeenSet =
true; m_clusterId.assign(value); }
77 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
101 bool m_channelPlacementGroupIdHasBeenSet =
false;
104 bool m_clusterIdHasBeenSet =
false;
107 bool m_nameHasBeenSet =
false;
110 bool m_nodesHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector