7#include <aws/iot-managed-integrations/IoTManagedIntegrations_EXPORTS.h>
8#include <aws/iot-managed-integrations/IoTManagedIntegrationsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace IoTManagedIntegrations
42 template<
typename ManagedThingIdT = Aws::String>
43 void SetManagedThingId(ManagedThingIdT&& value) { m_managedThingIdHasBeenSet =
true; m_managedThingId = std::forward<ManagedThingIdT>(value); }
44 template<
typename ManagedThingIdT = Aws::String>
55 template<
typename AccountAssociationIdT = Aws::String>
56 void SetAccountAssociationId(AccountAssociationIdT&& value) { m_accountAssociationIdHasBeenSet =
true; m_accountAssociationId = std::forward<AccountAssociationIdT>(value); }
57 template<
typename AccountAssociationIdT = Aws::String>
68 template<
typename DeviceDiscoveryIdT = Aws::String>
69 void SetDeviceDiscoveryId(DeviceDiscoveryIdT&& value) { m_deviceDiscoveryIdHasBeenSet =
true; m_deviceDiscoveryId = std::forward<DeviceDiscoveryIdT>(value); }
70 template<
typename DeviceDiscoveryIdT = Aws::String>
76 bool m_managedThingIdHasBeenSet =
false;
79 bool m_accountAssociationIdHasBeenSet =
false;
82 bool m_deviceDiscoveryIdHasBeenSet =
false;
const Aws::String & GetDeviceDiscoveryId() const
AWS_IOTMANAGEDINTEGRATIONS_API RegisterAccountAssociationRequest()=default
void SetAccountAssociationId(AccountAssociationIdT &&value)
void SetManagedThingId(ManagedThingIdT &&value)
const Aws::String & GetManagedThingId() const
bool ManagedThingIdHasBeenSet() const
RegisterAccountAssociationRequest & WithManagedThingId(ManagedThingIdT &&value)
bool AccountAssociationIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_IOTMANAGEDINTEGRATIONS_API Aws::String SerializePayload() const override
RegisterAccountAssociationRequest & WithDeviceDiscoveryId(DeviceDiscoveryIdT &&value)
bool DeviceDiscoveryIdHasBeenSet() const
RegisterAccountAssociationRequest & WithAccountAssociationId(AccountAssociationIdT &&value)
void SetDeviceDiscoveryId(DeviceDiscoveryIdT &&value)
const Aws::String & GetAccountAssociationId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String