7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/s3/S3Request.h>
10#include <aws/s3/S3_EXPORTS.h>
50 template <
typename BucketT = Aws::String>
52 m_bucketHasBeenSet =
true;
53 m_bucket = std::forward<BucketT>(value);
55 template <
typename BucketT = Aws::String>
69 template <
typename ExpectedBucketOwnerT = Aws::String>
71 m_expectedBucketOwnerHasBeenSet =
true;
72 m_expectedBucketOwner = std::forward<ExpectedBucketOwnerT>(value);
74 template <
typename ExpectedBucketOwnerT = Aws::String>
85 template <
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
87 m_customizedAccessLogTagHasBeenSet =
true;
88 m_customizedAccessLogTag = std::forward<CustomizedAccessLogTagT>(value);
90 template <
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
95 template <
typename CustomizedAccessLogTagKeyT = Aws::String,
typename CustomizedAccessLogTagValueT = Aws::String>
97 m_customizedAccessLogTagHasBeenSet =
true;
98 m_customizedAccessLogTag.emplace(std::forward<CustomizedAccessLogTagKeyT>(key), std::forward<CustomizedAccessLogTagValueT>(value));
108 bool m_bucketHasBeenSet =
false;
109 bool m_expectedBucketOwnerHasBeenSet =
false;
110 bool m_customizedAccessLogTagHasBeenSet =
false;
GetBucketAbacRequest & WithBucket(BucketT &&value)
const Aws::String & GetExpectedBucketOwner() const
AWS_S3_API EndpointParameters GetEndpointContextParams() const override
bool ExpectedBucketOwnerHasBeenSet() const
AWS_S3_API GetBucketAbacRequest()=default
void SetExpectedBucketOwner(ExpectedBucketOwnerT &&value)
void SetBucket(BucketT &&value)
const Aws::String & GetBucket() const
virtual const char * GetServiceRequestName() const override
AWS_S3_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
GetBucketAbacRequest & WithExpectedBucketOwner(ExpectedBucketOwnerT &&value)
AWS_S3_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_S3_API Aws::String SerializePayload() const override
bool CustomizedAccessLogTagHasBeenSet() const
bool BucketHasBeenSet() const
void SetCustomizedAccessLogTag(CustomizedAccessLogTagT &&value)
const Aws::Map< Aws::String, Aws::String > & GetCustomizedAccessLogTag() const
GetBucketAbacRequest & AddCustomizedAccessLogTag(CustomizedAccessLogTagKeyT &&key, CustomizedAccessLogTagValueT &&value)
GetBucketAbacRequest & WithCustomizedAccessLogTag(CustomizedAccessLogTagT &&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