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