7#include <aws/kinesis/Kinesis_EXPORTS.h>
8#include <aws/kinesis/KinesisRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/kinesis/model/EncryptionType.h>
50 inline void SetStreamName(
const char* value) { m_streamNameHasBeenSet =
true; m_streamName.assign(value); }
88 inline void SetKeyId(
const char* value) { m_keyIdHasBeenSet =
true; m_keyId.assign(value); }
102 inline void SetStreamARN(
const char* value) { m_streamARNHasBeenSet =
true; m_streamARN.assign(value); }
110 bool m_streamNameHasBeenSet =
false;
113 bool m_encryptionTypeHasBeenSet =
false;
116 bool m_keyIdHasBeenSet =
false;
119 bool m_streamARNHasBeenSet =
false;
Aws::Endpoint::EndpointParameters EndpointParameters
bool StreamARNHasBeenSet() const
StopStreamEncryptionRequest & WithStreamARN(const Aws::String &value)
void SetKeyId(const char *value)
bool EncryptionTypeHasBeenSet() const
StopStreamEncryptionRequest & WithStreamName(Aws::String &&value)
StopStreamEncryptionRequest & WithKeyId(const char *value)
const Aws::String & GetStreamName() const
void SetStreamName(Aws::String &&value)
void SetStreamARN(const char *value)
void SetStreamARN(const Aws::String &value)
AWS_KINESIS_API EndpointParameters GetEndpointContextParams() const override
AWS_KINESIS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
StopStreamEncryptionRequest & WithStreamARN(Aws::String &&value)
const Aws::String & GetKeyId() const
void SetStreamARN(Aws::String &&value)
StopStreamEncryptionRequest & WithEncryptionType(EncryptionType &&value)
bool StreamNameHasBeenSet() const
bool KeyIdHasBeenSet() const
void SetKeyId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
StopStreamEncryptionRequest & WithStreamName(const Aws::String &value)
StopStreamEncryptionRequest & WithEncryptionType(const EncryptionType &value)
void SetStreamName(const char *value)
void SetEncryptionType(const EncryptionType &value)
StopStreamEncryptionRequest & WithStreamName(const char *value)
StopStreamEncryptionRequest & WithKeyId(Aws::String &&value)
void SetStreamName(const Aws::String &value)
void SetEncryptionType(EncryptionType &&value)
const Aws::String & GetStreamARN() const
StopStreamEncryptionRequest & WithStreamARN(const char *value)
AWS_KINESIS_API Aws::String SerializePayload() const override
const EncryptionType & GetEncryptionType() const
void SetKeyId(Aws::String &&value)
AWS_KINESIS_API StopStreamEncryptionRequest()
StopStreamEncryptionRequest & WithKeyId(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String