7#include <aws/kinesis/Kinesis_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 inline void SetShardLimit(
int value) { m_shardLimitHasBeenSet =
true; m_shardLimit = value; }
49 inline void SetOpenShardCount(
int value) { m_openShardCountHasBeenSet =
true; m_openShardCount = value; }
58 inline void SetOnDemandStreamCount(
int value) { m_onDemandStreamCountHasBeenSet =
true; m_onDemandStreamCount = value; }
74 template<
typename RequestIdT = Aws::String>
75 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
76 template<
typename RequestIdT = Aws::String>
82 bool m_shardLimitHasBeenSet =
false;
84 int m_openShardCount{0};
85 bool m_openShardCountHasBeenSet =
false;
87 int m_onDemandStreamCount{0};
88 bool m_onDemandStreamCountHasBeenSet =
false;
90 int m_onDemandStreamCountLimit{0};
91 bool m_onDemandStreamCountLimitHasBeenSet =
false;
94 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
void SetOnDemandStreamCount(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue