7#include <aws/kms/KMS_EXPORTS.h>
8#include <aws/kms/KMSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename KeyIdT = Aws::String>
52 void SetKeyId(KeyIdT&& value) { m_keyIdHasBeenSet =
true; m_keyId = std::forward<KeyIdT>(value); }
53 template<
typename KeyIdT = Aws::String>
65 inline int GetLimit()
const {
return m_limit; }
67 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
79 template<
typename MarkerT = Aws::String>
80 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
81 template<
typename MarkerT = Aws::String>
87 bool m_keyIdHasBeenSet =
false;
90 bool m_limitHasBeenSet =
false;
93 bool m_markerHasBeenSet =
false;
const Aws::String & GetMarker() const
bool MarkerHasBeenSet() const
void SetKeyId(KeyIdT &&value)
AWS_KMS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_KMS_API ListAliasesRequest()=default
ListAliasesRequest & WithMarker(MarkerT &&value)
void SetMarker(MarkerT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetKeyId() const
AWS_KMS_API Aws::String SerializePayload() const override
ListAliasesRequest & WithLimit(int value)
bool KeyIdHasBeenSet() const
bool LimitHasBeenSet() const
ListAliasesRequest & WithKeyId(KeyIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String