7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/location/LocationServiceRequest.h>
9#include <aws/location/LocationService_EXPORTS.h>
17namespace LocationService {
42 template <
typename KeyNameT = Aws::String>
44 m_keyNameHasBeenSet =
true;
45 m_keyName = std::forward<KeyNameT>(value);
47 template <
typename KeyNameT = Aws::String>
66 m_forceDeleteHasBeenSet =
true;
67 m_forceDelete = value;
77 bool m_forceDelete{
false};
78 bool m_keyNameHasBeenSet =
false;
79 bool m_forceDeleteHasBeenSet =
false;
DeleteKeyRequest & WithKeyName(KeyNameT &&value)
DeleteKeyRequest & WithForceDelete(bool value)
bool GetForceDelete() const
void SetForceDelete(bool value)
bool ForceDeleteHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetKeyName(KeyNameT &&value)
AWS_LOCATIONSERVICE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetKeyName() const
AWS_LOCATIONSERVICE_API DeleteKeyRequest()=default
bool KeyNameHasBeenSet() const
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String