7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/gamelift/GameLift_EXPORTS.h>
9#include <aws/gamelift/model/AwsCredentials.h>
10#include <aws/gamelift/model/Build.h>
11#include <aws/gamelift/model/S3Location.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
38 template <
typename BuildT = Build>
40 m_buildHasBeenSet =
true;
41 m_build = std::forward<BuildT>(value);
43 template <
typename BuildT = Build>
45 SetBuild(std::forward<BuildT>(value));
60 template <
typename UploadCredentialsT = AwsCredentials>
62 m_uploadCredentialsHasBeenSet =
true;
63 m_uploadCredentials = std::forward<UploadCredentialsT>(value);
65 template <
typename UploadCredentialsT = AwsCredentials>
78 template <
typename StorageLocationT = S3Location>
80 m_storageLocationHasBeenSet =
true;
81 m_storageLocation = std::forward<StorageLocationT>(value);
83 template <
typename StorageLocationT = S3Location>
93 template <
typename RequestIdT = Aws::String>
95 m_requestIdHasBeenSet =
true;
96 m_requestId = std::forward<RequestIdT>(value);
98 template <
typename RequestIdT = Aws::String>
112 bool m_buildHasBeenSet =
false;
113 bool m_uploadCredentialsHasBeenSet =
false;
114 bool m_storageLocationHasBeenSet =
false;
115 bool m_requestIdHasBeenSet =
false;
CreateBuildResult & WithBuild(BuildT &&value)
const Aws::String & GetRequestId() const
CreateBuildResult & WithStorageLocation(StorageLocationT &&value)
const AwsCredentials & GetUploadCredentials() 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