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/GlobalResolverIpAddressType.h>
15namespace Route53GlobalResolver {
38 template <
typename GlobalResolverIdT = Aws::String>
40 m_globalResolverIdHasBeenSet =
true;
41 m_globalResolverId = std::forward<GlobalResolverIdT>(value);
43 template <
typename GlobalResolverIdT = Aws::String>
56 template <
typename NameT = Aws::String>
58 m_nameHasBeenSet =
true;
59 m_name = std::forward<NameT>(value);
61 template <
typename NameT = Aws::String>
63 SetName(std::forward<NameT>(value));
75 template <
typename ObservabilityRegionT = Aws::String>
77 m_observabilityRegionHasBeenSet =
true;
78 m_observabilityRegion = std::forward<ObservabilityRegionT>(value);
80 template <
typename ObservabilityRegionT = Aws::String>
93 template <
typename DescriptionT = Aws::String>
95 m_descriptionHasBeenSet =
true;
96 m_description = std::forward<DescriptionT>(value);
98 template <
typename DescriptionT = Aws::String>
113 m_ipAddressTypeHasBeenSet =
true;
114 m_ipAddressType = value;
131 bool m_globalResolverIdHasBeenSet =
false;
132 bool m_nameHasBeenSet =
false;
133 bool m_observabilityRegionHasBeenSet =
false;
134 bool m_descriptionHasBeenSet =
false;
135 bool m_ipAddressTypeHasBeenSet =
false;
UpdateGlobalResolverRequest & WithIpAddressType(GlobalResolverIpAddressType value)
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 IpAddressTypeHasBeenSet() const
bool ObservabilityRegionHasBeenSet() const
void SetIpAddressType(GlobalResolverIpAddressType value)
void SetName(NameT &&value)
void SetObservabilityRegion(ObservabilityRegionT &&value)
GlobalResolverIpAddressType GetIpAddressType() const
bool DescriptionHasBeenSet() const
GlobalResolverIpAddressType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String