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>
48 template<
typename StreamNameT = Aws::String>
49 void SetStreamName(StreamNameT&& value) { m_streamNameHasBeenSet =
true; m_streamName = std::forward<StreamNameT>(value); }
50 template<
typename StreamNameT = Aws::String>
82 template<
typename KeyIdT = Aws::String>
83 void SetKeyId(KeyIdT&& value) { m_keyIdHasBeenSet =
true; m_keyId = std::forward<KeyIdT>(value); }
84 template<
typename KeyIdT = Aws::String>
94 template<
typename StreamARNT = Aws::String>
95 void SetStreamARN(StreamARNT&& value) { m_streamARNHasBeenSet =
true; m_streamARN = std::forward<StreamARNT>(value); }
96 template<
typename StreamARNT = Aws::String>
102 bool m_streamNameHasBeenSet =
false;
105 bool m_encryptionTypeHasBeenSet =
false;
108 bool m_keyIdHasBeenSet =
false;
111 bool m_streamARNHasBeenSet =
false;
Aws::Endpoint::EndpointParameters EndpointParameters
AWS_KINESIS_API Aws::String SerializePayload() const override
const Aws::String & GetStreamARN() const
AWS_KINESIS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool StreamARNHasBeenSet() const
const Aws::String & GetStreamName() const
bool StreamNameHasBeenSet() const
AWS_KINESIS_API StartStreamEncryptionRequest()=default
bool EncryptionTypeHasBeenSet() const
StartStreamEncryptionRequest & WithStreamName(StreamNameT &&value)
void SetStreamARN(StreamARNT &&value)
const Aws::String & GetKeyId() const
AWS_KINESIS_API EndpointParameters GetEndpointContextParams() const override
StartStreamEncryptionRequest & WithKeyId(KeyIdT &&value)
bool KeyIdHasBeenSet() const
void SetEncryptionType(EncryptionType value)
void SetKeyId(KeyIdT &&value)
EncryptionType GetEncryptionType() const
void SetStreamName(StreamNameT &&value)
virtual const char * GetServiceRequestName() const override
StartStreamEncryptionRequest & WithStreamARN(StreamARNT &&value)
StartStreamEncryptionRequest & WithEncryptionType(EncryptionType value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String