7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.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>
97 template <
typename LayerDigestsT = Aws::Vector<Aws::String>>
99 m_layerDigestsHasBeenSet =
true;
100 m_layerDigests = std::forward<LayerDigestsT>(value);
102 template <
typename LayerDigestsT = Aws::Vector<Aws::String>>
107 template <
typename LayerDigestsT = Aws::String>
109 m_layerDigestsHasBeenSet =
true;
110 m_layerDigests.emplace_back(std::forward<LayerDigestsT>(value));
122 bool m_registryIdHasBeenSet =
false;
123 bool m_repositoryNameHasBeenSet =
false;
124 bool m_uploadIdHasBeenSet =
false;
125 bool m_layerDigestsHasBeenSet =
false;
const Aws::String & GetRegistryId() const
virtual const char * GetServiceRequestName() const override
bool RegistryIdHasBeenSet() const
bool RepositoryNameHasBeenSet() const
bool LayerDigestsHasBeenSet() const
CompleteLayerUploadRequest & WithRepositoryName(RepositoryNameT &&value)
const Aws::String & GetRepositoryName() const
AWS_ECR_API Aws::String SerializePayload() const override
const Aws::String & GetUploadId() const
const Aws::Vector< Aws::String > & GetLayerDigests() const
void SetLayerDigests(LayerDigestsT &&value)
void SetUploadId(UploadIdT &&value)
CompleteLayerUploadRequest & WithRegistryId(RegistryIdT &&value)
CompleteLayerUploadRequest & WithLayerDigests(LayerDigestsT &&value)
CompleteLayerUploadRequest & WithUploadId(UploadIdT &&value)
AWS_ECR_API CompleteLayerUploadRequest()=default
bool UploadIdHasBeenSet() const
void SetRepositoryName(RepositoryNameT &&value)
CompleteLayerUploadRequest & AddLayerDigests(LayerDigestsT &&value)
void SetRegistryId(RegistryIdT &&value)
AWS_ECR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector