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>
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));
74 template <
typename ObservabilityRegionT = Aws::String>
76 m_observabilityRegionHasBeenSet =
true;
77 m_observabilityRegion = std::forward<ObservabilityRegionT>(value);
79 template <
typename ObservabilityRegionT = Aws::String>
92 template <
typename DescriptionT = Aws::String>
94 m_descriptionHasBeenSet =
true;
95 m_description = std::forward<DescriptionT>(value);
97 template <
typename DescriptionT = Aws::String>
111 bool m_globalResolverIdHasBeenSet =
false;
112 bool m_nameHasBeenSet =
false;
113 bool m_observabilityRegionHasBeenSet =
false;
114 bool m_descriptionHasBeenSet =
false;
UpdateGlobalResolverRequest & WithObservabilityRegion(ObservabilityRegionT &&value)
bool GlobalResolverIdHasBeenSet() const
AWS_ROUTE53GLOBALRESOLVER_API UpdateGlobalResolverRequest()=default
const Aws::String & GetGlobalResolverId() const
const Aws::String & GetObservabilityRegion() const
UpdateGlobalResolverRequest & WithGlobalResolverId(GlobalResolverIdT &&value)
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
virtual const char * GetServiceRequestName() const override
bool NameHasBeenSet() const
const Aws::String & GetName() const
UpdateGlobalResolverRequest & WithName(NameT &&value)
void SetGlobalResolverId(GlobalResolverIdT &&value)
AWS_ROUTE53GLOBALRESOLVER_API Aws::String SerializePayload() const override
UpdateGlobalResolverRequest & WithDescription(DescriptionT &&value)
bool ObservabilityRegionHasBeenSet() const
void SetName(NameT &&value)
void SetObservabilityRegion(ObservabilityRegionT &&value)
bool DescriptionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String