7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/route53/model/HostedZone.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
48 template<
typename HostedZoneT = HostedZone>
49 void SetHostedZone(HostedZoneT&& value) { m_hostedZoneHasBeenSet =
true; m_hostedZone = std::forward<HostedZoneT>(value); }
50 template<
typename HostedZoneT = HostedZone>
57 template<
typename RequestIdT = Aws::String>
58 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
59 template<
typename RequestIdT = Aws::String>
65 bool m_hostedZoneHasBeenSet =
false;
68 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument