7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetSecurityProfileName(
const char* value) { m_securityProfileNameHasBeenSet =
true; m_securityProfileName.assign(value); }
64 inline void SetExpectedVersion(
long long value) { m_expectedVersionHasBeenSet =
true; m_expectedVersion = value; }
70 bool m_securityProfileNameHasBeenSet =
false;
72 long long m_expectedVersion;
73 bool m_expectedVersionHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_IOT_API Aws::String SerializePayload() const override
DeleteSecurityProfileRequest & WithSecurityProfileName(const Aws::String &value)
AWS_IOT_API DeleteSecurityProfileRequest()
void SetSecurityProfileName(const char *value)
void SetSecurityProfileName(const Aws::String &value)
bool SecurityProfileNameHasBeenSet() const
long long GetExpectedVersion() const
void SetSecurityProfileName(Aws::String &&value)
DeleteSecurityProfileRequest & WithExpectedVersion(long long value)
DeleteSecurityProfileRequest & WithSecurityProfileName(const char *value)
const Aws::String & GetSecurityProfileName() const
bool ExpectedVersionHasBeenSet() const
void SetExpectedVersion(long long value)
DeleteSecurityProfileRequest & WithSecurityProfileName(Aws::String &&value)
AWS_IOT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String