7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/medialive/model/InputDeviceConnectionState.h>
10#include <aws/medialive/model/DeviceSettingsSyncState.h>
11#include <aws/medialive/model/DeviceUpdateStatus.h>
12#include <aws/medialive/model/InputDeviceHdSettings.h>
13#include <aws/medialive/model/InputDeviceNetworkSettings.h>
14#include <aws/medialive/model/InputDeviceType.h>
15#include <aws/medialive/model/InputDeviceUhdSettings.h>
16#include <aws/core/utils/memory/stl/AWSMap.h>
17#include <aws/core/utils/memory/stl/AWSVector.h>
18#include <aws/medialive/model/InputDeviceOutputType.h>
57 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
58 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
124 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
138 inline void SetMacAddress(
const char* value) { m_macAddressHasBeenSet =
true; m_macAddress.assign(value); }
152 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
178 inline void SetSerialNumber(
const char* value) { m_serialNumberHasBeenSet =
true; m_serialNumber.assign(value); }
224 inline InputDeviceSummary&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
235 inline void SetAvailabilityZone(
const char* value) { m_availabilityZoneHasBeenSet =
true; m_availabilityZone.assign(value); }
273 bool m_arnHasBeenSet =
false;
276 bool m_connectionStateHasBeenSet =
false;
279 bool m_deviceSettingsSyncStateHasBeenSet =
false;
282 bool m_deviceUpdateStatusHasBeenSet =
false;
285 bool m_hdDeviceSettingsHasBeenSet =
false;
288 bool m_idHasBeenSet =
false;
291 bool m_macAddressHasBeenSet =
false;
294 bool m_nameHasBeenSet =
false;
297 bool m_networkSettingsHasBeenSet =
false;
300 bool m_serialNumberHasBeenSet =
false;
303 bool m_typeHasBeenSet =
false;
306 bool m_uhdDeviceSettingsHasBeenSet =
false;
309 bool m_tagsHasBeenSet =
false;
312 bool m_availabilityZoneHasBeenSet =
false;
315 bool m_medialiveInputArnsHasBeenSet =
false;
318 bool m_outputTypeHasBeenSet =
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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue