7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53globalresolver/Route53GlobalResolverRequest.h>
9#include <aws/route53globalresolver/Route53GlobalResolver_EXPORTS.h>
10#include <aws/route53globalresolver/model/DnsProtocol.h>
11#include <aws/route53globalresolver/model/IpAddressType.h>
16namespace Route53GlobalResolver {
39 template <
typename AccessSourceIdT = Aws::String>
41 m_accessSourceIdHasBeenSet =
true;
42 m_accessSourceId = std::forward<AccessSourceIdT>(value);
44 template <
typename AccessSourceIdT = Aws::String>
57 template <
typename C
idrT = Aws::String>
59 m_cidrHasBeenSet =
true;
60 m_cidr = std::forward<CidrT>(value);
62 template <
typename C
idrT = Aws::String>
64 SetCidr(std::forward<CidrT>(value));
76 m_ipAddressTypeHasBeenSet =
true;
77 m_ipAddressType = value;
91 template <
typename NameT = Aws::String>
93 m_nameHasBeenSet =
true;
94 m_name = std::forward<NameT>(value);
96 template <
typename NameT = Aws::String>
98 SetName(std::forward<NameT>(value));
110 m_protocolHasBeenSet =
true;
128 bool m_accessSourceIdHasBeenSet =
false;
129 bool m_cidrHasBeenSet =
false;
130 bool m_ipAddressTypeHasBeenSet =
false;
131 bool m_nameHasBeenSet =
false;
132 bool m_protocolHasBeenSet =
false;
UpdateAccessSourceRequest & WithCidr(CidrT &&value)
UpdateAccessSourceRequest & WithProtocol(DnsProtocol value)
void SetProtocol(DnsProtocol value)
UpdateAccessSourceRequest & WithName(NameT &&value)
bool NameHasBeenSet() const
UpdateAccessSourceRequest & WithAccessSourceId(AccessSourceIdT &&value)
void SetAccessSourceId(AccessSourceIdT &&value)
bool CidrHasBeenSet() const
void SetCidr(CidrT &&value)
const Aws::String & GetAccessSourceId() const
DnsProtocol GetProtocol() const
AWS_ROUTE53GLOBALRESOLVER_API Aws::String SerializePayload() const override
bool ProtocolHasBeenSet() const
void SetName(NameT &&value)
UpdateAccessSourceRequest & WithIpAddressType(IpAddressType value)
const Aws::String & GetName() const
bool AccessSourceIdHasBeenSet() const
void SetIpAddressType(IpAddressType value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetCidr() const
IpAddressType GetIpAddressType() const
bool IpAddressTypeHasBeenSet() const
AWS_ROUTE53GLOBALRESOLVER_API UpdateAccessSourceRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String