7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/s3/model/EncodingType.h>
11#include <aws/s3/model/RequestCharged.h>
12#include <aws/s3/model/MultipartUpload.h>
13#include <aws/s3/model/CommonPrefix.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
46 template<
typename BucketT = Aws::String>
47 void SetBucket(BucketT&& value) { m_bucketHasBeenSet =
true; m_bucket = std::forward<BucketT>(value); }
48 template<
typename BucketT = Aws::String>
57 template<
typename KeyMarkerT = Aws::String>
58 void SetKeyMarker(KeyMarkerT&& value) { m_keyMarkerHasBeenSet =
true; m_keyMarker = std::forward<KeyMarkerT>(value); }
59 template<
typename KeyMarkerT = Aws::String>
73 template<
typename UploadIdMarkerT = Aws::String>
74 void SetUploadIdMarker(UploadIdMarkerT&& value) { m_uploadIdMarkerHasBeenSet =
true; m_uploadIdMarker = std::forward<UploadIdMarkerT>(value); }
75 template<
typename UploadIdMarkerT = Aws::String>
85 template<
typename NextKeyMarkerT = Aws::String>
86 void SetNextKeyMarker(NextKeyMarkerT&& value) { m_nextKeyMarkerHasBeenSet =
true; m_nextKeyMarker = std::forward<NextKeyMarkerT>(value); }
87 template<
typename NextKeyMarkerT = Aws::String>
99 template<
typename PrefixT = Aws::String>
100 void SetPrefix(PrefixT&& value) { m_prefixHasBeenSet =
true; m_prefix = std::forward<PrefixT>(value); }
101 template<
typename PrefixT = Aws::String>
113 template<
typename DelimiterT = Aws::String>
114 void SetDelimiter(DelimiterT&& value) { m_delimiterHasBeenSet =
true; m_delimiter = std::forward<DelimiterT>(value); }
115 template<
typename DelimiterT = Aws::String>
127 template<
typename NextUploadIdMarkerT = Aws::String>
128 void SetNextUploadIdMarker(NextUploadIdMarkerT&& value) { m_nextUploadIdMarkerHasBeenSet =
true; m_nextUploadIdMarker = std::forward<NextUploadIdMarkerT>(value); }
129 template<
typename NextUploadIdMarkerT = Aws::String>
139 inline void SetMaxUploads(
int value) { m_maxUploadsHasBeenSet =
true; m_maxUploads = value; }
151 inline void SetIsTruncated(
bool value) { m_isTruncatedHasBeenSet =
true; m_isTruncated = value; }
161 template<
typename UploadsT = Aws::Vector<MultipartUpload>>
162 void SetUploads(UploadsT&& value) { m_uploadsHasBeenSet =
true; m_uploads = std::forward<UploadsT>(value); }
163 template<
typename UploadsT = Aws::Vector<MultipartUpload>>
165 template<
typename UploadsT = MultipartUpload>
178 template<
typename CommonPrefixesT = Aws::Vector<CommonPrefix>>
179 void SetCommonPrefixes(CommonPrefixesT&& value) { m_commonPrefixesHasBeenSet =
true; m_commonPrefixes = std::forward<CommonPrefixesT>(value); }
180 template<
typename CommonPrefixesT = Aws::Vector<CommonPrefix>>
182 template<
typename CommonPrefixesT = CommonPrefix>
210 template<
typename RequestIdT = Aws::String>
211 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
212 template<
typename RequestIdT = Aws::String>
218 bool m_bucketHasBeenSet =
false;
221 bool m_keyMarkerHasBeenSet =
false;
224 bool m_uploadIdMarkerHasBeenSet =
false;
227 bool m_nextKeyMarkerHasBeenSet =
false;
230 bool m_prefixHasBeenSet =
false;
233 bool m_delimiterHasBeenSet =
false;
236 bool m_nextUploadIdMarkerHasBeenSet =
false;
239 bool m_maxUploadsHasBeenSet =
false;
241 bool m_isTruncated{
false};
242 bool m_isTruncatedHasBeenSet =
false;
245 bool m_uploadsHasBeenSet =
false;
248 bool m_commonPrefixesHasBeenSet =
false;
251 bool m_encodingTypeHasBeenSet =
false;
254 bool m_requestChargedHasBeenSet =
false;
257 bool m_requestIdHasBeenSet =
false;
void SetNextKeyMarker(NextKeyMarkerT &&value)
const Aws::String & GetPrefix() const
AWS_S3_API ListMultipartUploadsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetRequestCharged(RequestCharged value)
const Aws::String & GetNextUploadIdMarker() const
const Aws::Vector< MultipartUpload > & GetUploads() const
ListMultipartUploadsResult & WithPrefix(PrefixT &&value)
const Aws::String & GetNextKeyMarker() const
const Aws::String & GetUploadIdMarker() const
void SetMaxUploads(int value)
const Aws::String & GetDelimiter() const
void SetBucket(BucketT &&value)
void SetUploadIdMarker(UploadIdMarkerT &&value)
ListMultipartUploadsResult & WithNextUploadIdMarker(NextUploadIdMarkerT &&value)
void SetNextUploadIdMarker(NextUploadIdMarkerT &&value)
bool GetIsTruncated() const
ListMultipartUploadsResult & WithCommonPrefixes(CommonPrefixesT &&value)
const Aws::String & GetKeyMarker() const
ListMultipartUploadsResult & WithIsTruncated(bool value)
const Aws::Vector< CommonPrefix > & GetCommonPrefixes() const
RequestCharged GetRequestCharged() const
ListMultipartUploadsResult & WithKeyMarker(KeyMarkerT &&value)
ListMultipartUploadsResult & WithRequestCharged(RequestCharged value)
ListMultipartUploadsResult & AddCommonPrefixes(CommonPrefixesT &&value)
void SetRequestId(RequestIdT &&value)
void SetCommonPrefixes(CommonPrefixesT &&value)
void SetUploads(UploadsT &&value)
ListMultipartUploadsResult & WithRequestId(RequestIdT &&value)
ListMultipartUploadsResult & WithDelimiter(DelimiterT &&value)
AWS_S3_API ListMultipartUploadsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetDelimiter(DelimiterT &&value)
void SetKeyMarker(KeyMarkerT &&value)
ListMultipartUploadsResult & WithMaxUploads(int value)
const Aws::String & GetRequestId() const
ListMultipartUploadsResult & WithEncodingType(EncodingType value)
void SetPrefix(PrefixT &&value)
ListMultipartUploadsResult & WithBucket(BucketT &&value)
EncodingType GetEncodingType() const
ListMultipartUploadsResult & WithNextKeyMarker(NextKeyMarkerT &&value)
AWS_S3_API ListMultipartUploadsResult()=default
const Aws::String & GetBucket() const
ListMultipartUploadsResult & AddUploads(UploadsT &&value)
ListMultipartUploadsResult & WithUploadIdMarker(UploadIdMarkerT &&value)
void SetIsTruncated(bool value)
int GetMaxUploads() const
ListMultipartUploadsResult & WithUploads(UploadsT &&value)
void SetEncodingType(EncodingType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument