7#include <aws/kms/KMS_EXPORTS.h>
8#include <aws/kms/KMSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
53 inline void SetKeyId(
const char* value) { m_keyIdHasBeenSet =
true; m_keyId.assign(value); }
69 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
83 inline void SetMarker(
const char* value) { m_markerHasBeenSet =
true; m_marker.assign(value); }
91 bool m_keyIdHasBeenSet =
false;
94 bool m_limitHasBeenSet =
false;
97 bool m_markerHasBeenSet =
false;
void SetMarker(Aws::String &&value)
const Aws::String & GetMarker() const
ListAliasesRequest & WithMarker(const Aws::String &value)
bool MarkerHasBeenSet() const
void SetKeyId(Aws::String &&value)
ListAliasesRequest & WithKeyId(Aws::String &&value)
AWS_KMS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetKeyId(const char *value)
ListAliasesRequest & WithMarker(const char *value)
void SetKeyId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetKeyId() const
void SetMarker(const char *value)
AWS_KMS_API Aws::String SerializePayload() const override
AWS_KMS_API ListAliasesRequest()
ListAliasesRequest & WithMarker(Aws::String &&value)
ListAliasesRequest & WithLimit(int value)
bool KeyIdHasBeenSet() const
ListAliasesRequest & WithKeyId(const char *value)
bool LimitHasBeenSet() const
void SetMarker(const Aws::String &value)
ListAliasesRequest & WithKeyId(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String