7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/location/LocationServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace LocationService
41 template<
typename KeyNameT = Aws::String>
42 void SetKeyName(KeyNameT&& value) { m_keyNameHasBeenSet =
true; m_keyName = std::forward<KeyNameT>(value); }
43 template<
typename KeyNameT = Aws::String>
49 bool m_keyNameHasBeenSet =
false;
void SetKeyName(KeyNameT &&value)
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
bool KeyNameHasBeenSet() const
DescribeKeyRequest & WithKeyName(KeyNameT &&value)
const Aws::String & GetKeyName() const
virtual const char * GetServiceRequestName() const override
AWS_LOCATIONSERVICE_API DescribeKeyRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String