7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ec2/EC2_EXPORTS.h>
9#include <aws/ec2/model/ResponseMetadata.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 m_returnHasBeenSet =
true;
50 template <
typename KeyPairIdT = Aws::String>
52 m_keyPairIdHasBeenSet =
true;
53 m_keyPairId = std::forward<KeyPairIdT>(value);
55 template <
typename KeyPairIdT = Aws::String>
65 template <
typename ResponseMetadataT = ResponseMetadata>
67 m_responseMetadataHasBeenSet =
true;
68 m_responseMetadata = std::forward<ResponseMetadataT>(value);
70 template <
typename ResponseMetadataT = ResponseMetadata>
81 ResponseMetadata m_responseMetadata;
82 bool m_returnHasBeenSet =
false;
83 bool m_keyPairIdHasBeenSet =
false;
84 bool m_responseMetadataHasBeenSet =
false;
DeleteKeyPairResponse & WithReturn(bool value)
const ResponseMetadata & GetResponseMetadata() const
AWS_EC2_API DeleteKeyPairResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DeleteKeyPairResponse & WithResponseMetadata(ResponseMetadataT &&value)
void SetReturn(bool value)
void SetResponseMetadata(ResponseMetadataT &&value)
AWS_EC2_API DeleteKeyPairResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::String & GetKeyPairId() const
AWS_EC2_API DeleteKeyPairResponse()=default
void SetKeyPairId(KeyPairIdT &&value)
DeleteKeyPairResponse & WithKeyPairId(KeyPairIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument