7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/route53/model/HealthCheck.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
50 template<
typename HealthChecksT = Aws::Vector<HealthCheck>>
51 void SetHealthChecks(HealthChecksT&& value) { m_healthChecksHasBeenSet =
true; m_healthChecks = std::forward<HealthChecksT>(value); }
52 template<
typename HealthChecksT = Aws::Vector<HealthCheck>>
54 template<
typename HealthChecksT = HealthCheck>
65 template<
typename MarkerT = Aws::String>
66 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
67 template<
typename MarkerT = Aws::String>
79 inline void SetIsTruncated(
bool value) { m_isTruncatedHasBeenSet =
true; m_isTruncated = value; }
91 template<
typename NextMarkerT = Aws::String>
92 void SetNextMarker(NextMarkerT&& value) { m_nextMarkerHasBeenSet =
true; m_nextMarker = std::forward<NextMarkerT>(value); }
93 template<
typename NextMarkerT = Aws::String>
103 template<
typename MaxItemsT = Aws::String>
104 void SetMaxItems(MaxItemsT&& value) { m_maxItemsHasBeenSet =
true; m_maxItems = std::forward<MaxItemsT>(value); }
105 template<
typename MaxItemsT = Aws::String>
112 template<
typename RequestIdT = Aws::String>
113 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
114 template<
typename RequestIdT = Aws::String>
120 bool m_healthChecksHasBeenSet =
false;
123 bool m_markerHasBeenSet =
false;
125 bool m_isTruncated{
false};
126 bool m_isTruncatedHasBeenSet =
false;
129 bool m_nextMarkerHasBeenSet =
false;
132 bool m_maxItemsHasBeenSet =
false;
135 bool m_requestIdHasBeenSet =
false;
ListHealthChecksResult & WithNextMarker(NextMarkerT &&value)
AWS_ROUTE53_API ListHealthChecksResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetHealthChecks(HealthChecksT &&value)
bool GetIsTruncated() const
const Aws::Vector< HealthCheck > & GetHealthChecks() const
ListHealthChecksResult & WithIsTruncated(bool value)
ListHealthChecksResult & WithRequestId(RequestIdT &&value)
ListHealthChecksResult & WithHealthChecks(HealthChecksT &&value)
AWS_ROUTE53_API ListHealthChecksResult()=default
ListHealthChecksResult & WithMarker(MarkerT &&value)
void SetMaxItems(MaxItemsT &&value)
ListHealthChecksResult & AddHealthChecks(HealthChecksT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetMarker() const
void SetMarker(MarkerT &&value)
void SetNextMarker(NextMarkerT &&value)
ListHealthChecksResult & WithMaxItems(MaxItemsT &&value)
const Aws::String & GetMaxItems() const
void SetIsTruncated(bool value)
AWS_ROUTE53_API ListHealthChecksResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::String & GetNextMarker() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument