7#include <aws/kinesis/Kinesis_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename StreamNameT = Aws::String>
41 void SetStreamName(StreamNameT&& value) { m_streamNameHasBeenSet =
true; m_streamName = std::forward<StreamNameT>(value); }
42 template<
typename StreamNameT = Aws::String>
51 inline void SetCurrentShardCount(
int value) { m_currentShardCountHasBeenSet =
true; m_currentShardCount = value; }
60 inline void SetTargetShardCount(
int value) { m_targetShardCountHasBeenSet =
true; m_targetShardCount = value; }
69 template<
typename StreamARNT = Aws::String>
70 void SetStreamARN(StreamARNT&& value) { m_streamARNHasBeenSet =
true; m_streamARN = std::forward<StreamARNT>(value); }
71 template<
typename StreamARNT = Aws::String>
78 template<
typename RequestIdT = Aws::String>
79 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
80 template<
typename RequestIdT = Aws::String>
86 bool m_streamNameHasBeenSet =
false;
88 int m_currentShardCount{0};
89 bool m_currentShardCountHasBeenSet =
false;
91 int m_targetShardCount{0};
92 bool m_targetShardCountHasBeenSet =
false;
95 bool m_streamARNHasBeenSet =
false;
98 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_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