7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/s3control/S3ControlRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/s3control/model/LifecycleConfiguration.h>
50 template<
typename AccountIdT = Aws::String>
51 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
52 template<
typename AccountIdT = Aws::String>
62 template<
typename BucketT = Aws::String>
63 void SetBucket(BucketT&& value) { m_bucketHasBeenSet =
true; m_bucket = std::forward<BucketT>(value); }
64 template<
typename BucketT = Aws::String>
74 template<
typename LifecycleConfigurationT = LifecycleConfiguration>
75 void SetLifecycleConfiguration(LifecycleConfigurationT&& value) { m_lifecycleConfigurationHasBeenSet =
true; m_lifecycleConfiguration = std::forward<LifecycleConfigurationT>(value); }
76 template<
typename LifecycleConfigurationT = LifecycleConfiguration>
82 bool m_accountIdHasBeenSet =
false;
85 bool m_bucketHasBeenSet =
false;
88 bool m_lifecycleConfigurationHasBeenSet =
false;
const LifecycleConfiguration & GetLifecycleConfiguration() const
bool AccountIdHasBeenSet() const
PutBucketLifecycleConfigurationRequest & WithLifecycleConfiguration(LifecycleConfigurationT &&value)
AWS_S3CONTROL_API bool ShouldComputeContentMd5() const override
AWS_S3CONTROL_API Aws::String SerializePayload() const override
bool LifecycleConfigurationHasBeenSet() const
PutBucketLifecycleConfigurationRequest & WithAccountId(AccountIdT &&value)
const Aws::String & GetBucket() const
void SetLifecycleConfiguration(LifecycleConfigurationT &&value)
AWS_S3CONTROL_API PutBucketLifecycleConfigurationRequest()=default
const Aws::String & GetAccountId() const
AWS_S3CONTROL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetAccountId(AccountIdT &&value)
void SetBucket(BucketT &&value)
PutBucketLifecycleConfigurationRequest & WithBucket(BucketT &&value)
bool BucketHasBeenSet() const
AWS_S3CONTROL_API EndpointParameters GetEndpointContextParams() const override
virtual const char * GetServiceRequestName() 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