7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/s3-crt/model/ObjectLockConfiguration.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); }
GetObjectLockConfigurationResult & WithRequestId(const Aws::String &value)
GetObjectLockConfigurationResult & WithRequestId(const char *value)
AWS_S3CRT_API GetObjectLockConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetRequestId(const Aws::String &value)
void SetObjectLockConfiguration(ObjectLockConfiguration &&value)
void SetRequestId(const char *value)
void SetObjectLockConfiguration(const ObjectLockConfiguration &value)
GetObjectLockConfigurationResult & WithRequestId(Aws::String &&value)
const ObjectLockConfiguration & GetObjectLockConfiguration() const
const Aws::String & GetRequestId() const
GetObjectLockConfigurationResult & WithObjectLockConfiguration(const ObjectLockConfiguration &value)
void SetRequestId(Aws::String &&value)
GetObjectLockConfigurationResult & WithObjectLockConfiguration(ObjectLockConfiguration &&value)
AWS_S3CRT_API GetObjectLockConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_S3CRT_API GetObjectLockConfigurationResult()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument