7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/s3control/model/StorageLensConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
52 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
const Aws::String & GetRequestId() const
GetStorageLensConfigurationResult & WithRequestId(const char *value)
void SetRequestId(const char *value)
void SetRequestId(Aws::String &&value)
void SetStorageLensConfiguration(const StorageLensConfiguration &value)
GetStorageLensConfigurationResult & WithRequestId(Aws::String &&value)
AWS_S3CONTROL_API GetStorageLensConfigurationResult()
GetStorageLensConfigurationResult & WithStorageLensConfiguration(StorageLensConfiguration &&value)
AWS_S3CONTROL_API GetStorageLensConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const StorageLensConfiguration & GetStorageLensConfiguration() const
GetStorageLensConfigurationResult & WithStorageLensConfiguration(const StorageLensConfiguration &value)
AWS_S3CONTROL_API GetStorageLensConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
GetStorageLensConfigurationResult & WithRequestId(const Aws::String &value)
void SetStorageLensConfiguration(StorageLensConfiguration &&value)
void SetRequestId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument