7#include <aws/core/utils/Array.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ecr/ECRRequest.h>
10#include <aws/ecr/ECR_EXPORTS.h>
42 template <
typename RegistryIdT = Aws::String>
44 m_registryIdHasBeenSet =
true;
45 m_registryId = std::forward<RegistryIdT>(value);
47 template <
typename RegistryIdT = Aws::String>
60 template <
typename RepositoryNameT = Aws::String>
62 m_repositoryNameHasBeenSet =
true;
63 m_repositoryName = std::forward<RepositoryNameT>(value);
65 template <
typename RepositoryNameT = Aws::String>
79 template <
typename UploadIdT = Aws::String>
81 m_uploadIdHasBeenSet =
true;
82 m_uploadId = std::forward<UploadIdT>(value);
84 template <
typename UploadIdT = Aws::String>
99 m_partFirstByteHasBeenSet =
true;
100 m_partFirstByte = value;
116 m_partLastByteHasBeenSet =
true;
117 m_partLastByte = value;
131 template <
typename LayerPartBlobT = Aws::Utils::ByteBuffer>
133 m_layerPartBlobHasBeenSet =
true;
134 m_layerPartBlob = std::forward<LayerPartBlobT>(value);
136 template <
typename LayerPartBlobT = Aws::Utils::ByteBuffer>
149 long long m_partFirstByte{0};
151 long long m_partLastByte{0};
154 bool m_registryIdHasBeenSet =
false;
155 bool m_repositoryNameHasBeenSet =
false;
156 bool m_uploadIdHasBeenSet =
false;
157 bool m_partFirstByteHasBeenSet =
false;
158 bool m_partLastByteHasBeenSet =
false;
159 bool m_layerPartBlobHasBeenSet =
false;
bool RegistryIdHasBeenSet() const
UploadLayerPartRequest & WithPartFirstByte(long long value)
const Aws::Utils::ByteBuffer & GetLayerPartBlob() const
bool LayerPartBlobHasBeenSet() const
bool UploadIdHasBeenSet() const
long long GetPartLastByte() const
void SetRepositoryName(RepositoryNameT &&value)
AWS_ECR_API Aws::String SerializePayload() const override
void SetPartLastByte(long long value)
UploadLayerPartRequest & WithUploadId(UploadIdT &&value)
bool PartLastByteHasBeenSet() const
UploadLayerPartRequest & WithPartLastByte(long long value)
AWS_ECR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
void SetRegistryId(RegistryIdT &&value)
AWS_ECR_API UploadLayerPartRequest()=default
const Aws::String & GetRepositoryName() const
void SetPartFirstByte(long long value)
bool RepositoryNameHasBeenSet() const
bool PartFirstByteHasBeenSet() const
long long GetPartFirstByte() const
UploadLayerPartRequest & WithRegistryId(RegistryIdT &&value)
UploadLayerPartRequest & WithRepositoryName(RepositoryNameT &&value)
UploadLayerPartRequest & WithLayerPartBlob(LayerPartBlobT &&value)
void SetLayerPartBlob(LayerPartBlobT &&value)
const Aws::String & GetRegistryId() const
const Aws::String & GetUploadId() const
void SetUploadId(UploadIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String