7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kinesis/Kinesis_EXPORTS.h>
10#include <aws/kinesis/model/WarmThroughputObject.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename StreamARNT = Aws::String>
38 m_streamARNHasBeenSet =
true;
39 m_streamARN = std::forward<StreamARNT>(value);
41 template <
typename StreamARNT = Aws::String>
53 template <
typename StreamNameT = Aws::String>
55 m_streamNameHasBeenSet =
true;
56 m_streamName = std::forward<StreamNameT>(value);
58 template <
typename StreamNameT = Aws::String>
70 template <
typename WarmThroughputT = WarmThroughputObject>
72 m_warmThroughputHasBeenSet =
true;
73 m_warmThroughput = std::forward<WarmThroughputT>(value);
75 template <
typename WarmThroughputT = WarmThroughputObject>
85 template <
typename RequestIdT = Aws::String>
87 m_requestIdHasBeenSet =
true;
88 m_requestId = std::forward<RequestIdT>(value);
90 template <
typename RequestIdT = Aws::String>
107 bool m_streamARNHasBeenSet =
false;
108 bool m_streamNameHasBeenSet =
false;
109 bool m_warmThroughputHasBeenSet =
false;
110 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
UpdateStreamWarmThroughputResult & WithStreamARN(StreamARNT &&value)
AWS_KINESIS_API UpdateStreamWarmThroughputResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetStreamName() const
void SetWarmThroughput(WarmThroughputT &&value)
UpdateStreamWarmThroughputResult & WithStreamName(StreamNameT &&value)
void SetStreamName(StreamNameT &&value)
void SetStreamARN(StreamARNT &&value)
AWS_KINESIS_API UpdateStreamWarmThroughputResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
const WarmThroughputObject & GetWarmThroughput() const
AWS_KINESIS_API UpdateStreamWarmThroughputResult()=default
const Aws::String & GetStreamARN() const
UpdateStreamWarmThroughputResult & WithRequestId(RequestIdT &&value)
UpdateStreamWarmThroughputResult & WithWarmThroughput(WarmThroughputT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue