7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3control/S3ControlRequest.h>
9#include <aws/s3control/S3Control_EXPORTS.h>
45 template <
typename AccountIdT = Aws::String>
47 m_accountIdHasBeenSet =
true;
48 m_accountId = std::forward<AccountIdT>(value);
50 template <
typename AccountIdT = Aws::String>
73 template <
typename BucketT = Aws::String>
75 m_bucketHasBeenSet =
true;
76 m_bucket = std::forward<BucketT>(value);
78 template <
typename BucketT = Aws::String>
88 bool m_accountIdHasBeenSet =
false;
89 bool m_bucketHasBeenSet =
false;
AWS_S3CONTROL_API DeleteBucketReplicationRequest()=default
const Aws::String & GetAccountId() const
bool AccountIdHasBeenSet() const
void SetAccountId(AccountIdT &&value)
AWS_S3CONTROL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetBucket() const
AWS_S3CONTROL_API EndpointParameters GetEndpointContextParams() const override
DeleteBucketReplicationRequest & WithBucket(BucketT &&value)
bool BucketHasBeenSet() const
void SetBucket(BucketT &&value)
virtual const char * GetServiceRequestName() const override
DeleteBucketReplicationRequest & WithAccountId(AccountIdT &&value)
AWS_S3CONTROL_API Aws::String SerializePayload() const override
Aws::Endpoint::EndpointParameters EndpointParameters
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String