7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/s3control/S3ControlRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ConfigIdT = Aws::String>
48 void SetConfigId(ConfigIdT&& value) { m_configIdHasBeenSet =
true; m_configId = std::forward<ConfigIdT>(value); }
49 template<
typename ConfigIdT = Aws::String>
59 template<
typename AccountIdT = Aws::String>
60 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
61 template<
typename AccountIdT = Aws::String>
67 bool m_configIdHasBeenSet =
false;
70 bool m_accountIdHasBeenSet =
false;
void SetAccountId(AccountIdT &&value)
GetStorageLensConfigurationRequest & WithAccountId(AccountIdT &&value)
GetStorageLensConfigurationRequest & WithConfigId(ConfigIdT &&value)
bool ConfigIdHasBeenSet() const
const Aws::String & GetAccountId() const
AWS_S3CONTROL_API EndpointParameters GetEndpointContextParams() const override
AWS_S3CONTROL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool AccountIdHasBeenSet() const
void SetConfigId(ConfigIdT &&value)
const Aws::String & GetConfigId() const
virtual const char * GetServiceRequestName() const override
AWS_S3CONTROL_API Aws::String SerializePayload() const override
AWS_S3CONTROL_API GetStorageLensConfigurationRequest()=default
Aws::Endpoint::EndpointParameters EndpointParameters
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String