AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ViewBillingResult.h
1
6#pragma once
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>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace Route53Domains
26{
27namespace Model
28{
36 {
37 public:
38 AWS_ROUTE53DOMAINS_API ViewBillingResult();
41
42
44
49 inline const Aws::String& GetNextPageMarker() const{ return m_nextPageMarker; }
50 inline void SetNextPageMarker(const Aws::String& value) { m_nextPageMarker = value; }
51 inline void SetNextPageMarker(Aws::String&& value) { m_nextPageMarker = std::move(value); }
52 inline void SetNextPageMarker(const char* value) { m_nextPageMarker.assign(value); }
53 inline ViewBillingResult& WithNextPageMarker(const Aws::String& value) { SetNextPageMarker(value); return *this;}
54 inline ViewBillingResult& WithNextPageMarker(Aws::String&& value) { SetNextPageMarker(std::move(value)); return *this;}
55 inline ViewBillingResult& WithNextPageMarker(const char* value) { SetNextPageMarker(value); return *this;}
57
59
62 inline const Aws::Vector<BillingRecord>& GetBillingRecords() const{ return m_billingRecords; }
63 inline void SetBillingRecords(const Aws::Vector<BillingRecord>& value) { m_billingRecords = value; }
64 inline void SetBillingRecords(Aws::Vector<BillingRecord>&& value) { m_billingRecords = std::move(value); }
66 inline ViewBillingResult& WithBillingRecords(Aws::Vector<BillingRecord>&& value) { SetBillingRecords(std::move(value)); return *this;}
67 inline ViewBillingResult& AddBillingRecords(const BillingRecord& value) { m_billingRecords.push_back(value); return *this; }
68 inline ViewBillingResult& AddBillingRecords(BillingRecord&& value) { m_billingRecords.push_back(std::move(value)); return *this; }
70
72
73 inline const Aws::String& GetRequestId() const{ return m_requestId; }
74 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
75 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
76 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
77 inline ViewBillingResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
78 inline ViewBillingResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
79 inline ViewBillingResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
81 private:
82
83 Aws::String m_nextPageMarker;
84
85 Aws::Vector<BillingRecord> m_billingRecords;
86
87 Aws::String m_requestId;
88 };
89
90} // namespace Model
91} // namespace Route53Domains
92} // namespace Aws
ViewBillingResult & AddBillingRecords(BillingRecord &&value)
void SetNextPageMarker(const Aws::String &value)
const Aws::Vector< BillingRecord > & GetBillingRecords() const
ViewBillingResult & WithBillingRecords(const Aws::Vector< BillingRecord > &value)
ViewBillingResult & WithRequestId(const char *value)
ViewBillingResult & WithNextPageMarker(Aws::String &&value)
void SetBillingRecords(const Aws::Vector< BillingRecord > &value)
ViewBillingResult & WithNextPageMarker(const Aws::String &value)
void SetBillingRecords(Aws::Vector< BillingRecord > &&value)
AWS_ROUTE53DOMAINS_API ViewBillingResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_ROUTE53DOMAINS_API ViewBillingResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ViewBillingResult & WithRequestId(Aws::String &&value)
void SetRequestId(const Aws::String &value)
ViewBillingResult & AddBillingRecords(const BillingRecord &value)
ViewBillingResult & WithRequestId(const Aws::String &value)
ViewBillingResult & WithNextPageMarker(const char *value)
ViewBillingResult & WithBillingRecords(Aws::Vector< BillingRecord > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue