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/LogLevel.h>
12#include <aws/core/utils/UUID.h>
16namespace IoTManagedIntegrations
43 template<
typename ResourceTypeT = Aws::String>
44 void SetResourceType(ResourceTypeT&& value) { m_resourceTypeHasBeenSet =
true; m_resourceType = std::forward<ResourceTypeT>(value); }
45 template<
typename ResourceTypeT = Aws::String>
55 template<
typename ResourceIdT = Aws::String>
56 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
57 template<
typename ResourceIdT = Aws::String>
79 template<
typename ClientTokenT = Aws::String>
80 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
81 template<
typename ClientTokenT = Aws::String>
87 bool m_resourceTypeHasBeenSet =
false;
90 bool m_resourceIdHasBeenSet =
false;
93 bool m_eventLogLevelHasBeenSet =
false;
96 bool m_clientTokenHasBeenSet =
true;
virtual const char * GetServiceRequestName() const override
AWS_IOTMANAGEDINTEGRATIONS_API CreateEventLogConfigurationRequest()=default
void SetResourceId(ResourceIdT &&value)
CreateEventLogConfigurationRequest & WithClientToken(ClientTokenT &&value)
void SetEventLogLevel(LogLevel value)
LogLevel GetEventLogLevel() const
const Aws::String & GetClientToken() const
const Aws::String & GetResourceType() const
AWS_IOTMANAGEDINTEGRATIONS_API Aws::String SerializePayload() const override
CreateEventLogConfigurationRequest & WithResourceType(ResourceTypeT &&value)
bool EventLogLevelHasBeenSet() const
CreateEventLogConfigurationRequest & WithEventLogLevel(LogLevel value)
void SetClientToken(ClientTokenT &&value)
void SetResourceType(ResourceTypeT &&value)
bool ResourceIdHasBeenSet() const
bool ResourceTypeHasBeenSet() const
bool ClientTokenHasBeenSet() const
const Aws::String & GetResourceId() const
CreateEventLogConfigurationRequest & WithResourceId(ResourceIdT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String