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>
50 bool m_hostedZoneAssociationIdHasBeenSet =
false;
AWS_ROUTE53GLOBALRESOLVER_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetHostedZoneAssociationId(HostedZoneAssociationIdT &&value)
AWS_ROUTE53GLOBALRESOLVER_API GetHostedZoneAssociationRequest()=default
bool HostedZoneAssociationIdHasBeenSet() const
GetHostedZoneAssociationRequest & WithHostedZoneAssociationId(HostedZoneAssociationIdT &&value)
const Aws::String & GetHostedZoneAssociationId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String