7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/guardduty/GuardDuty_EXPORTS.h>
41 template <
typename DomainT = Aws::String>
43 m_domainHasBeenSet =
true;
44 m_domain = std::forward<DomainT>(value);
46 template <
typename DomainT = Aws::String>
60 template <
typename ProtocolT = Aws::String>
62 m_protocolHasBeenSet =
true;
63 m_protocol = std::forward<ProtocolT>(value);
65 template <
typename ProtocolT = Aws::String>
79 m_blockedHasBeenSet =
true;
97 template <
typename DomainWithSuffixT = Aws::String>
99 m_domainWithSuffixHasBeenSet =
true;
100 m_domainWithSuffix = std::forward<DomainWithSuffixT>(value);
102 template <
typename DomainWithSuffixT = Aws::String>
116 template <
typename VpcOwnerAccountIdT = Aws::String>
118 m_vpcOwnerAccountIdHasBeenSet =
true;
119 m_vpcOwnerAccountId = std::forward<VpcOwnerAccountIdT>(value);
121 template <
typename VpcOwnerAccountIdT = Aws::String>
132 bool m_blocked{
false};
137 bool m_domainHasBeenSet =
false;
138 bool m_protocolHasBeenSet =
false;
139 bool m_blockedHasBeenSet =
false;
140 bool m_domainWithSuffixHasBeenSet =
false;
141 bool m_vpcOwnerAccountIdHasBeenSet =
false;
const Aws::String & GetDomain() const
bool DomainHasBeenSet() const
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDomainWithSuffix() const
bool DomainWithSuffixHasBeenSet() const
AWS_GUARDDUTY_API DnsRequestAction & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetVpcOwnerAccountId(VpcOwnerAccountIdT &&value)
bool BlockedHasBeenSet() const
DnsRequestAction & WithDomainWithSuffix(DomainWithSuffixT &&value)
void SetProtocol(ProtocolT &&value)
void SetDomainWithSuffix(DomainWithSuffixT &&value)
void SetBlocked(bool value)
bool VpcOwnerAccountIdHasBeenSet() const
const Aws::String & GetProtocol() const
DnsRequestAction & WithVpcOwnerAccountId(VpcOwnerAccountIdT &&value)
const Aws::String & GetVpcOwnerAccountId() const
DnsRequestAction & WithDomain(DomainT &&value)
void SetDomain(DomainT &&value)
DnsRequestAction & WithProtocol(ProtocolT &&value)
AWS_GUARDDUTY_API DnsRequestAction()=default
AWS_GUARDDUTY_API DnsRequestAction(Aws::Utils::Json::JsonView jsonValue)
DnsRequestAction & WithBlocked(bool value)
bool ProtocolHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue