7#include <aws/kms/KMS_EXPORTS.h>
8#include <aws/kms/KMSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetCustomKeyStoreId(
const char* value) { m_customKeyStoreIdHasBeenSet =
true; m_customKeyStoreId.assign(value); }
68 inline void SetCustomKeyStoreName(
const char* value) { m_customKeyStoreNameHasBeenSet =
true; m_customKeyStoreName.assign(value); }
82 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
96 inline void SetMarker(
const char* value) { m_markerHasBeenSet =
true; m_marker.assign(value); }
104 bool m_customKeyStoreIdHasBeenSet =
false;
107 bool m_customKeyStoreNameHasBeenSet =
false;
110 bool m_limitHasBeenSet =
false;
113 bool m_markerHasBeenSet =
false;
void SetMarker(Aws::String &&value)
DescribeCustomKeyStoresRequest & WithCustomKeyStoreName(const Aws::String &value)
DescribeCustomKeyStoresRequest & WithMarker(const Aws::String &value)
void SetCustomKeyStoreId(const Aws::String &value)
DescribeCustomKeyStoresRequest & WithCustomKeyStoreId(const char *value)
DescribeCustomKeyStoresRequest & WithLimit(int value)
const Aws::String & GetMarker() const
DescribeCustomKeyStoresRequest & WithCustomKeyStoreName(const char *value)
bool CustomKeyStoreIdHasBeenSet() const
const Aws::String & GetCustomKeyStoreName() const
void SetCustomKeyStoreId(Aws::String &&value)
AWS_KMS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeCustomKeyStoresRequest & WithCustomKeyStoreName(Aws::String &&value)
DescribeCustomKeyStoresRequest & WithMarker(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
bool LimitHasBeenSet() const
void SetCustomKeyStoreName(Aws::String &&value)
void SetMarker(const char *value)
DescribeCustomKeyStoresRequest & WithMarker(const char *value)
bool MarkerHasBeenSet() const
void SetCustomKeyStoreName(const char *value)
const Aws::String & GetCustomKeyStoreId() const
AWS_KMS_API DescribeCustomKeyStoresRequest()
void SetCustomKeyStoreId(const char *value)
AWS_KMS_API Aws::String SerializePayload() const override
bool CustomKeyStoreNameHasBeenSet() const
DescribeCustomKeyStoresRequest & WithCustomKeyStoreId(const Aws::String &value)
DescribeCustomKeyStoresRequest & WithCustomKeyStoreId(Aws::String &&value)
void SetCustomKeyStoreName(const Aws::String &value)
void SetMarker(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String