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
AWS_KINESIS_API Aws::String SerializePayload() const override
void SetKeyId(const Aws::String &value)
const Aws::String & GetStreamARN() const
void SetEncryptionType(const EncryptionType &value)
AWS_KINESIS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool StreamARNHasBeenSet() const
void SetStreamARN(const char *value)
StartStreamEncryptionRequest & WithStreamName(const char *value)
const Aws::String & GetStreamName() const
bool StreamNameHasBeenSet() const
void SetStreamName(const char *value)
bool EncryptionTypeHasBeenSet() const
void SetStreamARN(Aws::String &&value)
StartStreamEncryptionRequest & WithKeyId(Aws::String &&value)
const Aws::String & GetKeyId() const
void SetKeyId(Aws::String &&value)
AWS_KINESIS_API EndpointParameters GetEndpointContextParams() const override
StartStreamEncryptionRequest & WithEncryptionType(EncryptionType &&value)
StartStreamEncryptionRequest & WithStreamName(const Aws::String &value)
StartStreamEncryptionRequest & WithEncryptionType(const EncryptionType &value)
StartStreamEncryptionRequest & WithStreamName(Aws::String &&value)
StartStreamEncryptionRequest & WithStreamARN(const Aws::String &value)
bool KeyIdHasBeenSet() const
StartStreamEncryptionRequest & WithStreamARN(Aws::String &&value)
StartStreamEncryptionRequest & WithKeyId(const Aws::String &value)
void SetStreamARN(const Aws::String &value)
void SetStreamName(Aws::String &&value)
void SetEncryptionType(EncryptionType &&value)
const EncryptionType & GetEncryptionType() const
StartStreamEncryptionRequest & WithKeyId(const char *value)
void SetStreamName(const Aws::String &value)
StartStreamEncryptionRequest & WithStreamARN(const char *value)
virtual const char * GetServiceRequestName() const override
AWS_KINESIS_API StartStreamEncryptionRequest()
void SetKeyId(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String