7#include <aws/kms/KMS_EXPORTS.h>
8#include <aws/kms/KMSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/kms/model/IncludeKeyMaterial.h>
49 template<
typename KeyIdT = Aws::String>
50 void SetKeyId(KeyIdT&& value) { m_keyIdHasBeenSet =
true; m_keyId = std::forward<KeyIdT>(value); }
51 template<
typename KeyIdT = Aws::String>
80 inline int GetLimit()
const {
return m_limit; }
82 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
94 template<
typename MarkerT = Aws::String>
95 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
96 template<
typename MarkerT = Aws::String>
102 bool m_keyIdHasBeenSet =
false;
105 bool m_includeKeyMaterialHasBeenSet =
false;
108 bool m_limitHasBeenSet =
false;
111 bool m_markerHasBeenSet =
false;
const Aws::String & GetMarker() const
bool MarkerHasBeenSet() const
AWS_KMS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListKeyRotationsRequest & WithKeyId(KeyIdT &&value)
virtual const char * GetServiceRequestName() const override
ListKeyRotationsRequest & WithMarker(MarkerT &&value)
bool IncludeKeyMaterialHasBeenSet() const
bool LimitHasBeenSet() const
void SetMarker(MarkerT &&value)
ListKeyRotationsRequest & WithLimit(int value)
AWS_KMS_API ListKeyRotationsRequest()=default
IncludeKeyMaterial GetIncludeKeyMaterial() const
bool KeyIdHasBeenSet() const
ListKeyRotationsRequest & WithIncludeKeyMaterial(IncludeKeyMaterial value)
AWS_KMS_API Aws::String SerializePayload() const override
const Aws::String & GetKeyId() const
void SetKeyId(KeyIdT &&value)
void SetIncludeKeyMaterial(IncludeKeyMaterial value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String