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
41 template<
typename ManagedThingIdT = Aws::String>
42 void SetManagedThingId(ManagedThingIdT&& value) { m_managedThingIdHasBeenSet =
true; m_managedThingId = std::forward<ManagedThingIdT>(value); }
43 template<
typename ManagedThingIdT = Aws::String>
49 bool m_managedThingIdHasBeenSet =
false;
AWS_IOTMANAGEDINTEGRATIONS_API GetRuntimeLogConfigurationRequest()=default
AWS_IOTMANAGEDINTEGRATIONS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool ManagedThingIdHasBeenSet() const
const Aws::String & GetManagedThingId() const
void SetManagedThingId(ManagedThingIdT &&value)
GetRuntimeLogConfigurationRequest & WithManagedThingId(ManagedThingIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String