7#include <aws/elasticfilesystem/EFS_EXPORTS.h>
8#include <aws/elasticfilesystem/model/ReplicationOverwriteProtection.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
68 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
UpdateFileSystemProtectionResult & WithRequestId(Aws::String &&value)
void SetRequestId(const char *value)
AWS_EFS_API UpdateFileSystemProtectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetRequestId(Aws::String &&value)
AWS_EFS_API UpdateFileSystemProtectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateFileSystemProtectionResult & WithReplicationOverwriteProtection(ReplicationOverwriteProtection &&value)
AWS_EFS_API UpdateFileSystemProtectionResult()
void SetRequestId(const Aws::String &value)
UpdateFileSystemProtectionResult & WithRequestId(const char *value)
void SetReplicationOverwriteProtection(ReplicationOverwriteProtection &&value)
UpdateFileSystemProtectionResult & WithReplicationOverwriteProtection(const ReplicationOverwriteProtection &value)
void SetReplicationOverwriteProtection(const ReplicationOverwriteProtection &value)
const ReplicationOverwriteProtection & GetReplicationOverwriteProtection() const
UpdateFileSystemProtectionResult & WithRequestId(const Aws::String &value)
ReplicationOverwriteProtection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue