7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/s3-crt/S3CrtRequest.h>
10#include <aws/s3-crt/S3Crt_EXPORTS.h>
11#include <aws/s3-crt/model/ChecksumAlgorithm.h>
12#include <aws/s3-crt/model/Delete.h>
13#include <aws/s3-crt/model/RequestPayer.h>
89 template <
typename BucketT = Aws::String>
91 m_bucketHasBeenSet =
true;
92 m_bucket = std::forward<BucketT>(value);
94 template <
typename BucketT = Aws::String>
107 template <
typename DeleteT = Delete>
109 m_deleteHasBeenSet =
true;
110 m_delete = std::forward<DeleteT>(value);
112 template <
typename DeleteT = Delete>
137 template <
typename MFAT = Aws::String>
139 m_mFAHasBeenSet =
true;
140 m_mFA = std::forward<MFAT>(value);
142 template <
typename MFAT = Aws::String>
144 SetMFA(std::forward<MFAT>(value));
154 m_requestPayerHasBeenSet =
true;
155 m_requestPayer = value;
173 m_bypassGovernanceRetentionHasBeenSet =
true;
174 m_bypassGovernanceRetention = value;
190 template <
typename ExpectedBucketOwnerT = Aws::String>
192 m_expectedBucketOwnerHasBeenSet =
true;
193 m_expectedBucketOwner = std::forward<ExpectedBucketOwnerT>(value);
195 template <
typename ExpectedBucketOwnerT = Aws::String>
228 m_checksumAlgorithmHasBeenSet =
true;
229 m_checksumAlgorithm = value;
241 template <
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
243 m_customizedAccessLogTagHasBeenSet =
true;
244 m_customizedAccessLogTag = std::forward<CustomizedAccessLogTagT>(value);
246 template <
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
251 template <
typename CustomizedAccessLogTagKeyT = Aws::String,
typename CustomizedAccessLogTagValueT = Aws::String>
253 m_customizedAccessLogTagHasBeenSet =
true;
254 m_customizedAccessLogTag.emplace(std::forward<CustomizedAccessLogTagKeyT>(key), std::forward<CustomizedAccessLogTagValueT>(value));
267 bool m_bypassGovernanceRetention{
false};
274 bool m_bucketHasBeenSet =
false;
275 bool m_deleteHasBeenSet =
false;
276 bool m_mFAHasBeenSet =
false;
277 bool m_requestPayerHasBeenSet =
false;
278 bool m_bypassGovernanceRetentionHasBeenSet =
false;
279 bool m_expectedBucketOwnerHasBeenSet =
false;
280 bool m_checksumAlgorithmHasBeenSet =
false;
281 bool m_customizedAccessLogTagHasBeenSet =
false;
bool MFAHasBeenSet() const
bool DeleteHasBeenSet() const
DeleteObjectsRequest & WithChecksumAlgorithm(ChecksumAlgorithm value)
RequestPayer GetRequestPayer() const
DeleteObjectsRequest & WithExpectedBucketOwner(ExpectedBucketOwnerT &&value)
bool BucketHasBeenSet() const
bool CustomizedAccessLogTagHasBeenSet() const
DeleteObjectsRequest & WithDelete(DeleteT &&value)
void SetChecksumAlgorithm(ChecksumAlgorithm value)
const Aws::Map< Aws::String, Aws::String > & GetCustomizedAccessLogTag() const
void SetExpectedBucketOwner(ExpectedBucketOwnerT &&value)
bool ExpectedBucketOwnerHasBeenSet() const
AWS_S3CRT_API EndpointParameters GetEndpointContextParams() const override
bool RequestPayerHasBeenSet() const
void SetCustomizedAccessLogTag(CustomizedAccessLogTagT &&value)
AWS_S3CRT_API DeleteObjectsRequest()=default
bool GetBypassGovernanceRetention() const
const Aws::String & GetExpectedBucketOwner() const
void SetDelete(DeleteT &&value)
DeleteObjectsRequest & WithRequestPayer(RequestPayer value)
void SetBucket(BucketT &&value)
AWS_S3CRT_API Aws::String GetChecksumAlgorithmName() const override
DeleteObjectsRequest & WithBucket(BucketT &&value)
bool BypassGovernanceRetentionHasBeenSet() const
AWS_S3CRT_API Aws::String SerializePayload() const override
const Aws::String & GetBucket() const
ChecksumAlgorithm GetChecksumAlgorithm() const
void SetBypassGovernanceRetention(bool value)
AWS_S3CRT_API bool HasEmbeddedError(IOStream &body, const Http::HeaderValueCollection &header) const override
DeleteObjectsRequest & AddCustomizedAccessLogTag(CustomizedAccessLogTagKeyT &&key, CustomizedAccessLogTagValueT &&value)
bool ChecksumAlgorithmHasBeenSet() const
bool RequestChecksumRequired() const override
AWS_S3CRT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
void SetRequestPayer(RequestPayer value)
const Delete & GetDelete() const
DeleteObjectsRequest & WithCustomizedAccessLogTag(CustomizedAccessLogTagT &&value)
DeleteObjectsRequest & WithBypassGovernanceRetention(bool value)
DeleteObjectsRequest & WithMFA(MFAT &&value)
AWS_S3CRT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetMFA(MFAT &&value)
const Aws::String & GetMFA() const
Aws::Endpoint::EndpointParameters EndpointParameters
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_iostream< char, std::char_traits< char > > IOStream
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String