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>
18namespace IoTManagedIntegrations
47 template<
typename IdentifierT = Aws::String>
48 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
49 template<
typename IdentifierT = Aws::String>
59 inline bool GetForce()
const {
return m_force; }
61 inline void SetForce(
bool value) { m_forceHasBeenSet =
true; m_force = value; }
67 bool m_identifierHasBeenSet =
false;
70 bool m_forceHasBeenSet =
false;
AWS_IOTMANAGEDINTEGRATIONS_API Aws::String SerializePayload() const override
const Aws::String & GetIdentifier() const
void SetIdentifier(IdentifierT &&value)
DeleteManagedThingRequest & WithForce(bool value)
AWS_IOTMANAGEDINTEGRATIONS_API DeleteManagedThingRequest()=default
DeleteManagedThingRequest & WithIdentifier(IdentifierT &&value)
bool IdentifierHasBeenSet() const
void SetForce(bool value)
virtual const char * GetServiceRequestName() const override
bool ForceHasBeenSet() const
AWS_IOTMANAGEDINTEGRATIONS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String