83 inline void SetKeyId(
const char* value) { m_keyIdHasBeenSet =
true; m_keyId.assign(value); }
139 inline void SetLimit(
long value) { m_limitHasBeenSet =
true; m_limit = value; }
177 inline void SetMarker(
const char* value) { m_markerHasBeenSet =
true; m_marker.assign(value); }
202 bool m_keyIdHasBeenSet;
204 bool m_limitHasBeenSet;
206 bool m_markerHasBeenSet;
ListKeyPoliciesRequest & WithKeyId(const Aws::String &value)
ListKeyPoliciesRequest & WithMarker(Aws::String &&value)
void SetKeyId(Aws::String &&value)
const Aws::String & GetKeyId() const
void SetMarker(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
ListKeyPoliciesRequest & WithKeyId(const char *value)
void SetKeyId(const char *value)
ListKeyPoliciesRequest & WithMarker(const Aws::String &value)
void SetKeyId(const Aws::String &value)
void SetLimit(long value)
ListKeyPoliciesRequest & WithLimit(long value)
ListKeyPoliciesRequest & WithMarker(const char *value)
void SetMarker(Aws::String &&value)
const Aws::String & GetMarker() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetMarker(const Aws::String &value)
JSON (JavaScript Object Notation).
ListKeyPoliciesRequest & WithKeyId(Aws::String &&value)