7#include <aws/route53resolver/Route53Resolver_EXPORTS.h>
8#include <aws/route53resolver/Route53ResolverRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace Route53Resolver
43 template<
typename IdT = Aws::String>
44 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
45 template<
typename IdT = Aws::String>
55 template<
typename NameT = Aws::String>
56 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
57 template<
typename NameT = Aws::String>
67 inline void SetInstanceCount(
int value) { m_instanceCountHasBeenSet =
true; m_instanceCount = value; }
77 template<
typename PreferredInstanceTypeT = Aws::String>
78 void SetPreferredInstanceType(PreferredInstanceTypeT&& value) { m_preferredInstanceTypeHasBeenSet =
true; m_preferredInstanceType = std::forward<PreferredInstanceTypeT>(value); }
79 template<
typename PreferredInstanceTypeT = Aws::String>
85 bool m_idHasBeenSet =
false;
88 bool m_nameHasBeenSet =
false;
90 int m_instanceCount{0};
91 bool m_instanceCountHasBeenSet =
false;
94 bool m_preferredInstanceTypeHasBeenSet =
false;
void SetName(NameT &&value)
UpdateOutpostResolverRequest & WithInstanceCount(int value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetName() const
void SetInstanceCount(int value)
AWS_ROUTE53RESOLVER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetPreferredInstanceType(PreferredInstanceTypeT &&value)
bool PreferredInstanceTypeHasBeenSet() const
int GetInstanceCount() const
bool IdHasBeenSet() const
AWS_ROUTE53RESOLVER_API Aws::String SerializePayload() const override
UpdateOutpostResolverRequest & WithPreferredInstanceType(PreferredInstanceTypeT &&value)
bool NameHasBeenSet() const
UpdateOutpostResolverRequest & WithId(IdT &&value)
UpdateOutpostResolverRequest & WithName(NameT &&value)
const Aws::String & GetPreferredInstanceType() const
bool InstanceCountHasBeenSet() const
AWS_ROUTE53RESOLVER_API UpdateOutpostResolverRequest()=default
const Aws::String & GetId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String