7#include <aws/route53resolver/Route53Resolver_EXPORTS.h>
8#include <aws/route53resolver/Route53ResolverRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/route53resolver/model/Tag.h>
16namespace Route53Resolver
48 template<
typename CreatorRequestIdT = Aws::String>
49 void SetCreatorRequestId(CreatorRequestIdT&& value) { m_creatorRequestIdHasBeenSet =
true; m_creatorRequestId = std::forward<CreatorRequestIdT>(value); }
50 template<
typename CreatorRequestIdT = Aws::String>
61 template<
typename NameT = Aws::String>
62 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
63 template<
typename NameT = Aws::String>
74 inline void SetInstanceCount(
int value) { m_instanceCountHasBeenSet =
true; m_instanceCount = value; }
85 template<
typename PreferredInstanceTypeT = Aws::String>
86 void SetPreferredInstanceType(PreferredInstanceTypeT&& value) { m_preferredInstanceTypeHasBeenSet =
true; m_preferredInstanceType = std::forward<PreferredInstanceTypeT>(value); }
87 template<
typename PreferredInstanceTypeT = Aws::String>
98 template<
typename OutpostArnT = Aws::String>
99 void SetOutpostArn(OutpostArnT&& value) { m_outpostArnHasBeenSet =
true; m_outpostArn = std::forward<OutpostArnT>(value); }
100 template<
typename OutpostArnT = Aws::String>
110 template<
typename TagsT = Aws::Vector<Tag>>
111 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
112 template<
typename TagsT = Aws::Vector<Tag>>
114 template<
typename TagsT = Tag>
120 bool m_creatorRequestIdHasBeenSet =
false;
123 bool m_nameHasBeenSet =
false;
125 int m_instanceCount{0};
126 bool m_instanceCountHasBeenSet =
false;
129 bool m_preferredInstanceTypeHasBeenSet =
false;
132 bool m_outpostArnHasBeenSet =
false;
135 bool m_tagsHasBeenSet =
false;
void SetName(NameT &&value)
CreateOutpostResolverRequest & WithInstanceCount(int value)
bool CreatorRequestIdHasBeenSet() const
CreateOutpostResolverRequest & WithName(NameT &&value)
const Aws::String & GetName() const
const Aws::String & GetOutpostArn() const
AWS_ROUTE53RESOLVER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
int GetInstanceCount() const
CreateOutpostResolverRequest & WithCreatorRequestId(CreatorRequestIdT &&value)
bool NameHasBeenSet() const
CreateOutpostResolverRequest & WithOutpostArn(OutpostArnT &&value)
const Aws::String & GetPreferredInstanceType() const
bool TagsHasBeenSet() const
void SetInstanceCount(int value)
CreateOutpostResolverRequest & WithPreferredInstanceType(PreferredInstanceTypeT &&value)
const Aws::String & GetCreatorRequestId() const
void SetPreferredInstanceType(PreferredInstanceTypeT &&value)
void SetTags(TagsT &&value)
bool PreferredInstanceTypeHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
void SetOutpostArn(OutpostArnT &&value)
void SetCreatorRequestId(CreatorRequestIdT &&value)
bool OutpostArnHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_ROUTE53RESOLVER_API CreateOutpostResolverRequest()=default
CreateOutpostResolverRequest & AddTags(TagsT &&value)
AWS_ROUTE53RESOLVER_API Aws::String SerializePayload() const override
CreateOutpostResolverRequest & WithTags(TagsT &&value)
bool InstanceCountHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector