7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/medialive/model/ChannelPlacementGroupState.h>
50 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
51 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
80 inline void SetClusterId(
const char* value) { m_clusterIdHasBeenSet =
true; m_clusterId.assign(value); }
94 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
95 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
109 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
145 bool m_arnHasBeenSet =
false;
148 bool m_channelsHasBeenSet =
false;
151 bool m_clusterIdHasBeenSet =
false;
154 bool m_idHasBeenSet =
false;
157 bool m_nameHasBeenSet =
false;
160 bool m_nodesHasBeenSet =
false;
163 bool m_stateHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue