7#include <aws/ecr/ECR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename RegistryIdT = Aws::String>
41 void SetRegistryId(RegistryIdT&& value) { m_registryIdHasBeenSet =
true; m_registryId = std::forward<RegistryIdT>(value); }
42 template<
typename RegistryIdT = Aws::String>
51 template<
typename RepositoryNameT = Aws::String>
52 void SetRepositoryName(RepositoryNameT&& value) { m_repositoryNameHasBeenSet =
true; m_repositoryName = std::forward<RepositoryNameT>(value); }
53 template<
typename RepositoryNameT = Aws::String>
62 template<
typename UploadIdT = Aws::String>
63 void SetUploadId(UploadIdT&& value) { m_uploadIdHasBeenSet =
true; m_uploadId = std::forward<UploadIdT>(value); }
64 template<
typename UploadIdT = Aws::String>
73 inline void SetLastByteReceived(
long long value) { m_lastByteReceivedHasBeenSet =
true; m_lastByteReceived = value; }
80 template<
typename RequestIdT = Aws::String>
81 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
82 template<
typename RequestIdT = Aws::String>
88 bool m_registryIdHasBeenSet =
false;
91 bool m_repositoryNameHasBeenSet =
false;
94 bool m_uploadIdHasBeenSet =
false;
96 long long m_lastByteReceived{0};
97 bool m_lastByteReceivedHasBeenSet =
false;
100 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRepositoryName() const
AWS_ECR_API UploadLayerPartResult()=default
void SetUploadId(UploadIdT &&value)
const Aws::String & GetRequestId() const
void SetRepositoryName(RepositoryNameT &&value)
const Aws::String & GetRegistryId() const
UploadLayerPartResult & WithUploadId(UploadIdT &&value)
AWS_ECR_API UploadLayerPartResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UploadLayerPartResult & WithLastByteReceived(long long value)
void SetLastByteReceived(long long value)
const Aws::String & GetUploadId() const
UploadLayerPartResult & WithRequestId(RequestIdT &&value)
long long GetLastByteReceived() const
AWS_ECR_API UploadLayerPartResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UploadLayerPartResult & WithRepositoryName(RepositoryNameT &&value)
UploadLayerPartResult & WithRegistryId(RegistryIdT &&value)
void SetRegistryId(RegistryIdT &&value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue