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/LogLevel.h>
22namespace IoTManagedIntegrations
47 template<
typename IdT = Aws::String>
48 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
49 template<
typename IdT = Aws::String>
59 template<
typename ResourceTypeT = Aws::String>
60 void SetResourceType(ResourceTypeT&& value) { m_resourceTypeHasBeenSet =
true; m_resourceType = std::forward<ResourceTypeT>(value); }
61 template<
typename ResourceTypeT = Aws::String>
71 template<
typename ResourceIdT = Aws::String>
72 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
73 template<
typename ResourceIdT = Aws::String>
89 bool m_idHasBeenSet =
false;
92 bool m_resourceTypeHasBeenSet =
false;
95 bool m_resourceIdHasBeenSet =
false;
98 bool m_eventLogLevelHasBeenSet =
false;
bool EventLogLevelHasBeenSet() const
void SetEventLogLevel(LogLevel value)
void SetResourceId(ResourceIdT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API EventLogConfigurationSummary(Aws::Utils::Json::JsonView jsonValue)
bool ResourceTypeHasBeenSet() const
EventLogConfigurationSummary & WithResourceType(ResourceTypeT &&value)
const Aws::String & GetResourceType() const
EventLogConfigurationSummary & WithId(IdT &&value)
LogLevel GetEventLogLevel() const
EventLogConfigurationSummary & WithEventLogLevel(LogLevel value)
AWS_IOTMANAGEDINTEGRATIONS_API EventLogConfigurationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
EventLogConfigurationSummary & WithResourceId(ResourceIdT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API EventLogConfigurationSummary()=default
AWS_IOTMANAGEDINTEGRATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetResourceType(ResourceTypeT &&value)
bool IdHasBeenSet() const
const Aws::String & GetResourceId() const
const Aws::String & GetId() const
bool ResourceIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue