7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/elasticfilesystem/EFSRequest.h>
9#include <aws/elasticfilesystem/EFS_EXPORTS.h>
10#include <aws/elasticfilesystem/model/ReplicationOverwriteProtection.h>
38 template <
typename FileSystemIdT = Aws::String>
40 m_fileSystemIdHasBeenSet =
true;
41 m_fileSystemId = std::forward<FileSystemIdT>(value);
43 template <
typename FileSystemIdT = Aws::String>
68 m_replicationOverwriteProtectionHasBeenSet =
true;
69 m_replicationOverwriteProtection = value;
80 bool m_fileSystemIdHasBeenSet =
false;
81 bool m_replicationOverwriteProtectionHasBeenSet =
false;
const Aws::String & GetFileSystemId() const
UpdateFileSystemProtectionRequest & WithReplicationOverwriteProtection(ReplicationOverwriteProtection value)
void SetReplicationOverwriteProtection(ReplicationOverwriteProtection value)
AWS_EFS_API Aws::String SerializePayload() const override
void SetFileSystemId(FileSystemIdT &&value)
UpdateFileSystemProtectionRequest & WithFileSystemId(FileSystemIdT &&value)
virtual const char * GetServiceRequestName() const override
ReplicationOverwriteProtection GetReplicationOverwriteProtection() const
AWS_EFS_API UpdateFileSystemProtectionRequest()=default
bool ReplicationOverwriteProtectionHasBeenSet() const
bool FileSystemIdHasBeenSet() const
ReplicationOverwriteProtection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String