7#include <aws/gamelift/GameLift_EXPORTS.h>
8#include <aws/gamelift/GameLiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/gamelift/model/RoutingStrategy.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/gamelift/model/Tag.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
59 template<
typename DescriptionT = Aws::String>
60 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
61 template<
typename DescriptionT = Aws::String>
72 template<
typename RoutingStrategyT = RoutingStrategy>
73 void SetRoutingStrategy(RoutingStrategyT&& value) { m_routingStrategyHasBeenSet =
true; m_routingStrategy = std::forward<RoutingStrategyT>(value); }
74 template<
typename RoutingStrategyT = RoutingStrategy>
90 template<
typename TagsT = Aws::Vector<Tag>>
91 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
92 template<
typename TagsT = Aws::Vector<Tag>>
94 template<
typename TagsT = Tag>
95 CreateAliasRequest&
AddTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags.emplace_back(std::forward<TagsT>(value));
return *
this; }
100 bool m_nameHasBeenSet =
false;
103 bool m_descriptionHasBeenSet =
false;
106 bool m_routingStrategyHasBeenSet =
false;
109 bool m_tagsHasBeenSet =
false;
bool RoutingStrategyHasBeenSet() const
bool NameHasBeenSet() const
bool TagsHasBeenSet() const
void SetRoutingStrategy(RoutingStrategyT &&value)
CreateAliasRequest & WithRoutingStrategy(RoutingStrategyT &&value)
AWS_GAMELIFT_API Aws::String SerializePayload() const override
AWS_GAMELIFT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetDescription() const
void SetTags(TagsT &&value)
const Aws::Vector< Tag > & GetTags() const
CreateAliasRequest & WithTags(TagsT &&value)
const Aws::String & GetName() const
CreateAliasRequest & WithDescription(DescriptionT &&value)
CreateAliasRequest & AddTags(TagsT &&value)
bool DescriptionHasBeenSet() const
void SetName(NameT &&value)
AWS_GAMELIFT_API CreateAliasRequest()=default
virtual const char * GetServiceRequestName() const override
CreateAliasRequest & WithName(NameT &&value)
const RoutingStrategy & GetRoutingStrategy() const
void SetDescription(DescriptionT &&value)
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