41 inline long GetLimit()
const{
return m_limit; }
46 inline void SetLimit(
long value) { m_limitHasBeenSet =
true; m_limit = value; }
90 bool m_limitHasBeenSet;
92 bool m_exclusiveStartDeliveryStreamNameHasBeenSet;
void SetExclusiveStartDeliveryStreamName(const Aws::String &value)
const Aws::String & GetExclusiveStartDeliveryStreamName() const
ListDeliveryStreamsRequest & WithExclusiveStartDeliveryStreamName(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
ListDeliveryStreamsRequest & WithExclusiveStartDeliveryStreamName(const Aws::String &value)
void SetLimit(long value)
ListDeliveryStreamsRequest & WithExclusiveStartDeliveryStreamName(Aws::String &&value)
void SetExclusiveStartDeliveryStreamName(Aws::String &&value)
void SetExclusiveStartDeliveryStreamName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
ListDeliveryStreamsRequest & WithLimit(long value)
JSON (JavaScript Object Notation).