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 GlobalResolverIdT = Aws::String>
39 m_globalResolverIdHasBeenSet =
true;
40 m_globalResolverId = std::forward<GlobalResolverIdT>(value);
42 template <
typename GlobalResolverIdT = Aws::String>
50 bool m_globalResolverIdHasBeenSet =
false;
void SetGlobalResolverId(GlobalResolverIdT &&value)
GetGlobalResolverRequest & WithGlobalResolverId(GlobalResolverIdT &&value)
const Aws::String & GetGlobalResolverId() const
bool GlobalResolverIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_ROUTE53GLOBALRESOLVER_API Aws::String SerializePayload() const override
AWS_ROUTE53GLOBALRESOLVER_API GetGlobalResolverRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String