AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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:
40
41
43
47 inline const ReusableDelegationSetLimit& GetLimit() const{ return m_limit; }
48 inline void SetLimit(const ReusableDelegationSetLimit& value) { m_limit = value; }
49 inline void SetLimit(ReusableDelegationSetLimit&& value) { m_limit = std::move(value); }
51 inline GetReusableDelegationSetLimitResult& WithLimit(ReusableDelegationSetLimit&& value) { SetLimit(std::move(value)); return *this;}
53
55
59 inline long long GetCount() const{ return m_count; }
60 inline void SetCount(long long value) { 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 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
68 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
69 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
70 inline GetReusableDelegationSetLimitResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
71 inline GetReusableDelegationSetLimitResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
72 inline GetReusableDelegationSetLimitResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
74 private:
75
77
78 long long m_count;
79
80 Aws::String m_requestId;
81 };
82
83} // namespace Model
84} // namespace Route53
85} // namespace Aws
AWS_ROUTE53_API GetReusableDelegationSetLimitResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
GetReusableDelegationSetLimitResult & WithRequestId(const Aws::String &value)
GetReusableDelegationSetLimitResult & WithLimit(const ReusableDelegationSetLimit &value)
GetReusableDelegationSetLimitResult & WithRequestId(Aws::String &&value)
GetReusableDelegationSetLimitResult & WithCount(long long value)
AWS_ROUTE53_API GetReusableDelegationSetLimitResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
GetReusableDelegationSetLimitResult & WithRequestId(const char *value)
GetReusableDelegationSetLimitResult & WithLimit(ReusableDelegationSetLimit &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument