7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3control/S3ControlRequest.h>
9#include <aws/s3control/S3Control_EXPORTS.h>
10#include <aws/s3control/model/LifecycleConfiguration.h>
47 template <
typename AccountIdT = Aws::String>
49 m_accountIdHasBeenSet =
true;
50 m_accountId = std::forward<AccountIdT>(value);
52 template <
typename AccountIdT = Aws::String>
65 template <
typename BucketT = Aws::String>
67 m_bucketHasBeenSet =
true;
68 m_bucket = std::forward<BucketT>(value);
70 template <
typename BucketT = Aws::String>
83 template <
typename LifecycleConfigurationT = LifecycleConfiguration>
85 m_lifecycleConfigurationHasBeenSet =
true;
86 m_lifecycleConfiguration = std::forward<LifecycleConfigurationT>(value);
88 template <
typename LifecycleConfigurationT = LifecycleConfiguration>
100 bool m_accountIdHasBeenSet =
false;
101 bool m_bucketHasBeenSet =
false;
102 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