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;
36 m_shardLimitHasBeenSet =
true;
51 m_openShardCountHasBeenSet =
true;
52 m_openShardCount = value;
66 m_onDemandStreamCountHasBeenSet =
true;
67 m_onDemandStreamCount = value;
81 m_onDemandStreamCountLimitHasBeenSet =
true;
82 m_onDemandStreamCountLimit = value;
93 template <
typename RequestIdT = Aws::String>
95 m_requestIdHasBeenSet =
true;
96 m_requestId = std::forward<RequestIdT>(value);
98 template <
typename RequestIdT = Aws::String>
109 int m_openShardCount{0};
111 int m_onDemandStreamCount{0};
113 int m_onDemandStreamCountLimit{0};
117 bool m_shardLimitHasBeenSet =
false;
118 bool m_openShardCountHasBeenSet =
false;
119 bool m_onDemandStreamCountHasBeenSet =
false;
120 bool m_onDemandStreamCountLimitHasBeenSet =
false;
121 bool m_requestIdHasBeenSet =
false;
void SetOpenShardCount(int value)
DescribeLimitsResult & WithOnDemandStreamCount(int value)
int GetOnDemandStreamCount() const
DescribeLimitsResult & WithShardLimit(int value)
void SetShardLimit(int value)
int GetOpenShardCount() const
DescribeLimitsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
DescribeLimitsResult & WithOpenShardCount(int value)
DescribeLimitsResult & WithOnDemandStreamCountLimit(int value)
void SetRequestId(RequestIdT &&value)
int GetOnDemandStreamCountLimit() const
AWS_KINESIS_API DescribeLimitsResult()=default
void SetOnDemandStreamCountLimit(int value)
AWS_KINESIS_API DescribeLimitsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_KINESIS_API DescribeLimitsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
int GetShardLimit() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetOnDemandStreamCount(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue