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>
50 template <
typename StreamNameT = Aws::String>
52 m_streamNameHasBeenSet =
true;
53 m_streamName = std::forward<StreamNameT>(value);
55 template <
typename StreamNameT = Aws::String>
71 m_shardCountHasBeenSet =
true;
88 template <
typename StreamModeDetailsT = StreamModeDetails>
90 m_streamModeDetailsHasBeenSet =
true;
91 m_streamModeDetails = std::forward<StreamModeDetailsT>(value);
93 template <
typename StreamModeDetailsT = StreamModeDetails>
107 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
109 m_tagsHasBeenSet =
true;
110 m_tags = std::forward<TagsT>(value);
112 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
114 SetTags(std::forward<TagsT>(value));
117 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
119 m_tagsHasBeenSet =
true;
120 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
134 m_warmThroughputMiBpsHasBeenSet =
true;
135 m_warmThroughputMiBps = value;
151 m_maxRecordSizeInKiBHasBeenSet =
true;
152 m_maxRecordSizeInKiB = value;
164 StreamModeDetails m_streamModeDetails;
168 int m_warmThroughputMiBps{0};
170 int m_maxRecordSizeInKiB{0};
171 bool m_streamNameHasBeenSet =
false;
172 bool m_shardCountHasBeenSet =
false;
173 bool m_streamModeDetailsHasBeenSet =
false;
174 bool m_tagsHasBeenSet =
false;
175 bool m_warmThroughputMiBpsHasBeenSet =
false;
176 bool m_maxRecordSizeInKiBHasBeenSet =
false;
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::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