7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kinesis/KinesisRequest.h>
10#include <aws/kinesis/Kinesis_EXPORTS.h>
11#include <aws/kinesis/model/StreamModeDetails.h>
55 template <
typename StreamNameT = Aws::String>
57 m_streamNameHasBeenSet =
true;
58 m_streamName = std::forward<StreamNameT>(value);
60 template <
typename StreamNameT = Aws::String>
76 m_shardCountHasBeenSet =
true;
93 template <
typename StreamModeDetailsT = StreamModeDetails>
95 m_streamModeDetailsHasBeenSet =
true;
96 m_streamModeDetails = std::forward<StreamModeDetailsT>(value);
98 template <
typename StreamModeDetailsT = StreamModeDetails>
112 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
114 m_tagsHasBeenSet =
true;
115 m_tags = std::forward<TagsT>(value);
117 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
119 SetTags(std::forward<TagsT>(value));
122 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
124 m_tagsHasBeenSet =
true;
125 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
139 m_warmThroughputMiBpsHasBeenSet =
true;
140 m_warmThroughputMiBps = value;
156 m_maxRecordSizeInKiBHasBeenSet =
true;
157 m_maxRecordSizeInKiB = value;
169 StreamModeDetails m_streamModeDetails;
173 int m_warmThroughputMiBps{0};
175 int m_maxRecordSizeInKiB{0};
176 bool m_streamNameHasBeenSet =
false;
177 bool m_shardCountHasBeenSet =
false;
178 bool m_streamModeDetailsHasBeenSet =
false;
179 bool m_tagsHasBeenSet =
false;
180 bool m_warmThroughputMiBpsHasBeenSet =
false;
181 bool m_maxRecordSizeInKiBHasBeenSet =
false;
Aws::Endpoint::EndpointParameters EndpointParameters
AWS_KINESIS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
int GetWarmThroughputMiBps() const
CreateStreamRequest & WithShardCount(int value)
virtual const char * GetServiceRequestName() const override
CreateStreamRequest & WithStreamName(StreamNameT &&value)
void SetStreamModeDetails(StreamModeDetailsT &&value)
CreateStreamRequest & WithStreamModeDetails(StreamModeDetailsT &&value)
CreateStreamRequest & WithTags(TagsT &&value)
bool StreamNameHasBeenSet() const
CreateStreamRequest & WithWarmThroughputMiBps(int value)
AWS_KINESIS_API Aws::String SerializePayload() const override
CreateStreamRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetStreamName() const
CreateStreamRequest & WithMaxRecordSizeInKiB(int value)
void SetMaxRecordSizeInKiB(int value)
int GetMaxRecordSizeInKiB() const
bool StreamModeDetailsHasBeenSet() const
bool WarmThroughputMiBpsHasBeenSet() const
int GetShardCount() const
void SetWarmThroughputMiBps(int value)
const StreamModeDetails & GetStreamModeDetails() const
void SetStreamName(StreamNameT &&value)
AWS_KINESIS_API CreateStreamRequest()=default
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetShardCount(int value)
bool ShardCountHasBeenSet() const
bool TagsHasBeenSet() const
bool MaxRecordSizeInKiBHasBeenSet() const
AWS_KINESIS_API EndpointParameters GetEndpointContextParams() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String