AWS SDK for C++

AWS SDK for C++ Version 1.11.760

Loading...
Searching...
No Matches
UpdateStreamWarmThroughputResult.h
1
6#pragma once
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>
11
12#include <utility>
13
14namespace Aws {
15template <typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils {
19namespace Json {
20class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace Kinesis {
24namespace Model {
26 public:
27 AWS_KINESIS_API UpdateStreamWarmThroughputResult() = default;
30
32
35 inline const Aws::String& GetStreamARN() const { return m_streamARN; }
36 template <typename StreamARNT = Aws::String>
37 void SetStreamARN(StreamARNT&& value) {
38 m_streamARNHasBeenSet = true;
39 m_streamARN = std::forward<StreamARNT>(value);
40 }
41 template <typename StreamARNT = Aws::String>
43 SetStreamARN(std::forward<StreamARNT>(value));
44 return *this;
45 }
47
49
52 inline const Aws::String& GetStreamName() const { return m_streamName; }
53 template <typename StreamNameT = Aws::String>
54 void SetStreamName(StreamNameT&& value) {
55 m_streamNameHasBeenSet = true;
56 m_streamName = std::forward<StreamNameT>(value);
57 }
58 template <typename StreamNameT = Aws::String>
60 SetStreamName(std::forward<StreamNameT>(value));
61 return *this;
62 }
64
66
69 inline const WarmThroughputObject& GetWarmThroughput() const { return m_warmThroughput; }
70 template <typename WarmThroughputT = WarmThroughputObject>
71 void SetWarmThroughput(WarmThroughputT&& value) {
72 m_warmThroughputHasBeenSet = true;
73 m_warmThroughput = std::forward<WarmThroughputT>(value);
74 }
75 template <typename WarmThroughputT = WarmThroughputObject>
77 SetWarmThroughput(std::forward<WarmThroughputT>(value));
78 return *this;
79 }
81
83
84 inline const Aws::String& GetRequestId() const { return m_requestId; }
85 template <typename RequestIdT = Aws::String>
86 void SetRequestId(RequestIdT&& value) {
87 m_requestIdHasBeenSet = true;
88 m_requestId = std::forward<RequestIdT>(value);
89 }
90 template <typename RequestIdT = Aws::String>
92 SetRequestId(std::forward<RequestIdT>(value));
93 return *this;
94 }
96 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
97
98 private:
99 Aws::String m_streamARN;
100
101 Aws::String m_streamName;
102
103 WarmThroughputObject m_warmThroughput;
104
105 Aws::String m_requestId;
106 Aws::Http::HttpResponseCode m_HttpResponseCode;
107 bool m_streamARNHasBeenSet = false;
108 bool m_streamNameHasBeenSet = false;
109 bool m_warmThroughputHasBeenSet = false;
110 bool m_requestIdHasBeenSet = false;
111};
112
113} // namespace Model
114} // namespace Kinesis
115} // namespace Aws
UpdateStreamWarmThroughputResult & WithStreamARN(StreamARNT &&value)
AWS_KINESIS_API UpdateStreamWarmThroughputResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateStreamWarmThroughputResult & WithStreamName(StreamNameT &&value)
AWS_KINESIS_API UpdateStreamWarmThroughputResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_KINESIS_API UpdateStreamWarmThroughputResult()=default
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