7#include <aws/kms/KMS_EXPORTS.h>
8#include <aws/kms/KMSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename CustomKeyStoreIdT = Aws::String>
48 void SetCustomKeyStoreId(CustomKeyStoreIdT&& value) { m_customKeyStoreIdHasBeenSet =
true; m_customKeyStoreId = std::forward<CustomKeyStoreIdT>(value); }
49 template<
typename CustomKeyStoreIdT = Aws::String>
64 template<
typename CustomKeyStoreNameT = Aws::String>
65 void SetCustomKeyStoreName(CustomKeyStoreNameT&& value) { m_customKeyStoreNameHasBeenSet =
true; m_customKeyStoreName = std::forward<CustomKeyStoreNameT>(value); }
66 template<
typename CustomKeyStoreNameT = Aws::String>
76 inline int GetLimit()
const {
return m_limit; }
78 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
90 template<
typename MarkerT = Aws::String>
91 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
92 template<
typename MarkerT = Aws::String>
98 bool m_customKeyStoreIdHasBeenSet =
false;
101 bool m_customKeyStoreNameHasBeenSet =
false;
104 bool m_limitHasBeenSet =
false;
107 bool m_markerHasBeenSet =
false;
DescribeCustomKeyStoresRequest & WithLimit(int value)
DescribeCustomKeyStoresRequest & WithMarker(MarkerT &&value)
DescribeCustomKeyStoresRequest & WithCustomKeyStoreId(CustomKeyStoreIdT &&value)
void SetMarker(MarkerT &&value)
AWS_KMS_API DescribeCustomKeyStoresRequest()=default
const Aws::String & GetMarker() const
bool CustomKeyStoreIdHasBeenSet() const
const Aws::String & GetCustomKeyStoreName() const
AWS_KMS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeCustomKeyStoresRequest & WithCustomKeyStoreName(CustomKeyStoreNameT &&value)
virtual const char * GetServiceRequestName() const override
bool LimitHasBeenSet() const
bool MarkerHasBeenSet() const
const Aws::String & GetCustomKeyStoreId() const
void SetCustomKeyStoreId(CustomKeyStoreIdT &&value)
void SetCustomKeyStoreName(CustomKeyStoreNameT &&value)
AWS_KMS_API Aws::String SerializePayload() const override
bool CustomKeyStoreNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String