7#include <aws/iot-managed-integrations/IoTManagedIntegrations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/iot-managed-integrations/model/DiscoveryModification.h>
11#include <aws/core/utils/DateTime.h>
24namespace IoTManagedIntegrations
51 template<
typename ConnectorDeviceIdT = Aws::String>
52 void SetConnectorDeviceId(ConnectorDeviceIdT&& value) { m_connectorDeviceIdHasBeenSet =
true; m_connectorDeviceId = std::forward<ConnectorDeviceIdT>(value); }
53 template<
typename ConnectorDeviceIdT = Aws::String>
63 template<
typename ConnectorDeviceNameT = Aws::String>
64 void SetConnectorDeviceName(ConnectorDeviceNameT&& value) { m_connectorDeviceNameHasBeenSet =
true; m_connectorDeviceName = std::forward<ConnectorDeviceNameT>(value); }
65 template<
typename ConnectorDeviceNameT = Aws::String>
76 template<
typename DeviceTypesT = Aws::Vector<Aws::String>>
77 void SetDeviceTypes(DeviceTypesT&& value) { m_deviceTypesHasBeenSet =
true; m_deviceTypes = std::forward<DeviceTypesT>(value); }
78 template<
typename DeviceTypesT = Aws::Vector<Aws::String>>
80 template<
typename DeviceTypesT = Aws::String>
91 template<
typename ManagedThingIdT = Aws::String>
92 void SetManagedThingId(ManagedThingIdT&& value) { m_managedThingIdHasBeenSet =
true; m_managedThingId = std::forward<ManagedThingIdT>(value); }
93 template<
typename ManagedThingIdT = Aws::String>
114 template<
typename DiscoveredAtT = Aws::Utils::DateTime>
115 void SetDiscoveredAt(DiscoveredAtT&& value) { m_discoveredAtHasBeenSet =
true; m_discoveredAt = std::forward<DiscoveredAtT>(value); }
116 template<
typename DiscoveredAtT = Aws::Utils::DateTime>
126 template<
typename BrandT = Aws::String>
127 void SetBrand(BrandT&& value) { m_brandHasBeenSet =
true; m_brand = std::forward<BrandT>(value); }
128 template<
typename BrandT = Aws::String>
138 template<
typename ModelT = Aws::String>
139 void SetModel(ModelT&& value) { m_modelHasBeenSet =
true; m_model = std::forward<ModelT>(value); }
140 template<
typename ModelT = Aws::String>
151 template<
typename AuthenticationMaterialT = Aws::String>
152 void SetAuthenticationMaterial(AuthenticationMaterialT&& value) { m_authenticationMaterialHasBeenSet =
true; m_authenticationMaterial = std::forward<AuthenticationMaterialT>(value); }
153 template<
typename AuthenticationMaterialT = Aws::String>
159 bool m_connectorDeviceIdHasBeenSet =
false;
162 bool m_connectorDeviceNameHasBeenSet =
false;
165 bool m_deviceTypesHasBeenSet =
false;
168 bool m_managedThingIdHasBeenSet =
false;
171 bool m_modificationHasBeenSet =
false;
174 bool m_discoveredAtHasBeenSet =
false;
177 bool m_brandHasBeenSet =
false;
180 bool m_modelHasBeenSet =
false;
183 bool m_authenticationMaterialHasBeenSet =
false;
DiscoveredDeviceSummary & WithBrand(BrandT &&value)
bool ConnectorDeviceNameHasBeenSet() const
bool DeviceTypesHasBeenSet() const
const Aws::String & GetBrand() const
DiscoveredDeviceSummary & WithModel(ModelT &&value)
DiscoveredDeviceSummary & WithConnectorDeviceName(ConnectorDeviceNameT &&value)
const Aws::String & GetModel() const
const Aws::String & GetConnectorDeviceId() const
void SetDiscoveredAt(DiscoveredAtT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API DiscoveredDeviceSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DiscoveredAtHasBeenSet() const
void SetAuthenticationMaterial(AuthenticationMaterialT &&value)
bool ModificationHasBeenSet() const
void SetBrand(BrandT &&value)
DiscoveredDeviceSummary & WithModification(DiscoveryModification value)
const Aws::String & GetManagedThingId() const
AWS_IOTMANAGEDINTEGRATIONS_API DiscoveredDeviceSummary()=default
void SetConnectorDeviceName(ConnectorDeviceNameT &&value)
DiscoveredDeviceSummary & WithDeviceTypes(DeviceTypesT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API DiscoveredDeviceSummary(Aws::Utils::Json::JsonView jsonValue)
bool BrandHasBeenSet() const
bool ConnectorDeviceIdHasBeenSet() const
bool ManagedThingIdHasBeenSet() const
AWS_IOTMANAGEDINTEGRATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
DiscoveredDeviceSummary & AddDeviceTypes(DeviceTypesT &&value)
void SetModel(ModelT &&value)
DiscoveredDeviceSummary & WithManagedThingId(ManagedThingIdT &&value)
bool ModelHasBeenSet() const
DiscoveryModification GetModification() const
void SetManagedThingId(ManagedThingIdT &&value)
bool AuthenticationMaterialHasBeenSet() const
const Aws::String & GetAuthenticationMaterial() const
void SetModification(DiscoveryModification value)
DiscoveredDeviceSummary & WithAuthenticationMaterial(AuthenticationMaterialT &&value)
void SetDeviceTypes(DeviceTypesT &&value)
DiscoveredDeviceSummary & WithConnectorDeviceId(ConnectorDeviceIdT &&value)
const Aws::Utils::DateTime & GetDiscoveredAt() const
void SetConnectorDeviceId(ConnectorDeviceIdT &&value)
const Aws::Vector< Aws::String > & GetDeviceTypes() const
const Aws::String & GetConnectorDeviceName() const
DiscoveredDeviceSummary & WithDiscoveredAt(DiscoveredAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue