7#include <aws/acm/ACM_EXPORTS.h>
8#include <aws/acm/model/DomainScope.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename DomainScopeT = DomainScope>
44 m_domainScopeHasBeenSet =
true;
45 m_domainScope = std::forward<DomainScopeT>(value);
47 template <
typename DomainScopeT = DomainScope>
60 template <
typename HostedZoneIdT = Aws::String>
62 m_hostedZoneIdHasBeenSet =
true;
63 m_hostedZoneId = std::forward<HostedZoneIdT>(value);
65 template <
typename HostedZoneIdT = Aws::String>
75 bool m_domainScopeHasBeenSet =
false;
76 bool m_hostedZoneIdHasBeenSet =
false;
AWS_ACM_API DnsPrevalidationOptions()=default
void SetHostedZoneId(HostedZoneIdT &&value)
DnsPrevalidationOptions & WithHostedZoneId(HostedZoneIdT &&value)
void SetDomainScope(DomainScopeT &&value)
const DomainScope & GetDomainScope() const
bool HostedZoneIdHasBeenSet() const
AWS_ACM_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetHostedZoneId() const
AWS_ACM_API DnsPrevalidationOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
DnsPrevalidationOptions & WithDomainScope(DomainScopeT &&value)
bool DomainScopeHasBeenSet() const
AWS_ACM_API DnsPrevalidationOptions(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue