7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/S3Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/s3/model/Delete.h>
11#include <aws/s3/model/RequestPayer.h>
12#include <aws/s3/model/ChecksumAlgorithm.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
93 template<
typename BucketT = Aws::String>
94 void SetBucket(BucketT&& value) { m_bucketHasBeenSet =
true; m_bucket = std::forward<BucketT>(value); }
95 template<
typename BucketT = Aws::String>
105 template<
typename DeleteT = Delete>
106 void SetDelete(DeleteT&& value) { m_deleteHasBeenSet =
true; m_delete = std::forward<DeleteT>(value); }
107 template<
typename DeleteT = Delete>
129 template<
typename MFAT = Aws::String>
130 void SetMFA(MFAT&& value) { m_mFAHasBeenSet =
true; m_mFA = std::forward<MFAT>(value); }
131 template<
typename MFAT = Aws::String>
164 template<
typename ExpectedBucketOwnerT = Aws::String>
165 void SetExpectedBucketOwner(ExpectedBucketOwnerT&& value) { m_expectedBucketOwnerHasBeenSet =
true; m_expectedBucketOwner = std::forward<ExpectedBucketOwnerT>(value); }
166 template<
typename ExpectedBucketOwnerT = Aws::String>
203 template<
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
204 void SetCustomizedAccessLogTag(CustomizedAccessLogTagT&& value) { m_customizedAccessLogTagHasBeenSet =
true; m_customizedAccessLogTag = std::forward<CustomizedAccessLogTagT>(value); }
205 template<
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
207 template<
typename CustomizedAccessLogTagKeyT = Aws::String,
typename CustomizedAccessLogTagValueT = Aws::String>
209 m_customizedAccessLogTagHasBeenSet =
true; m_customizedAccessLogTag.emplace(std::forward<CustomizedAccessLogTagKeyT>(key), std::forward<CustomizedAccessLogTagValueT>(value));
return *
this;
215 bool m_bucketHasBeenSet =
false;
218 bool m_deleteHasBeenSet =
false;
221 bool m_mFAHasBeenSet =
false;
224 bool m_requestPayerHasBeenSet =
false;
226 bool m_bypassGovernanceRetention{
false};
227 bool m_bypassGovernanceRetentionHasBeenSet =
false;
230 bool m_expectedBucketOwnerHasBeenSet =
false;
233 bool m_checksumAlgorithmHasBeenSet =
false;
236 bool m_customizedAccessLogTagHasBeenSet =
false;
AWS_S3_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool BucketHasBeenSet() const
DeleteObjectsRequest & WithDelete(DeleteT &&value)
AWS_S3_API bool HasEmbeddedError(IOStream &body, const Http::HeaderValueCollection &header) const override
void SetCustomizedAccessLogTag(CustomizedAccessLogTagT &&value)
DeleteObjectsRequest & WithMFA(MFAT &&value)
bool ExpectedBucketOwnerHasBeenSet() const
DeleteObjectsRequest & WithCustomizedAccessLogTag(CustomizedAccessLogTagT &&value)
bool BypassGovernanceRetentionHasBeenSet() const
void SetExpectedBucketOwner(ExpectedBucketOwnerT &&value)
void SetRequestPayer(RequestPayer value)
void SetMFA(MFAT &&value)
bool RequestPayerHasBeenSet() const
void SetBypassGovernanceRetention(bool value)
bool DeleteHasBeenSet() const
DeleteObjectsRequest & WithExpectedBucketOwner(ExpectedBucketOwnerT &&value)
void SetDelete(DeleteT &&value)
ChecksumAlgorithm GetChecksumAlgorithm() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetBucket() const
AWS_S3_API Aws::String GetChecksumAlgorithmName() const override
DeleteObjectsRequest & WithRequestPayer(RequestPayer value)
DeleteObjectsRequest & WithBucket(BucketT &&value)
bool MFAHasBeenSet() const
AWS_S3_API EndpointParameters GetEndpointContextParams() const override
void SetBucket(BucketT &&value)
bool CustomizedAccessLogTagHasBeenSet() const
AWS_S3_API Aws::String SerializePayload() const override
const Aws::String & GetMFA() const
DeleteObjectsRequest & AddCustomizedAccessLogTag(CustomizedAccessLogTagKeyT &&key, CustomizedAccessLogTagValueT &&value)
bool GetBypassGovernanceRetention() const
DeleteObjectsRequest & WithBypassGovernanceRetention(bool value)
const Delete & GetDelete() const
DeleteObjectsRequest & WithChecksumAlgorithm(ChecksumAlgorithm value)
bool ChecksumAlgorithmHasBeenSet() const
AWS_S3_API DeleteObjectsRequest()=default
const Aws::String & GetExpectedBucketOwner() const
const Aws::Map< Aws::String, Aws::String > & GetCustomizedAccessLogTag() const
AWS_S3_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetChecksumAlgorithm(ChecksumAlgorithm value)
RequestPayer GetRequestPayer() const
bool RequestChecksumRequired() const override
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