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/StorageLensConfiguration.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/s3control/model/StorageLensTag.h>
50 template<
typename ConfigIdT = Aws::String>
51 void SetConfigId(ConfigIdT&& value) { m_configIdHasBeenSet =
true; m_configId = std::forward<ConfigIdT>(value); }
52 template<
typename ConfigIdT = Aws::String>
62 template<
typename AccountIdT = Aws::String>
63 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
64 template<
typename AccountIdT = Aws::String>
74 template<
typename StorageLensConfigurationT = StorageLensConfiguration>
75 void SetStorageLensConfiguration(StorageLensConfigurationT&& value) { m_storageLensConfigurationHasBeenSet =
true; m_storageLensConfiguration = std::forward<StorageLensConfigurationT>(value); }
76 template<
typename StorageLensConfigurationT = StorageLensConfiguration>
87 template<
typename TagsT = Aws::Vector<StorageLensTag>>
88 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
89 template<
typename TagsT = Aws::Vector<StorageLensTag>>
91 template<
typename TagsT = StorageLensTag>
97 bool m_configIdHasBeenSet =
false;
100 bool m_accountIdHasBeenSet =
false;
103 bool m_storageLensConfigurationHasBeenSet =
false;
106 bool m_tagsHasBeenSet =
false;
bool StorageLensConfigurationHasBeenSet() const
void SetTags(TagsT &&value)
PutStorageLensConfigurationRequest & AddTags(TagsT &&value)
AWS_S3CONTROL_API EndpointParameters GetEndpointContextParams() const override
void SetAccountId(AccountIdT &&value)
PutStorageLensConfigurationRequest & WithConfigId(ConfigIdT &&value)
virtual const char * GetServiceRequestName() const override
const StorageLensConfiguration & GetStorageLensConfiguration() const
const Aws::String & GetAccountId() const
AWS_S3CONTROL_API Aws::String SerializePayload() const override
void SetConfigId(ConfigIdT &&value)
bool ConfigIdHasBeenSet() const
bool TagsHasBeenSet() const
PutStorageLensConfigurationRequest & WithAccountId(AccountIdT &&value)
AWS_S3CONTROL_API PutStorageLensConfigurationRequest()=default
const Aws::String & GetConfigId() const
void SetStorageLensConfiguration(StorageLensConfigurationT &&value)
bool AccountIdHasBeenSet() const
AWS_S3CONTROL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Vector< StorageLensTag > & GetTags() const
PutStorageLensConfigurationRequest & WithTags(TagsT &&value)
PutStorageLensConfigurationRequest & WithStorageLensConfiguration(StorageLensConfigurationT &&value)
Aws::Endpoint::EndpointParameters EndpointParameters
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector