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 {
43 template <
typename TokenT = Aws::String>
45 m_tokenHasBeenSet =
true;
46 m_token = std::forward<TokenT>(value);
48 template <
typename TokenT = Aws::String>
50 SetToken(std::forward<TokenT>(value));
61 template <
typename DnsRecordNameT = Aws::String>
63 m_dnsRecordNameHasBeenSet =
true;
64 m_dnsRecordName = std::forward<DnsRecordNameT>(value);
66 template <
typename DnsRecordNameT = Aws::String>
80 m_dnsRecordTypeHasBeenSet =
true;
81 m_dnsRecordType = value;
94 bool m_tokenHasBeenSet =
false;
95 bool m_dnsRecordNameHasBeenSet =
false;
96 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