7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesis/KinesisRequest.h>
9#include <aws/kinesis/Kinesis_EXPORTS.h>
44 template <
typename StreamARNT = Aws::String>
46 m_streamARNHasBeenSet =
true;
47 m_streamARN = std::forward<StreamARNT>(value);
49 template <
typename StreamARNT = Aws::String>
62 template <
typename StreamNameT = Aws::String>
64 m_streamNameHasBeenSet =
true;
65 m_streamName = std::forward<StreamNameT>(value);
67 template <
typename StreamNameT = Aws::String>
80 template <
typename StreamIdT = Aws::String>
82 m_streamIdHasBeenSet =
true;
83 m_streamId = std::forward<StreamIdT>(value);
85 template <
typename StreamIdT = Aws::String>
101 m_warmThroughputMiBpsHasBeenSet =
true;
102 m_warmThroughputMiBps = value;
116 int m_warmThroughputMiBps{0};
117 bool m_streamARNHasBeenSet =
false;
118 bool m_streamNameHasBeenSet =
false;
119 bool m_streamIdHasBeenSet =
false;
120 bool m_warmThroughputMiBpsHasBeenSet =
false;
Aws::Endpoint::EndpointParameters EndpointParameters
const Aws::String & GetStreamName() const
void SetStreamId(StreamIdT &&value)
UpdateStreamWarmThroughputRequest & WithStreamId(StreamIdT &&value)
bool WarmThroughputMiBpsHasBeenSet() const
AWS_KINESIS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetStreamName(StreamNameT &&value)
bool StreamARNHasBeenSet() const
AWS_KINESIS_API Aws::String SerializePayload() const override
bool StreamNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool StreamIdHasBeenSet() const
int GetWarmThroughputMiBps() const
const Aws::String & GetStreamARN() const
void SetWarmThroughputMiBps(int value)
UpdateStreamWarmThroughputRequest & WithStreamName(StreamNameT &&value)
const Aws::String & GetStreamId() const
UpdateStreamWarmThroughputRequest & WithWarmThroughputMiBps(int value)
UpdateStreamWarmThroughputRequest & WithStreamARN(StreamARNT &&value)
AWS_KINESIS_API EndpointParameters GetEndpointContextParams() const override
void SetStreamARN(StreamARNT &&value)
AWS_KINESIS_API UpdateStreamWarmThroughputRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String