AWS SDK for C++

AWS SDK for C++ Version 1.11.683

Loading...
Searching...
No Matches
GetHealthCheckCountResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53/Route53_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13template <typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils {
17namespace Xml {
18class XmlDocument;
19} // namespace Xml
20} // namespace Utils
21namespace Route53 {
22namespace Model {
30 public:
31 AWS_ROUTE53_API GetHealthCheckCountResult() = default;
34
36
40 inline long long GetHealthCheckCount() const { return m_healthCheckCount; }
41 inline void SetHealthCheckCount(long long value) {
42 m_healthCheckCountHasBeenSet = true;
43 m_healthCheckCount = value;
44 }
47 return *this;
48 }
50
52
53 inline const Aws::String& GetRequestId() const { return m_requestId; }
54 template <typename RequestIdT = Aws::String>
55 void SetRequestId(RequestIdT&& value) {
56 m_requestIdHasBeenSet = true;
57 m_requestId = std::forward<RequestIdT>(value);
58 }
59 template <typename RequestIdT = Aws::String>
61 SetRequestId(std::forward<RequestIdT>(value));
62 return *this;
63 }
65 private:
66 long long m_healthCheckCount{0};
67 bool m_healthCheckCountHasBeenSet = false;
68
69 Aws::String m_requestId;
70 bool m_requestIdHasBeenSet = false;
71};
72
73} // namespace Model
74} // namespace Route53
75} // namespace Aws
GetHealthCheckCountResult & WithHealthCheckCount(long long value)
GetHealthCheckCountResult & WithRequestId(RequestIdT &&value)
AWS_ROUTE53_API GetHealthCheckCountResult()=default
AWS_ROUTE53_API GetHealthCheckCountResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_ROUTE53_API GetHealthCheckCountResult(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