AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ListPricesResult.h
1
6#pragma once
7#include <aws/route53domains/Route53Domains_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/route53domains/model/DomainPrice.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{
30 {
31 public:
32 AWS_ROUTE53DOMAINS_API ListPricesResult();
35
36
38
42 inline const Aws::Vector<DomainPrice>& GetPrices() const{ return m_prices; }
43 inline void SetPrices(const Aws::Vector<DomainPrice>& value) { m_prices = value; }
44 inline void SetPrices(Aws::Vector<DomainPrice>&& value) { m_prices = std::move(value); }
45 inline ListPricesResult& WithPrices(const Aws::Vector<DomainPrice>& value) { SetPrices(value); return *this;}
46 inline ListPricesResult& WithPrices(Aws::Vector<DomainPrice>&& value) { SetPrices(std::move(value)); return *this;}
47 inline ListPricesResult& AddPrices(const DomainPrice& value) { m_prices.push_back(value); return *this; }
48 inline ListPricesResult& AddPrices(DomainPrice&& value) { m_prices.push_back(std::move(value)); return *this; }
50
52
59 inline const Aws::String& GetNextPageMarker() const{ return m_nextPageMarker; }
60 inline void SetNextPageMarker(const Aws::String& value) { m_nextPageMarker = value; }
61 inline void SetNextPageMarker(Aws::String&& value) { m_nextPageMarker = std::move(value); }
62 inline void SetNextPageMarker(const char* value) { m_nextPageMarker.assign(value); }
63 inline ListPricesResult& WithNextPageMarker(const Aws::String& value) { SetNextPageMarker(value); return *this;}
64 inline ListPricesResult& WithNextPageMarker(Aws::String&& value) { SetNextPageMarker(std::move(value)); return *this;}
65 inline ListPricesResult& WithNextPageMarker(const char* value) { SetNextPageMarker(value); return *this;}
67
69
70 inline const Aws::String& GetRequestId() const{ return m_requestId; }
71 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
72 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
73 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
74 inline ListPricesResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
75 inline ListPricesResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
76 inline ListPricesResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
78 private:
79
81
82 Aws::String m_nextPageMarker;
83
84 Aws::String m_requestId;
85 };
86
87} // namespace Model
88} // namespace Route53Domains
89} // namespace Aws
AWS_ROUTE53DOMAINS_API ListPricesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListPricesResult & WithNextPageMarker(Aws::String &&value)
ListPricesResult & WithRequestId(const char *value)
AWS_ROUTE53DOMAINS_API ListPricesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListPricesResult & AddPrices(const DomainPrice &value)
ListPricesResult & WithNextPageMarker(const char *value)
ListPricesResult & AddPrices(DomainPrice &&value)
ListPricesResult & WithPrices(const Aws::Vector< DomainPrice > &value)
void SetPrices(Aws::Vector< DomainPrice > &&value)
const Aws::Vector< DomainPrice > & GetPrices() const
void SetPrices(const Aws::Vector< DomainPrice > &value)
ListPricesResult & WithNextPageMarker(const Aws::String &value)
ListPricesResult & WithRequestId(Aws::String &&value)
void SetRequestId(const Aws::String &value)
ListPricesResult & WithPrices(Aws::Vector< DomainPrice > &&value)
ListPricesResult & WithRequestId(const Aws::String &value)
const Aws::String & GetNextPageMarker() const
void SetNextPageMarker(const Aws::String &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