7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/ec2/model/Filter.h>
78 inline void SetIncludePublicKey(
bool value) { m_includePublicKeyHasBeenSet =
true; m_includePublicKey = value; }
91 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
121 bool m_keyNamesHasBeenSet =
false;
124 bool m_keyPairIdsHasBeenSet =
false;
126 bool m_includePublicKey;
127 bool m_includePublicKeyHasBeenSet =
false;
130 bool m_dryRunHasBeenSet =
false;
133 bool m_filtersHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetKeyPairIds() const
void SetDryRun(bool value)
void SetKeyNames(const Aws::Vector< Aws::String > &value)
DescribeKeyPairsRequest & WithKeyPairIds(Aws::Vector< Aws::String > &&value)
void SetKeyPairIds(Aws::Vector< Aws::String > &&value)
DescribeKeyPairsRequest & AddFilters(const Filter &value)
DescribeKeyPairsRequest & WithFilters(const Aws::Vector< Filter > &value)
DescribeKeyPairsRequest & AddKeyPairIds(const Aws::String &value)
void SetKeyPairIds(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetKeyNames() const
DescribeKeyPairsRequest & WithIncludePublicKey(bool value)
void SetIncludePublicKey(bool value)
void SetFilters(const Aws::Vector< Filter > &value)
DescribeKeyPairsRequest & AddKeyNames(const char *value)
DescribeKeyPairsRequest & WithDryRun(bool value)
bool KeyNamesHasBeenSet() const
DescribeKeyPairsRequest & AddKeyPairIds(const char *value)
bool GetIncludePublicKey() const
void SetFilters(Aws::Vector< Filter > &&value)
bool FiltersHasBeenSet() const
const Aws::Vector< Filter > & GetFilters() const
AWS_EC2_API Aws::String SerializePayload() const override
DescribeKeyPairsRequest & WithFilters(Aws::Vector< Filter > &&value)
DescribeKeyPairsRequest & WithKeyNames(const Aws::Vector< Aws::String > &value)
DescribeKeyPairsRequest & AddKeyNames(Aws::String &&value)
bool KeyPairIdsHasBeenSet() const
bool IncludePublicKeyHasBeenSet() const
bool DryRunHasBeenSet() const
virtual const char * GetServiceRequestName() const override
DescribeKeyPairsRequest & AddKeyNames(const Aws::String &value)
DescribeKeyPairsRequest & WithKeyNames(Aws::Vector< Aws::String > &&value)
AWS_EC2_API DescribeKeyPairsRequest()
DescribeKeyPairsRequest & AddKeyPairIds(Aws::String &&value)
DescribeKeyPairsRequest & WithKeyPairIds(const Aws::Vector< Aws::String > &value)
void SetKeyNames(Aws::Vector< Aws::String > &&value)
DescribeKeyPairsRequest & AddFilters(Filter &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector