7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/gamelift/GameLiftRequest.h>
10#include <aws/gamelift/GameLift_EXPORTS.h>
11#include <aws/gamelift/model/OperatingSystem.h>
12#include <aws/gamelift/model/S3Location.h>
13#include <aws/gamelift/model/Tag.h>
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
63 template <
typename VersionT = Aws::String>
65 m_versionHasBeenSet =
true;
66 m_version = std::forward<VersionT>(value);
68 template <
typename VersionT = Aws::String>
88 template <
typename StorageLocationT = S3Location>
90 m_storageLocationHasBeenSet =
true;
91 m_storageLocation = std::forward<StorageLocationT>(value);
93 template <
typename StorageLocationT = S3Location>
118 m_operatingSystemHasBeenSet =
true;
119 m_operatingSystem = value;
146 template <
typename TagsT = Aws::Vector<Tag>>
148 m_tagsHasBeenSet =
true;
149 m_tags = std::forward<TagsT>(value);
151 template <
typename TagsT = Aws::Vector<Tag>>
153 SetTags(std::forward<TagsT>(value));
156 template <
typename TagsT = Tag>
158 m_tagsHasBeenSet =
true;
159 m_tags.emplace_back(std::forward<TagsT>(value));
174 template <
typename ServerSdkVersionT = Aws::String>
176 m_serverSdkVersionHasBeenSet =
true;
177 m_serverSdkVersion = std::forward<ServerSdkVersionT>(value);
179 template <
typename ServerSdkVersionT = Aws::String>
197 bool m_nameHasBeenSet =
false;
198 bool m_versionHasBeenSet =
false;
199 bool m_storageLocationHasBeenSet =
false;
200 bool m_operatingSystemHasBeenSet =
false;
201 bool m_tagsHasBeenSet =
false;
202 bool m_serverSdkVersionHasBeenSet =
false;
CreateBuildRequest & AddTags(TagsT &&value)
AWS_GAMELIFT_API Aws::String SerializePayload() const override
bool OperatingSystemHasBeenSet() const
bool StorageLocationHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
CreateBuildRequest & WithName(NameT &&value)
AWS_GAMELIFT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_GAMELIFT_API CreateBuildRequest()=default
void SetTags(TagsT &&value)
const Aws::String & GetServerSdkVersion() const
void SetName(NameT &&value)
CreateBuildRequest & WithTags(TagsT &&value)
void SetOperatingSystem(OperatingSystem value)
const Aws::String & GetName() const
const S3Location & GetStorageLocation() const
OperatingSystem GetOperatingSystem() const
bool NameHasBeenSet() const
void SetServerSdkVersion(ServerSdkVersionT &&value)
void SetStorageLocation(StorageLocationT &&value)
bool ServerSdkVersionHasBeenSet() const
bool VersionHasBeenSet() const
CreateBuildRequest & WithVersion(VersionT &&value)
bool TagsHasBeenSet() const
CreateBuildRequest & WithStorageLocation(StorageLocationT &&value)
CreateBuildRequest & WithServerSdkVersion(ServerSdkVersionT &&value)
void SetVersion(VersionT &&value)
CreateBuildRequest & WithOperatingSystem(OperatingSystem value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetVersion() 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