7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ec2/model/ResponseMetadata.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 inline void SetReturn(
bool value) { m_return = value; }
52 inline void SetKeyPairId(
const char* value) { m_keyPairId.assign(value); }
DeleteKeyPairResponse & WithReturn(bool value)
void SetKeyPairId(const Aws::String &value)
const ResponseMetadata & GetResponseMetadata() const
AWS_EC2_API DeleteKeyPairResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DeleteKeyPairResponse & WithKeyPairId(const Aws::String &value)
void SetKeyPairId(const char *value)
void SetReturn(bool value)
DeleteKeyPairResponse & WithKeyPairId(const char *value)
void SetResponseMetadata(ResponseMetadata &&value)
void SetKeyPairId(Aws::String &&value)
void SetResponseMetadata(const ResponseMetadata &value)
AWS_EC2_API DeleteKeyPairResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::String & GetKeyPairId() const
DeleteKeyPairResponse & WithResponseMetadata(const ResponseMetadata &value)
DeleteKeyPairResponse & WithResponseMetadata(ResponseMetadata &&value)
DeleteKeyPairResponse & WithKeyPairId(Aws::String &&value)
AWS_EC2_API DeleteKeyPairResponse()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument