7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgent_EXPORTS.h>
9#include <aws/securityagent/model/DNSRecordType.h>
20namespace SecurityAgent {
41 template <
typename TokenT = Aws::String>
43 m_tokenHasBeenSet =
true;
44 m_token = std::forward<TokenT>(value);
46 template <
typename TokenT = Aws::String>
48 SetToken(std::forward<TokenT>(value));
59 template <
typename DnsRecordNameT = Aws::String>
61 m_dnsRecordNameHasBeenSet =
true;
62 m_dnsRecordName = std::forward<DnsRecordNameT>(value);
64 template <
typename DnsRecordNameT = Aws::String>
78 m_dnsRecordTypeHasBeenSet =
true;
79 m_dnsRecordType = value;
92 bool m_tokenHasBeenSet =
false;
93 bool m_dnsRecordNameHasBeenSet =
false;
94 bool m_dnsRecordTypeHasBeenSet =
false;
const Aws::String & GetDnsRecordName() const
bool TokenHasBeenSet() const
bool DnsRecordNameHasBeenSet() const
void SetToken(TokenT &&value)
DnsVerification & WithToken(TokenT &&value)
bool DnsRecordTypeHasBeenSet() const
DNSRecordType GetDnsRecordType() const
AWS_SECURITYAGENT_API DnsVerification()=default
DnsVerification & WithDnsRecordName(DnsRecordNameT &&value)
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDnsRecordType(DNSRecordType value)
DnsVerification & WithDnsRecordType(DNSRecordType value)
AWS_SECURITYAGENT_API DnsVerification & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetToken() const
void SetDnsRecordName(DnsRecordNameT &&value)
AWS_SECURITYAGENT_API DnsVerification(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue