7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/route53domains/Route53Domains_EXPORTS.h>
11#include <aws/route53domains/model/BillingRecord.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace Route53Domains {
45 template <
typename NextPageMarkerT = Aws::String>
47 m_nextPageMarkerHasBeenSet =
true;
48 m_nextPageMarker = std::forward<NextPageMarkerT>(value);
50 template <
typename NextPageMarkerT = Aws::String>
62 template <
typename BillingRecordsT = Aws::Vector<BillingRecord>>
64 m_billingRecordsHasBeenSet =
true;
65 m_billingRecords = std::forward<BillingRecordsT>(value);
67 template <
typename BillingRecordsT = Aws::Vector<BillingRecord>>
72 template <
typename BillingRecordsT = BillingRecord>
74 m_billingRecordsHasBeenSet =
true;
75 m_billingRecords.emplace_back(std::forward<BillingRecordsT>(value));
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
103 bool m_nextPageMarkerHasBeenSet =
false;
104 bool m_billingRecordsHasBeenSet =
false;
105 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< BillingRecord > & GetBillingRecords() const
ViewBillingResult & WithNextPageMarker(NextPageMarkerT &&value)
void SetBillingRecords(BillingRecordsT &&value)
const Aws::String & GetNextPageMarker() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
AWS_ROUTE53DOMAINS_API ViewBillingResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ViewBillingResult & WithRequestId(RequestIdT &&value)
ViewBillingResult & AddBillingRecords(BillingRecordsT &&value)
ViewBillingResult & WithBillingRecords(BillingRecordsT &&value)
const Aws::String & GetRequestId() const
AWS_ROUTE53DOMAINS_API ViewBillingResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextPageMarker(NextPageMarkerT &&value)
AWS_ROUTE53DOMAINS_API ViewBillingResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue