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