7#include <aws/route53domains/Route53Domains_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/route53domains/model/BillingRecord.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace Route53Domains
50 template<
typename NextPageMarkerT = Aws::String>
51 void SetNextPageMarker(NextPageMarkerT&& value) { m_nextPageMarkerHasBeenSet =
true; m_nextPageMarker = std::forward<NextPageMarkerT>(value); }
52 template<
typename NextPageMarkerT = Aws::String>
61 template<
typename BillingRecordsT = Aws::Vector<BillingRecord>>
62 void SetBillingRecords(BillingRecordsT&& value) { m_billingRecordsHasBeenSet =
true; m_billingRecords = std::forward<BillingRecordsT>(value); }
63 template<
typename BillingRecordsT = Aws::Vector<BillingRecord>>
65 template<
typename BillingRecordsT = BillingRecord>
66 ViewBillingResult&
AddBillingRecords(BillingRecordsT&& value) { m_billingRecordsHasBeenSet =
true; m_billingRecords.emplace_back(std::forward<BillingRecordsT>(value));
return *
this; }
72 template<
typename RequestIdT = Aws::String>
73 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
74 template<
typename RequestIdT = Aws::String>
80 bool m_nextPageMarkerHasBeenSet =
false;
83 bool m_billingRecordsHasBeenSet =
false;
86 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< BillingRecord > & GetBillingRecords() const
ViewBillingResult & WithNextPageMarker(NextPageMarkerT &&value)
void SetBillingRecords(BillingRecordsT &&value)
const Aws::String & GetNextPageMarker() 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