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/core/utils/memory/stl/AWSVector.h>
11#include <aws/gamelift/model/Tag.h>
45 template<
typename LocationNameT = Aws::String>
46 void SetLocationName(LocationNameT&& value) { m_locationNameHasBeenSet =
true; m_locationName = std::forward<LocationNameT>(value); }
47 template<
typename LocationNameT = Aws::String>
62 template<
typename TagsT = Aws::Vector<Tag>>
63 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
64 template<
typename TagsT = Aws::Vector<Tag>>
66 template<
typename TagsT = Tag>
72 bool m_locationNameHasBeenSet =
false;
75 bool m_tagsHasBeenSet =
false;
bool TagsHasBeenSet() const
CreateLocationRequest & WithLocationName(LocationNameT &&value)
void SetTags(TagsT &&value)
AWS_GAMELIFT_API Aws::String SerializePayload() const override
bool LocationNameHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
AWS_GAMELIFT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateLocationRequest & WithTags(TagsT &&value)
const Aws::String & GetLocationName() const
CreateLocationRequest & AddTags(TagsT &&value)
void SetLocationName(LocationNameT &&value)
virtual const char * GetServiceRequestName() const override
AWS_GAMELIFT_API CreateLocationRequest()=default
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