7#include <aws/acm/ACM_EXPORTS.h>
8#include <aws/acm/model/DomainScope.h>
9#include <aws/acm/model/ResourceRecord.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename DomainScopeT = DomainScope>
45 m_domainScopeHasBeenSet =
true;
46 m_domainScope = std::forward<DomainScopeT>(value);
48 template <
typename DomainScopeT = DomainScope>
61 template <
typename HostedZoneIdT = Aws::String>
63 m_hostedZoneIdHasBeenSet =
true;
64 m_hostedZoneId = std::forward<HostedZoneIdT>(value);
66 template <
typename HostedZoneIdT = Aws::String>
79 template <
typename ResourceRecordT = ResourceRecord>
81 m_resourceRecordHasBeenSet =
true;
82 m_resourceRecord = std::forward<ResourceRecordT>(value);
84 template <
typename ResourceRecordT = ResourceRecord>
96 bool m_domainScopeHasBeenSet =
false;
97 bool m_hostedZoneIdHasBeenSet =
false;
98 bool m_resourceRecordHasBeenSet =
false;
AWS_ACM_API DnsPrevalidationDetails(Aws::Utils::Json::JsonView jsonValue)
bool ResourceRecordHasBeenSet() const
bool HostedZoneIdHasBeenSet() const
AWS_ACM_API DnsPrevalidationDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetHostedZoneId(HostedZoneIdT &&value)
AWS_ACM_API Aws::Utils::Json::JsonValue Jsonize() const
const ResourceRecord & GetResourceRecord() const
DnsPrevalidationDetails & WithHostedZoneId(HostedZoneIdT &&value)
const DomainScope & GetDomainScope() const
DnsPrevalidationDetails & WithResourceRecord(ResourceRecordT &&value)
bool DomainScopeHasBeenSet() const
void SetResourceRecord(ResourceRecordT &&value)
AWS_ACM_API DnsPrevalidationDetails()=default
const Aws::String & GetHostedZoneId() const
void SetDomainScope(DomainScopeT &&value)
DnsPrevalidationDetails & WithDomainScope(DomainScopeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue