7#include <aws/firehose/Firehose_EXPORTS.h>
8#include <aws/firehose/FirehoseRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetDeliveryStreamName(
const char* value) { m_deliveryStreamNameHasBeenSet =
true; m_deliveryStreamName.assign(value); }
54 bool m_deliveryStreamNameHasBeenSet =
false;
void SetDeliveryStreamName(const Aws::String &value)
StopDeliveryStreamEncryptionRequest & WithDeliveryStreamName(Aws::String &&value)
void SetDeliveryStreamName(const char *value)
StopDeliveryStreamEncryptionRequest & WithDeliveryStreamName(const Aws::String &value)
void SetDeliveryStreamName(Aws::String &&value)
const Aws::String & GetDeliveryStreamName() const
AWS_FIREHOSE_API StopDeliveryStreamEncryptionRequest()
AWS_FIREHOSE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
StopDeliveryStreamEncryptionRequest & WithDeliveryStreamName(const char *value)
AWS_FIREHOSE_API Aws::String SerializePayload() const override
bool DeliveryStreamNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String