7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kinesis/Kinesis_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename StreamNameT = Aws::String>
37 m_streamNameHasBeenSet =
true;
38 m_streamName = std::forward<StreamNameT>(value);
40 template <
typename StreamNameT = Aws::String>
53 m_currentShardCountHasBeenSet =
true;
54 m_currentShardCount = value;
68 m_targetShardCountHasBeenSet =
true;
69 m_targetShardCount = value;
82 template <
typename StreamARNT = Aws::String>
84 m_streamARNHasBeenSet =
true;
85 m_streamARN = std::forward<StreamARNT>(value);
87 template <
typename StreamARNT = Aws::String>
97 template <
typename RequestIdT = Aws::String>
99 m_requestIdHasBeenSet =
true;
100 m_requestId = std::forward<RequestIdT>(value);
102 template <
typename RequestIdT = Aws::String>
113 int m_currentShardCount{0};
115 int m_targetShardCount{0};
121 bool m_streamNameHasBeenSet =
false;
122 bool m_currentShardCountHasBeenSet =
false;
123 bool m_targetShardCountHasBeenSet =
false;
124 bool m_streamARNHasBeenSet =
false;
125 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
void SetCurrentShardCount(int value)
int GetTargetShardCount() const
UpdateShardCountResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetStreamName() const
int GetCurrentShardCount() const
UpdateShardCountResult & WithStreamName(StreamNameT &&value)
UpdateShardCountResult & WithTargetShardCount(int value)
AWS_KINESIS_API UpdateShardCountResult()=default
const Aws::String & GetStreamARN() const
AWS_KINESIS_API UpdateShardCountResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStreamName(StreamNameT &&value)
void SetRequestId(RequestIdT &&value)
UpdateShardCountResult & WithStreamARN(StreamARNT &&value)
void SetStreamARN(StreamARNT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_KINESIS_API UpdateShardCountResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetTargetShardCount(int value)
UpdateShardCountResult & WithCurrentShardCount(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue