AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
GetReusableDelegationSetLimitResult.h
1
6#pragma once
7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/route53/model/ReusableDelegationSetLimit.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Xml
20{
21 class XmlDocument;
22} // namespace Xml
23} // namespace Utils
24namespace Route53
25{
26namespace Model
27{
35 {
36 public:
37 AWS_ROUTE53_API GetReusableDelegationSetLimitResult() = default;
40
41
43
47 inline const ReusableDelegationSetLimit& GetLimit() const { return m_limit; }
48 template<typename LimitT = ReusableDelegationSetLimit>
49 void SetLimit(LimitT&& value) { m_limitHasBeenSet = true; m_limit = std::forward<LimitT>(value); }
50 template<typename LimitT = ReusableDelegationSetLimit>
51 GetReusableDelegationSetLimitResult& WithLimit(LimitT&& value) { SetLimit(std::forward<LimitT>(value)); return *this;}
53
55
59 inline long long GetCount() const { return m_count; }
60 inline void SetCount(long long value) { m_countHasBeenSet = true; m_count = value; }
61 inline GetReusableDelegationSetLimitResult& WithCount(long long value) { SetCount(value); return *this;}
63
65
66 inline const Aws::String& GetRequestId() const { return m_requestId; }
67 template<typename RequestIdT = Aws::String>
68 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
69 template<typename RequestIdT = Aws::String>
70 GetReusableDelegationSetLimitResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
72 private:
73
75 bool m_limitHasBeenSet = false;
76
77 long long m_count{0};
78 bool m_countHasBeenSet = false;
79
80 Aws::String m_requestId;
81 bool m_requestIdHasBeenSet = false;
82 };
83
84} // namespace Model
85} // namespace Route53
86} // namespace Aws
AWS_ROUTE53_API GetReusableDelegationSetLimitResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
GetReusableDelegationSetLimitResult & WithRequestId(RequestIdT &&value)
GetReusableDelegationSetLimitResult & WithLimit(LimitT &&value)
GetReusableDelegationSetLimitResult & WithCount(long long value)
AWS_ROUTE53_API GetReusableDelegationSetLimitResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument