7#include <aws/gamelift/GameLift_EXPORTS.h>
8#include <aws/gamelift/model/AwsCredentials.h>
9#include <aws/gamelift/model/S3Location.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
67 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
RequestUploadCredentialsResult & WithRequestId(Aws::String &&value)
const Aws::String & GetRequestId() const
void SetUploadCredentials(const AwsCredentials &value)
RequestUploadCredentialsResult & WithUploadCredentials(AwsCredentials &&value)
void SetRequestId(Aws::String &&value)
void SetUploadCredentials(AwsCredentials &&value)
void SetStorageLocation(S3Location &&value)
AWS_GAMELIFT_API RequestUploadCredentialsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
RequestUploadCredentialsResult & WithUploadCredentials(const AwsCredentials &value)
RequestUploadCredentialsResult & WithStorageLocation(S3Location &&value)
const AwsCredentials & GetUploadCredentials() const
RequestUploadCredentialsResult & WithRequestId(const Aws::String &value)
RequestUploadCredentialsResult & WithRequestId(const char *value)
const S3Location & GetStorageLocation() const
AWS_GAMELIFT_API RequestUploadCredentialsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
RequestUploadCredentialsResult & WithStorageLocation(const S3Location &value)
void SetRequestId(const Aws::String &value)
AWS_GAMELIFT_API RequestUploadCredentialsResult()
void SetRequestId(const char *value)
void SetStorageLocation(const S3Location &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue