7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/lightsail/LightsailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename KeyPairNameT = Aws::String>
44 void SetKeyPairName(KeyPairNameT&& value) { m_keyPairNameHasBeenSet =
true; m_keyPairName = std::forward<KeyPairNameT>(value); }
45 template<
typename KeyPairNameT = Aws::String>
57 template<
typename ExpectedFingerpr
intT = Aws::String>
58 void SetExpectedFingerprint(ExpectedFingerprintT&& value) { m_expectedFingerprintHasBeenSet =
true; m_expectedFingerprint = std::forward<ExpectedFingerprintT>(value); }
59 template<
typename ExpectedFingerpr
intT = Aws::String>
65 bool m_keyPairNameHasBeenSet =
false;
68 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