7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecr/ECR_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename RegistryIdT = Aws::String>
36 m_registryIdHasBeenSet =
true;
37 m_registryId = std::forward<RegistryIdT>(value);
39 template <
typename RegistryIdT = Aws::String>
51 template <
typename RepositoryNameT = Aws::String>
53 m_repositoryNameHasBeenSet =
true;
54 m_repositoryName = std::forward<RepositoryNameT>(value);
56 template <
typename RepositoryNameT = Aws::String>
68 template <
typename UploadIdT = Aws::String>
70 m_uploadIdHasBeenSet =
true;
71 m_uploadId = std::forward<UploadIdT>(value);
73 template <
typename UploadIdT = Aws::String>
86 m_lastByteReceivedHasBeenSet =
true;
87 m_lastByteReceived = value;
98 template <
typename RequestIdT = Aws::String>
100 m_requestIdHasBeenSet =
true;
101 m_requestId = std::forward<RequestIdT>(value);
103 template <
typename RequestIdT = Aws::String>
116 long long m_lastByteReceived{0};
119 bool m_registryIdHasBeenSet =
false;
120 bool m_repositoryNameHasBeenSet =
false;
121 bool m_uploadIdHasBeenSet =
false;
122 bool m_lastByteReceivedHasBeenSet =
false;
123 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