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