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/medialive/model/UpdateNodeState.h>
47 inline void SetClusterId(
const char* value) { m_clusterIdHasBeenSet =
true; m_clusterId.assign(value); }
61 inline void SetNodeId(
const char* value) { m_nodeIdHasBeenSet =
true; m_nodeId.assign(value); }
85 bool m_clusterIdHasBeenSet =
false;
88 bool m_nodeIdHasBeenSet =
false;
91 bool m_stateHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String