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;
50 inline void SetKeyPairId(
const char* value) { m_keyPairId.assign(value); }
76 inline void SetKeyName(
const char* value) { m_keyName.assign(value); }
CreateKeyPairResponse & WithResponseMetadata(const ResponseMetadata &value)
CreateKeyPairResponse & AddTags(Tag &&value)
CreateKeyPairResponse & WithKeyFingerprint(const Aws::String &value)
CreateKeyPairResponse & WithResponseMetadata(ResponseMetadata &&value)
CreateKeyPairResponse & WithKeyPairId(const Aws::String &value)
CreateKeyPairResponse & WithKeyMaterial(const Aws::String &value)
CreateKeyPairResponse & AddTags(const Tag &value)
const Aws::String & GetKeyPairId() const
const ResponseMetadata & GetResponseMetadata() const
CreateKeyPairResponse & WithKeyPairId(Aws::String &&value)
void SetResponseMetadata(const ResponseMetadata &value)
void SetKeyMaterial(const Aws::String &value)
CreateKeyPairResponse & WithTags(const Aws::Vector< Tag > &value)
void SetKeyFingerprint(const Aws::String &value)
void SetTags(Aws::Vector< Tag > &&value)
void SetKeyPairId(Aws::String &&value)
AWS_EC2_API CreateKeyPairResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetKeyFingerprint(Aws::String &&value)
void SetKeyName(const char *value)
void SetKeyPairId(const char *value)
AWS_EC2_API CreateKeyPairResponse()
const Aws::String & GetKeyFingerprint() const
void SetKeyMaterial(Aws::String &&value)
CreateKeyPairResponse & WithKeyFingerprint(Aws::String &&value)
CreateKeyPairResponse & WithTags(Aws::Vector< Tag > &&value)
CreateKeyPairResponse & WithKeyName(const Aws::String &value)
const Aws::String & GetKeyMaterial() const
void SetResponseMetadata(ResponseMetadata &&value)
void SetKeyMaterial(const char *value)
CreateKeyPairResponse & WithKeyName(Aws::String &&value)
CreateKeyPairResponse & WithKeyPairId(const char *value)
CreateKeyPairResponse & WithKeyFingerprint(const char *value)
CreateKeyPairResponse & WithKeyMaterial(Aws::String &&value)
void SetTags(const Aws::Vector< Tag > &value)
void SetKeyFingerprint(const char *value)
CreateKeyPairResponse & WithKeyMaterial(const char *value)
void SetKeyPairId(const Aws::String &value)
AWS_EC2_API CreateKeyPairResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::String & GetKeyName() const
void SetKeyName(Aws::String &&value)
void SetKeyName(const Aws::String &value)
const Aws::Vector< Tag > & GetTags() const
CreateKeyPairResponse & WithKeyName(const char *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