AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UploadLayerPartResult.h
1
6#pragma once
7#include <aws/ecr-public/ECRPublic_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace ECRPublic
24{
25namespace Model
26{
28 {
29 public:
30 AWS_ECRPUBLIC_API UploadLayerPartResult();
33
34
36
39 inline const Aws::String& GetRegistryId() const{ return m_registryId; }
40 inline void SetRegistryId(const Aws::String& value) { m_registryId = value; }
41 inline void SetRegistryId(Aws::String&& value) { m_registryId = std::move(value); }
42 inline void SetRegistryId(const char* value) { m_registryId.assign(value); }
43 inline UploadLayerPartResult& WithRegistryId(const Aws::String& value) { SetRegistryId(value); return *this;}
44 inline UploadLayerPartResult& WithRegistryId(Aws::String&& value) { SetRegistryId(std::move(value)); return *this;}
45 inline UploadLayerPartResult& WithRegistryId(const char* value) { SetRegistryId(value); return *this;}
47
49
52 inline const Aws::String& GetRepositoryName() const{ return m_repositoryName; }
53 inline void SetRepositoryName(const Aws::String& value) { m_repositoryName = value; }
54 inline void SetRepositoryName(Aws::String&& value) { m_repositoryName = std::move(value); }
55 inline void SetRepositoryName(const char* value) { m_repositoryName.assign(value); }
56 inline UploadLayerPartResult& WithRepositoryName(const Aws::String& value) { SetRepositoryName(value); return *this;}
57 inline UploadLayerPartResult& WithRepositoryName(Aws::String&& value) { SetRepositoryName(std::move(value)); return *this;}
58 inline UploadLayerPartResult& WithRepositoryName(const char* value) { SetRepositoryName(value); return *this;}
60
62
65 inline const Aws::String& GetUploadId() const{ return m_uploadId; }
66 inline void SetUploadId(const Aws::String& value) { m_uploadId = value; }
67 inline void SetUploadId(Aws::String&& value) { m_uploadId = std::move(value); }
68 inline void SetUploadId(const char* value) { m_uploadId.assign(value); }
69 inline UploadLayerPartResult& WithUploadId(const Aws::String& value) { SetUploadId(value); return *this;}
70 inline UploadLayerPartResult& WithUploadId(Aws::String&& value) { SetUploadId(std::move(value)); return *this;}
71 inline UploadLayerPartResult& WithUploadId(const char* value) { SetUploadId(value); return *this;}
73
75
78 inline long long GetLastByteReceived() const{ return m_lastByteReceived; }
79 inline void SetLastByteReceived(long long value) { m_lastByteReceived = value; }
80 inline UploadLayerPartResult& WithLastByteReceived(long long value) { SetLastByteReceived(value); return *this;}
82
84
85 inline const Aws::String& GetRequestId() const{ return m_requestId; }
86 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
87 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
88 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
89 inline UploadLayerPartResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
90 inline UploadLayerPartResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
91 inline UploadLayerPartResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
93 private:
94
95 Aws::String m_registryId;
96
97 Aws::String m_repositoryName;
98
99 Aws::String m_uploadId;
100
101 long long m_lastByteReceived;
102
103 Aws::String m_requestId;
104 };
105
106} // namespace Model
107} // namespace ECRPublic
108} // namespace Aws
UploadLayerPartResult & WithRepositoryName(const char *value)
UploadLayerPartResult & WithRegistryId(Aws::String &&value)
UploadLayerPartResult & WithRequestId(Aws::String &&value)
UploadLayerPartResult & WithUploadId(const char *value)
AWS_ECRPUBLIC_API UploadLayerPartResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UploadLayerPartResult & WithUploadId(const Aws::String &value)
UploadLayerPartResult & WithRepositoryName(const Aws::String &value)
UploadLayerPartResult & WithUploadId(Aws::String &&value)
UploadLayerPartResult & WithRegistryId(const Aws::String &value)
AWS_ECRPUBLIC_API UploadLayerPartResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UploadLayerPartResult & WithRequestId(const char *value)
UploadLayerPartResult & WithLastByteReceived(long long value)
UploadLayerPartResult & WithRegistryId(const char *value)
UploadLayerPartResult & WithRepositoryName(Aws::String &&value)
UploadLayerPartResult & WithRequestId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue