7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ecr/ECR_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename RegistryIdT = Aws::String>
37 m_registryIdHasBeenSet =
true;
38 m_registryId = std::forward<RegistryIdT>(value);
40 template <
typename RegistryIdT = Aws::String>
52 template <
typename RepositoryNameT = Aws::String>
54 m_repositoryNameHasBeenSet =
true;
55 m_repositoryName = std::forward<RepositoryNameT>(value);
57 template <
typename RepositoryNameT = Aws::String>
69 template <
typename UploadIdT = Aws::String>
71 m_uploadIdHasBeenSet =
true;
72 m_uploadId = std::forward<UploadIdT>(value);
74 template <
typename UploadIdT = Aws::String>
87 m_lastByteReceivedHasBeenSet =
true;
88 m_lastByteReceived = value;
99 template <
typename RequestIdT = Aws::String>
101 m_requestIdHasBeenSet =
true;
102 m_requestId = std::forward<RequestIdT>(value);
104 template <
typename RequestIdT = Aws::String>
119 long long m_lastByteReceived{0};
123 bool m_registryIdHasBeenSet =
false;
124 bool m_repositoryNameHasBeenSet =
false;
125 bool m_uploadIdHasBeenSet =
false;
126 bool m_lastByteReceivedHasBeenSet =
false;
127 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue