7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/ec2/EC2_EXPORTS.h>
41 template <
typename KeyNameT = Aws::String>
43 m_keyNameHasBeenSet =
true;
44 m_keyName = std::forward<KeyNameT>(value);
46 template <
typename KeyNameT = Aws::String>
59 template <
typename KeyPairIdT = Aws::String>
61 m_keyPairIdHasBeenSet =
true;
62 m_keyPairId = std::forward<KeyPairIdT>(value);
64 template <
typename KeyPairIdT = Aws::String>
81 m_dryRunHasBeenSet =
true;
95 bool m_keyNameHasBeenSet =
false;
96 bool m_keyPairIdHasBeenSet =
false;
97 bool m_dryRunHasBeenSet =
false;
const Aws::String & GetKeyPairId() const
AWS_EC2_API DeleteKeyPairRequest()=default
const Aws::String & GetKeyName() const
void SetDryRun(bool value)
bool KeyNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
DeleteKeyPairRequest & WithKeyName(KeyNameT &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DeleteKeyPairRequest & WithKeyPairId(KeyPairIdT &&value)
bool DryRunHasBeenSet() const
AWS_EC2_API Aws::String SerializePayload() const override
DeleteKeyPairRequest & WithDryRun(bool value)
bool KeyPairIdHasBeenSet() const
void SetKeyPairId(KeyPairIdT &&value)
void SetKeyName(KeyNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String