7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/lightsail/LightsailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 inline void SetKeyPairName(
const char* value) { m_keyPairNameHasBeenSet =
true; m_keyPairName.assign(value); }
61 inline void SetExpectedFingerprint(
const char* value) { m_expectedFingerprintHasBeenSet =
true; m_expectedFingerprint.assign(value); }
69 bool m_keyPairNameHasBeenSet =
false;
72 bool m_expectedFingerprintHasBeenSet =
false;
void SetExpectedFingerprint(const Aws::String &value)
void SetKeyPairName(Aws::String &&value)
AWS_LIGHTSAIL_API Aws::String SerializePayload() const override
const Aws::String & GetKeyPairName() const
AWS_LIGHTSAIL_API DeleteKeyPairRequest()
DeleteKeyPairRequest & WithKeyPairName(const char *value)
DeleteKeyPairRequest & WithExpectedFingerprint(const char *value)
void SetExpectedFingerprint(const char *value)
DeleteKeyPairRequest & WithExpectedFingerprint(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
DeleteKeyPairRequest & WithExpectedFingerprint(Aws::String &&value)
bool ExpectedFingerprintHasBeenSet() const
void SetKeyPairName(const Aws::String &value)
DeleteKeyPairRequest & WithKeyPairName(Aws::String &&value)
const Aws::String & GetExpectedFingerprint() const
DeleteKeyPairRequest & WithKeyPairName(const Aws::String &value)
void SetKeyPairName(const char *value)
AWS_LIGHTSAIL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetExpectedFingerprint(Aws::String &&value)
bool KeyPairNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String