7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lightsail/model/KeyPair.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
72 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
const Aws::String & GetRequestId() const
void SetRequestId(const char *value)
AWS_LIGHTSAIL_API GetKeyPairsResult()
GetKeyPairsResult & WithRequestId(Aws::String &&value)
GetKeyPairsResult & AddKeyPairs(const KeyPair &value)
void SetNextPageToken(const Aws::String &value)
AWS_LIGHTSAIL_API GetKeyPairsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetKeyPairsResult & WithNextPageToken(const char *value)
GetKeyPairsResult & WithNextPageToken(const Aws::String &value)
GetKeyPairsResult & AddKeyPairs(KeyPair &&value)
GetKeyPairsResult & WithRequestId(const char *value)
const Aws::Vector< KeyPair > & GetKeyPairs() const
void SetKeyPairs(const Aws::Vector< KeyPair > &value)
AWS_LIGHTSAIL_API GetKeyPairsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextPageToken(const char *value)
GetKeyPairsResult & WithKeyPairs(const Aws::Vector< KeyPair > &value)
const Aws::String & GetNextPageToken() const
void SetRequestId(const Aws::String &value)
GetKeyPairsResult & WithRequestId(const Aws::String &value)
GetKeyPairsResult & WithNextPageToken(Aws::String &&value)
void SetRequestId(Aws::String &&value)
GetKeyPairsResult & WithKeyPairs(Aws::Vector< KeyPair > &&value)
void SetKeyPairs(Aws::Vector< KeyPair > &&value)
void SetNextPageToken(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue