7#include <aws/firehose/Firehose_EXPORTS.h>
8#include <aws/firehose/FirehoseRequest.h>
9#include <aws/firehose/model/DeliveryStreamType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
44 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
84 bool m_limitHasBeenSet =
false;
87 bool m_deliveryStreamTypeHasBeenSet =
false;
90 bool m_exclusiveStartDeliveryStreamNameHasBeenSet =
false;
ListDeliveryStreamsRequest & WithExclusiveStartDeliveryStreamName(const char *value)
void SetExclusiveStartDeliveryStreamName(const char *value)
bool LimitHasBeenSet() const
virtual const char * GetServiceRequestName() const override
ListDeliveryStreamsRequest & WithDeliveryStreamType(DeliveryStreamType &&value)
const DeliveryStreamType & GetDeliveryStreamType() const
bool ExclusiveStartDeliveryStreamNameHasBeenSet() const
ListDeliveryStreamsRequest & WithLimit(int value)
bool DeliveryStreamTypeHasBeenSet() const
AWS_FIREHOSE_API ListDeliveryStreamsRequest()
AWS_FIREHOSE_API Aws::String SerializePayload() const override
const Aws::String & GetExclusiveStartDeliveryStreamName() const
void SetDeliveryStreamType(const DeliveryStreamType &value)
void SetExclusiveStartDeliveryStreamName(const Aws::String &value)
AWS_FIREHOSE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListDeliveryStreamsRequest & WithDeliveryStreamType(const DeliveryStreamType &value)
ListDeliveryStreamsRequest & WithExclusiveStartDeliveryStreamName(Aws::String &&value)
void SetDeliveryStreamType(DeliveryStreamType &&value)
void SetExclusiveStartDeliveryStreamName(Aws::String &&value)
ListDeliveryStreamsRequest & WithExclusiveStartDeliveryStreamName(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String