7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kinesis/Kinesis_EXPORTS.h>
10#include <aws/kinesis/model/MinimumThroughputBillingCommitmentOutput.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 return m_minimumThroughputBillingCommitment;
39 template <
typename MinimumThroughputBillingCommitmentT = MinimumThroughputBillingCommitmentOutput>
41 m_minimumThroughputBillingCommitmentHasBeenSet =
true;
42 m_minimumThroughputBillingCommitment = std::forward<MinimumThroughputBillingCommitmentT>(value);
44 template <
typename MinimumThroughputBillingCommitmentT = MinimumThroughputBillingCommitmentOutput>
54 template <
typename RequestIdT = Aws::String>
56 m_requestIdHasBeenSet =
true;
57 m_requestId = std::forward<RequestIdT>(value);
59 template <
typename RequestIdT = Aws::String>
72 bool m_minimumThroughputBillingCommitmentHasBeenSet =
false;
73 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
AWS_KINESIS_API DescribeAccountSettingsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_KINESIS_API DescribeAccountSettingsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const MinimumThroughputBillingCommitmentOutput & GetMinimumThroughputBillingCommitment() const
const Aws::String & GetRequestId() const
DescribeAccountSettingsResult & WithMinimumThroughputBillingCommitment(MinimumThroughputBillingCommitmentT &&value)
void SetMinimumThroughputBillingCommitment(MinimumThroughputBillingCommitmentT &&value)
AWS_KINESIS_API DescribeAccountSettingsResult()=default
DescribeAccountSettingsResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue