7#include <aws/ecr-public/ECRPublic_EXPORTS.h>
8#include <aws/ecr-public/ECRPublicRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/Array.h>
46 template<
typename RegistryIdT = Aws::String>
47 void SetRegistryId(RegistryIdT&& value) { m_registryIdHasBeenSet =
true; m_registryId = std::forward<RegistryIdT>(value); }
48 template<
typename RegistryIdT = Aws::String>
58 template<
typename RepositoryNameT = Aws::String>
59 void SetRepositoryName(RepositoryNameT&& value) { m_repositoryNameHasBeenSet =
true; m_repositoryName = std::forward<RepositoryNameT>(value); }
60 template<
typename RepositoryNameT = Aws::String>
71 template<
typename UploadIdT = Aws::String>
72 void SetUploadId(UploadIdT&& value) { m_uploadIdHasBeenSet =
true; m_uploadId = std::forward<UploadIdT>(value); }
73 template<
typename UploadIdT = Aws::String>
84 inline void SetPartFirstByte(
long long value) { m_partFirstByteHasBeenSet =
true; m_partFirstByte = value; }
95 inline void SetPartLastByte(
long long value) { m_partLastByteHasBeenSet =
true; m_partLastByte = value; }
105 template<
typename LayerPartBlobT = Aws::Utils::ByteBuffer>
106 void SetLayerPartBlob(LayerPartBlobT&& value) { m_layerPartBlobHasBeenSet =
true; m_layerPartBlob = std::forward<LayerPartBlobT>(value); }
107 template<
typename LayerPartBlobT = Aws::Utils::ByteBuffer>
113 bool m_registryIdHasBeenSet =
false;
116 bool m_repositoryNameHasBeenSet =
false;
119 bool m_uploadIdHasBeenSet =
false;
121 long long m_partFirstByte{0};
122 bool m_partFirstByteHasBeenSet =
false;
124 long long m_partLastByte{0};
125 bool m_partLastByteHasBeenSet =
false;
128 bool m_layerPartBlobHasBeenSet =
false;
void SetPartLastByte(long long value)
bool RegistryIdHasBeenSet() const
UploadLayerPartRequest & WithRepositoryName(RepositoryNameT &&value)
UploadLayerPartRequest & WithRegistryId(RegistryIdT &&value)
const Aws::String & GetRegistryId() const
const Aws::Utils::ByteBuffer & GetLayerPartBlob() const
const Aws::String & GetRepositoryName() const
void SetRepositoryName(RepositoryNameT &&value)
UploadLayerPartRequest & WithPartFirstByte(long long value)
long long GetPartLastByte() const
UploadLayerPartRequest & WithUploadId(UploadIdT &&value)
void SetUploadId(UploadIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_ECRPUBLIC_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool RepositoryNameHasBeenSet() const
UploadLayerPartRequest & WithPartLastByte(long long value)
bool PartFirstByteHasBeenSet() const
AWS_ECRPUBLIC_API UploadLayerPartRequest()=default
void SetRegistryId(RegistryIdT &&value)
const Aws::String & GetUploadId() const
UploadLayerPartRequest & WithLayerPartBlob(LayerPartBlobT &&value)
bool PartLastByteHasBeenSet() const
bool UploadIdHasBeenSet() const
AWS_ECRPUBLIC_API Aws::String SerializePayload() const override
long long GetPartFirstByte() const
bool LayerPartBlobHasBeenSet() const
void SetPartFirstByte(long long value)
void SetLayerPartBlob(LayerPartBlobT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String