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;
96 m_channelCountHasBeenSet =
true;
97 m_channelCount = value;
111 m_channelCountLimitHasBeenSet =
true;
112 m_channelCountLimit = value;
123 template <
typename RequestIdT = Aws::String>
125 m_requestIdHasBeenSet =
true;
126 m_requestId = std::forward<RequestIdT>(value);
128 template <
typename RequestIdT = Aws::String>
139 int m_openShardCount{0};
141 int m_onDemandStreamCount{0};
143 int m_onDemandStreamCountLimit{0};
145 int m_channelCount{0};
147 int m_channelCountLimit{0};
151 bool m_shardLimitHasBeenSet =
false;
152 bool m_openShardCountHasBeenSet =
false;
153 bool m_onDemandStreamCountHasBeenSet =
false;
154 bool m_onDemandStreamCountLimitHasBeenSet =
false;
155 bool m_channelCountHasBeenSet =
false;
156 bool m_channelCountLimitHasBeenSet =
false;
157 bool m_requestIdHasBeenSet =
false;
void SetOpenShardCount(int value)
DescribeLimitsResult & WithOnDemandStreamCount(int value)
void SetChannelCountLimit(int value)
int GetOnDemandStreamCount() const
int GetChannelCountLimit() const
DescribeLimitsResult & WithShardLimit(int value)
void SetShardLimit(int value)
int GetChannelCount() const
int GetOpenShardCount() const
DescribeLimitsResult & WithRequestId(RequestIdT &&value)
void SetChannelCount(int value)
const Aws::String & GetRequestId() const
DescribeLimitsResult & WithOpenShardCount(int value)
DescribeLimitsResult & WithOnDemandStreamCountLimit(int value)
void SetRequestId(RequestIdT &&value)
DescribeLimitsResult & WithChannelCountLimit(int 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)
DescribeLimitsResult & WithChannelCount(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue