7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53globalresolver/Route53GlobalResolverRequest.h>
9#include <aws/route53globalresolver/Route53GlobalResolver_EXPORTS.h>
14namespace Route53GlobalResolver {
37 template <
typename HostedZoneAssociationIdT = Aws::String>
39 m_hostedZoneAssociationIdHasBeenSet =
true;
40 m_hostedZoneAssociationId = std::forward<HostedZoneAssociationIdT>(value);
42 template <
typename HostedZoneAssociationIdT = Aws::String>
55 template <
typename NameT = Aws::String>
57 m_nameHasBeenSet =
true;
58 m_name = std::forward<NameT>(value);
60 template <
typename NameT = Aws::String>
62 SetName(std::forward<NameT>(value));
70 bool m_hostedZoneAssociationIdHasBeenSet =
false;
71 bool m_nameHasBeenSet =
false;
bool HostedZoneAssociationIdHasBeenSet() const
AWS_ROUTE53GLOBALRESOLVER_API UpdateHostedZoneAssociationRequest()=default
void SetName(NameT &&value)
const Aws::String & GetName() const
bool NameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_ROUTE53GLOBALRESOLVER_API Aws::String SerializePayload() const override
void SetHostedZoneAssociationId(HostedZoneAssociationIdT &&value)
UpdateHostedZoneAssociationRequest & WithName(NameT &&value)
const Aws::String & GetHostedZoneAssociationId() const
UpdateHostedZoneAssociationRequest & WithHostedZoneAssociationId(HostedZoneAssociationIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String