7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ec2/model/ResponseMetadata.h>
11#include <aws/ec2/model/Tag.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
62 inline void SetKeyName(
const char* value) { m_keyName.assign(value); }
75 inline void SetKeyPairId(
const char* value) { m_keyPairId.assign(value); }
ImportKeyPairResponse & AddTags(const Tag &value)
void SetKeyName(const char *value)
ImportKeyPairResponse & WithKeyPairId(const char *value)
AWS_EC2_API ImportKeyPairResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::String & GetKeyName() const
ImportKeyPairResponse & WithResponseMetadata(const ResponseMetadata &value)
AWS_EC2_API ImportKeyPairResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetKeyPairId(const char *value)
void SetKeyFingerprint(const Aws::String &value)
void SetKeyPairId(const Aws::String &value)
void SetResponseMetadata(ResponseMetadata &&value)
ImportKeyPairResponse & WithResponseMetadata(ResponseMetadata &&value)
AWS_EC2_API ImportKeyPairResponse()
ImportKeyPairResponse & WithKeyPairId(const Aws::String &value)
ImportKeyPairResponse & WithKeyFingerprint(const char *value)
void SetTags(const Aws::Vector< Tag > &value)
ImportKeyPairResponse & WithKeyName(const char *value)
ImportKeyPairResponse & AddTags(Tag &&value)
ImportKeyPairResponse & WithTags(const Aws::Vector< Tag > &value)
ImportKeyPairResponse & WithKeyName(const Aws::String &value)
void SetResponseMetadata(const ResponseMetadata &value)
const Aws::String & GetKeyFingerprint() const
ImportKeyPairResponse & WithKeyFingerprint(const Aws::String &value)
void SetKeyName(const Aws::String &value)
ImportKeyPairResponse & WithKeyFingerprint(Aws::String &&value)
void SetKeyFingerprint(const char *value)
const Aws::String & GetKeyPairId() const
ImportKeyPairResponse & WithTags(Aws::Vector< Tag > &&value)
void SetKeyName(Aws::String &&value)
const Aws::Vector< Tag > & GetTags() const
ImportKeyPairResponse & WithKeyName(Aws::String &&value)
const ResponseMetadata & GetResponseMetadata() const
void SetKeyPairId(Aws::String &&value)
ImportKeyPairResponse & WithKeyPairId(Aws::String &&value)
void SetTags(Aws::Vector< Tag > &&value)
void SetKeyFingerprint(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument