79 inline void SetNextMarker(
const char* value) { m_nextMarkerHasBeenSet =
true; m_nextMarker.assign(value); }
130 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
143 bool m_nextMarkerHasBeenSet;
145 bool m_limitHasBeenSet;
ListIPSetsRequest & WithNextMarker(const Aws::String &value)
ListIPSetsRequest & WithNextMarker(const char *value)
const Aws::String & GetNextMarker() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
ListIPSetsRequest & WithNextMarker(Aws::String &&value)
ListIPSetsRequest & WithLimit(int value)
void SetNextMarker(const char *value)
void SetNextMarker(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetNextMarker(const Aws::String &value)
JSON (JavaScript Object Notation).