7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lightsail/LightsailRequest.h>
9#include <aws/lightsail/Lightsail_EXPORTS.h>
39 template <
typename KeyPairNameT = Aws::String>
41 m_keyPairNameHasBeenSet =
true;
42 m_keyPairName = std::forward<KeyPairNameT>(value);
44 template <
typename KeyPairNameT = Aws::String>
59 template <
typename ExpectedFingerpr
intT = Aws::String>
61 m_expectedFingerprintHasBeenSet =
true;
62 m_expectedFingerprint = std::forward<ExpectedFingerprintT>(value);
64 template <
typename ExpectedFingerpr
intT = Aws::String>
74 bool m_keyPairNameHasBeenSet =
false;
75 bool m_expectedFingerprintHasBeenSet =
false;
void SetKeyPairName(KeyPairNameT &&value)
void SetExpectedFingerprint(ExpectedFingerprintT &&value)
AWS_LIGHTSAIL_API Aws::String SerializePayload() const override
const Aws::String & GetKeyPairName() const
virtual const char * GetServiceRequestName() const override
AWS_LIGHTSAIL_API DeleteKeyPairRequest()=default
bool ExpectedFingerprintHasBeenSet() const
const Aws::String & GetExpectedFingerprint() const
DeleteKeyPairRequest & WithKeyPairName(KeyPairNameT &&value)
DeleteKeyPairRequest & WithExpectedFingerprint(ExpectedFingerprintT &&value)
AWS_LIGHTSAIL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool KeyPairNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String