7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/gamelift/GameLift_EXPORTS.h>
10#include <aws/gamelift/model/AwsCredentials.h>
11#include <aws/gamelift/model/Build.h>
12#include <aws/gamelift/model/S3Location.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
39 template <
typename BuildT = Build>
41 m_buildHasBeenSet =
true;
42 m_build = std::forward<BuildT>(value);
44 template <
typename BuildT = Build>
46 SetBuild(std::forward<BuildT>(value));
61 template <
typename UploadCredentialsT = AwsCredentials>
63 m_uploadCredentialsHasBeenSet =
true;
64 m_uploadCredentials = std::forward<UploadCredentialsT>(value);
66 template <
typename UploadCredentialsT = AwsCredentials>
79 template <
typename StorageLocationT = S3Location>
81 m_storageLocationHasBeenSet =
true;
82 m_storageLocation = std::forward<StorageLocationT>(value);
84 template <
typename StorageLocationT = S3Location>
94 template <
typename RequestIdT = Aws::String>
96 m_requestIdHasBeenSet =
true;
97 m_requestId = std::forward<RequestIdT>(value);
99 template <
typename RequestIdT = Aws::String>
116 bool m_buildHasBeenSet =
false;
117 bool m_uploadCredentialsHasBeenSet =
false;
118 bool m_storageLocationHasBeenSet =
false;
119 bool m_requestIdHasBeenSet =
false;
CreateBuildResult & WithBuild(BuildT &&value)
const Aws::String & GetRequestId() const
CreateBuildResult & WithStorageLocation(StorageLocationT &&value)
const AwsCredentials & GetUploadCredentials() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetStorageLocation(StorageLocationT &&value)
AWS_GAMELIFT_API CreateBuildResult()=default
AWS_GAMELIFT_API CreateBuildResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_GAMELIFT_API CreateBuildResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const S3Location & GetStorageLocation() const
void SetUploadCredentials(UploadCredentialsT &&value)
CreateBuildResult & WithRequestId(RequestIdT &&value)
void SetBuild(BuildT &&value)
CreateBuildResult & WithUploadCredentials(UploadCredentialsT &&value)
const Build & GetBuild() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue