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/core/utils/memory/stl/AWSMap.h>
58 inline void SetBucket(
const char* value) { m_bucketHasBeenSet =
true; m_bucket.assign(value); }
74 inline void SetExpectedBucketOwner(
const char* value) { m_expectedBucketOwnerHasBeenSet =
true; m_expectedBucketOwner.assign(value); }
99 bool m_bucketHasBeenSet =
false;
102 bool m_expectedBucketOwnerHasBeenSet =
false;
105 bool m_customizedAccessLogTagHasBeenSet =
false;
GetBucketPolicyStatusRequest & WithExpectedBucketOwner(const char *value)
GetBucketPolicyStatusRequest & WithBucket(const char *value)
void SetExpectedBucketOwner(const char *value)
GetBucketPolicyStatusRequest & WithCustomizedAccessLogTag(Aws::Map< Aws::String, Aws::String > &&value)
GetBucketPolicyStatusRequest & WithExpectedBucketOwner(Aws::String &&value)
void SetCustomizedAccessLogTag(Aws::Map< Aws::String, Aws::String > &&value)
AWS_S3_API Aws::String SerializePayload() const override
void SetCustomizedAccessLogTag(const Aws::Map< Aws::String, Aws::String > &value)
GetBucketPolicyStatusRequest & AddCustomizedAccessLogTag(Aws::String &&key, const char *value)
void SetBucket(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetBucket(const Aws::String &value)
GetBucketPolicyStatusRequest & WithBucket(Aws::String &&value)
GetBucketPolicyStatusRequest & WithExpectedBucketOwner(const Aws::String &value)
AWS_S3_API bool HasEmbeddedError(IOStream &body, const Http::HeaderValueCollection &header) const override
GetBucketPolicyStatusRequest & WithBucket(const Aws::String &value)
GetBucketPolicyStatusRequest & AddCustomizedAccessLogTag(const char *key, Aws::String &&value)
GetBucketPolicyStatusRequest & AddCustomizedAccessLogTag(const Aws::String &key, const Aws::String &value)
bool BucketHasBeenSet() const
GetBucketPolicyStatusRequest & AddCustomizedAccessLogTag(const Aws::String &key, Aws::String &&value)
AWS_S3_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetBucket(const char *value)
GetBucketPolicyStatusRequest & WithCustomizedAccessLogTag(const Aws::Map< Aws::String, Aws::String > &value)
bool CustomizedAccessLogTagHasBeenSet() const
GetBucketPolicyStatusRequest & AddCustomizedAccessLogTag(Aws::String &&key, const Aws::String &value)
AWS_S3_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetExpectedBucketOwner() const
AWS_S3_API GetBucketPolicyStatusRequest()
const Aws::Map< Aws::String, Aws::String > & GetCustomizedAccessLogTag() const
bool ExpectedBucketOwnerHasBeenSet() const
GetBucketPolicyStatusRequest & AddCustomizedAccessLogTag(Aws::String &&key, Aws::String &&value)
const Aws::String & GetBucket() const
GetBucketPolicyStatusRequest & AddCustomizedAccessLogTag(const char *key, const char *value)
void SetExpectedBucketOwner(Aws::String &&value)
AWS_S3_API EndpointParameters GetEndpointContextParams() const override
void SetExpectedBucketOwner(const Aws::String &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_iostream< char, std::char_traits< char > > IOStream
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String