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/RequestPayer.h>
51 template <
typename BucketT = Aws::String>
53 m_bucketHasBeenSet =
true;
54 m_bucket = std::forward<BucketT>(value);
56 template <
typename BucketT = Aws::String>
69 template <
typename KeyT = Aws::String>
71 m_keyHasBeenSet =
true;
72 m_key = std::forward<KeyT>(value);
74 template <
typename KeyT = Aws::String>
76 SetKey(std::forward<KeyT>(value));
89 template <
typename AnnotationNameT = Aws::String>
91 m_annotationNameHasBeenSet =
true;
92 m_annotationName = std::forward<AnnotationNameT>(value);
94 template <
typename AnnotationNameT = Aws::String>
107 template <
typename VersionIdT = Aws::String>
109 m_versionIdHasBeenSet =
true;
110 m_versionId = std::forward<VersionIdT>(value);
112 template <
typename VersionIdT = Aws::String>
124 m_requestPayerHasBeenSet =
true;
125 m_requestPayer = value;
139 template <
typename ExpectedBucketOwnerT = Aws::String>
141 m_expectedBucketOwnerHasBeenSet =
true;
142 m_expectedBucketOwner = std::forward<ExpectedBucketOwnerT>(value);
144 template <
typename ExpectedBucketOwnerT = Aws::String>
158 template <
typename ObjectIfMatchT = Aws::String>
160 m_objectIfMatchHasBeenSet =
true;
161 m_objectIfMatch = std::forward<ObjectIfMatchT>(value);
163 template <
typename ObjectIfMatchT = Aws::String>
174 template <
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
176 m_customizedAccessLogTagHasBeenSet =
true;
177 m_customizedAccessLogTag = std::forward<CustomizedAccessLogTagT>(value);
179 template <
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
184 template <
typename CustomizedAccessLogTagKeyT = Aws::String,
typename CustomizedAccessLogTagValueT = Aws::String>
186 m_customizedAccessLogTagHasBeenSet =
true;
187 m_customizedAccessLogTag.emplace(std::forward<CustomizedAccessLogTagKeyT>(key), std::forward<CustomizedAccessLogTagValueT>(value));
207 bool m_bucketHasBeenSet =
false;
208 bool m_keyHasBeenSet =
false;
209 bool m_annotationNameHasBeenSet =
false;
210 bool m_versionIdHasBeenSet =
false;
211 bool m_requestPayerHasBeenSet =
false;
212 bool m_expectedBucketOwnerHasBeenSet =
false;
213 bool m_objectIfMatchHasBeenSet =
false;
214 bool m_customizedAccessLogTagHasBeenSet =
false;
const Aws::Map< Aws::String, Aws::String > & GetCustomizedAccessLogTag() const
bool AnnotationNameHasBeenSet() const
DeleteObjectAnnotationRequest & WithCustomizedAccessLogTag(CustomizedAccessLogTagT &&value)
bool BucketHasBeenSet() const
const Aws::String & GetBucket() const
bool KeyHasBeenSet() const
const Aws::String & GetObjectIfMatch() const
DeleteObjectAnnotationRequest & WithKey(KeyT &&value)
void SetObjectIfMatch(ObjectIfMatchT &&value)
void SetAnnotationName(AnnotationNameT &&value)
bool ObjectIfMatchHasBeenSet() const
void SetCustomizedAccessLogTag(CustomizedAccessLogTagT &&value)
const Aws::String & GetExpectedBucketOwner() const
virtual const char * GetServiceRequestName() const override
AWS_S3CRT_API Aws::String SerializePayload() const override
AWS_S3CRT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetVersionId() const
bool CustomizedAccessLogTagHasBeenSet() const
void SetRequestPayer(RequestPayer value)
AWS_S3CRT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
DeleteObjectAnnotationRequest & WithObjectIfMatch(ObjectIfMatchT &&value)
bool RequestPayerHasBeenSet() const
DeleteObjectAnnotationRequest & AddCustomizedAccessLogTag(CustomizedAccessLogTagKeyT &&key, CustomizedAccessLogTagValueT &&value)
DeleteObjectAnnotationRequest & WithAnnotationName(AnnotationNameT &&value)
bool VersionIdHasBeenSet() const
DeleteObjectAnnotationRequest & WithRequestPayer(RequestPayer value)
bool ExpectedBucketOwnerHasBeenSet() const
DeleteObjectAnnotationRequest & WithVersionId(VersionIdT &&value)
AWS_S3CRT_API DeleteObjectAnnotationRequest()=default
const Aws::String & GetAnnotationName() const
RequestPayer GetRequestPayer() const
void SetVersionId(VersionIdT &&value)
void SetKey(KeyT &&value)
const Aws::String & GetKey() const
DeleteObjectAnnotationRequest & WithBucket(BucketT &&value)
DeleteObjectAnnotationRequest & WithExpectedBucketOwner(ExpectedBucketOwnerT &&value)
AWS_S3CRT_API EndpointParameters GetEndpointContextParams() const override
void SetBucket(BucketT &&value)
void SetExpectedBucketOwner(ExpectedBucketOwnerT &&value)
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_string< char, std::char_traits< char >, Aws::Allocator< char > > String