7#include <aws/iot-managed-integrations/IoTManagedIntegrations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace IoTManagedIntegrations
41 template<
typename IdT = Aws::String>
42 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
43 template<
typename IdT = Aws::String>
52 template<
typename StartedAtT = Aws::Utils::DateTime>
53 void SetStartedAt(StartedAtT&& value) { m_startedAtHasBeenSet =
true; m_startedAt = std::forward<StartedAtT>(value); }
54 template<
typename StartedAtT = Aws::Utils::DateTime>
61 template<
typename RequestIdT = Aws::String>
62 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
63 template<
typename RequestIdT = Aws::String>
69 bool m_idHasBeenSet =
false;
72 bool m_startedAtHasBeenSet =
false;
75 bool m_requestIdHasBeenSet =
false;
AWS_IOTMANAGEDINTEGRATIONS_API StartDeviceDiscoveryResult()=default
void SetStartedAt(StartedAtT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API StartDeviceDiscoveryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetId() const
StartDeviceDiscoveryResult & WithStartedAt(StartedAtT &&value)
StartDeviceDiscoveryResult & WithId(IdT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API StartDeviceDiscoveryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
StartDeviceDiscoveryResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::Utils::DateTime & GetStartedAt() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue