7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glacier/Glacier_EXPORTS.h>
10#include <aws/glacier/model/PartListElement.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template <
typename MultipartUploadIdT = Aws::String>
44 m_multipartUploadIdHasBeenSet =
true;
45 m_multipartUploadId = std::forward<MultipartUploadIdT>(value);
47 template <
typename MultipartUploadIdT = Aws::String>
60 template <
typename VaultARNT = Aws::String>
62 m_vaultARNHasBeenSet =
true;
63 m_vaultARN = std::forward<VaultARNT>(value);
65 template <
typename VaultARNT = Aws::String>
78 template <
typename ArchiveDescriptionT = Aws::String>
80 m_archiveDescriptionHasBeenSet =
true;
81 m_archiveDescription = std::forward<ArchiveDescriptionT>(value);
83 template <
typename ArchiveDescriptionT = Aws::String>
97 m_partSizeInBytesHasBeenSet =
true;
98 m_partSizeInBytes = value;
111 template <
typename CreationDateT = Aws::String>
113 m_creationDateHasBeenSet =
true;
114 m_creationDate = std::forward<CreationDateT>(value);
116 template <
typename CreationDateT = Aws::String>
130 template <
typename PartsT = Aws::Vector<PartListElement>>
132 m_partsHasBeenSet =
true;
133 m_parts = std::forward<PartsT>(value);
135 template <
typename PartsT = Aws::Vector<PartListElement>>
137 SetParts(std::forward<PartsT>(value));
140 template <
typename PartsT = PartListElement>
142 m_partsHasBeenSet =
true;
143 m_parts.emplace_back(std::forward<PartsT>(value));
155 template <
typename MarkerT = Aws::String>
157 m_markerHasBeenSet =
true;
158 m_marker = std::forward<MarkerT>(value);
160 template <
typename MarkerT = Aws::String>
170 template <
typename RequestIdT = Aws::String>
172 m_requestIdHasBeenSet =
true;
173 m_requestId = std::forward<RequestIdT>(value);
175 template <
typename RequestIdT = Aws::String>
188 long long m_partSizeInBytes{0};
197 bool m_multipartUploadIdHasBeenSet =
false;
198 bool m_vaultARNHasBeenSet =
false;
199 bool m_archiveDescriptionHasBeenSet =
false;
200 bool m_partSizeInBytesHasBeenSet =
false;
201 bool m_creationDateHasBeenSet =
false;
202 bool m_partsHasBeenSet =
false;
203 bool m_markerHasBeenSet =
false;
204 bool m_requestIdHasBeenSet =
false;
ListPartsResult & WithCreationDate(CreationDateT &&value)
void SetParts(PartsT &&value)
const Aws::String & GetCreationDate() const
ListPartsResult & WithVaultARN(VaultARNT &&value)
ListPartsResult & WithParts(PartsT &&value)
const Aws::String & GetArchiveDescription() const
const Aws::String & GetVaultARN() const
AWS_GLACIER_API ListPartsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetArchiveDescription(ArchiveDescriptionT &&value)
void SetMarker(MarkerT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetMultipartUploadId() const
AWS_GLACIER_API ListPartsResult()=default
void SetPartSizeInBytes(long long value)
ListPartsResult & WithMultipartUploadId(MultipartUploadIdT &&value)
ListPartsResult & WithArchiveDescription(ArchiveDescriptionT &&value)
ListPartsResult & WithRequestId(RequestIdT &&value)
ListPartsResult & WithPartSizeInBytes(long long value)
const Aws::Vector< PartListElement > & GetParts() const
AWS_GLACIER_API ListPartsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListPartsResult & AddParts(PartsT &&value)
ListPartsResult & WithMarker(MarkerT &&value)
void SetVaultARN(VaultARNT &&value)
long long GetPartSizeInBytes() const
void SetCreationDate(CreationDateT &&value)
void SetMultipartUploadId(MultipartUploadIdT &&value)
const Aws::String & GetMarker() const
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue