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>
10#include <aws/iot-managed-integrations/model/RuntimeLogConfigurations.h>
15namespace 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>
54 template<
typename RuntimeLogConfigurationsT = RuntimeLogConfigurations>
55 void SetRuntimeLogConfigurations(RuntimeLogConfigurationsT&& value) { m_runtimeLogConfigurationsHasBeenSet =
true; m_runtimeLogConfigurations = std::forward<RuntimeLogConfigurationsT>(value); }
56 template<
typename RuntimeLogConfigurationsT = RuntimeLogConfigurations>
62 bool m_managedThingIdHasBeenSet =
false;
65 bool m_runtimeLogConfigurationsHasBeenSet =
false;
PutRuntimeLogConfigurationRequest & WithManagedThingId(ManagedThingIdT &&value)
const RuntimeLogConfigurations & GetRuntimeLogConfigurations() const
const Aws::String & GetManagedThingId() const
AWS_IOTMANAGEDINTEGRATIONS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool RuntimeLogConfigurationsHasBeenSet() const
PutRuntimeLogConfigurationRequest & WithRuntimeLogConfigurations(RuntimeLogConfigurationsT &&value)
bool ManagedThingIdHasBeenSet() const
void SetRuntimeLogConfigurations(RuntimeLogConfigurationsT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API PutRuntimeLogConfigurationRequest()=default
void SetManagedThingId(ManagedThingIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String