7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/MediaLiveRequest.h>
9#include <aws/medialive/model/ClusterType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/medialive/model/ClusterNetworkSettingsCreateRequest.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/core/utils/UUID.h>
70 inline void SetInstanceRoleArn(
const char* value) { m_instanceRoleArnHasBeenSet =
true; m_instanceRoleArn.assign(value); }
85 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
112 inline void SetRequestId(
const char* value) { m_requestIdHasBeenSet =
true; m_requestId.assign(value); }
139 bool m_clusterTypeHasBeenSet =
false;
142 bool m_instanceRoleArnHasBeenSet =
false;
145 bool m_nameHasBeenSet =
false;
148 bool m_networkSettingsHasBeenSet =
false;
151 bool m_requestIdHasBeenSet =
false;
154 bool m_tagsHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String