7#include <aws/iot-managed-integrations/IoTManagedIntegrations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot-managed-integrations/model/RuntimeLogConfigurations.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace 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>
52 template<
typename RuntimeLogConfigurationsT = RuntimeLogConfigurations>
53 void SetRuntimeLogConfigurations(RuntimeLogConfigurationsT&& value) { m_runtimeLogConfigurationsHasBeenSet =
true; m_runtimeLogConfigurations = std::forward<RuntimeLogConfigurationsT>(value); }
54 template<
typename RuntimeLogConfigurationsT = RuntimeLogConfigurations>
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_managedThingIdHasBeenSet =
false;
72 bool m_runtimeLogConfigurationsHasBeenSet =
false;
75 bool m_requestIdHasBeenSet =
false;
void SetRuntimeLogConfigurations(RuntimeLogConfigurationsT &&value)
void SetManagedThingId(ManagedThingIdT &&value)
GetRuntimeLogConfigurationResult & WithManagedThingId(ManagedThingIdT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetManagedThingId() const
const RuntimeLogConfigurations & GetRuntimeLogConfigurations() const
GetRuntimeLogConfigurationResult & WithRequestId(RequestIdT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API GetRuntimeLogConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IOTMANAGEDINTEGRATIONS_API GetRuntimeLogConfigurationResult()=default
AWS_IOTMANAGEDINTEGRATIONS_API GetRuntimeLogConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetRuntimeLogConfigurationResult & WithRuntimeLogConfigurations(RuntimeLogConfigurationsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue