7#include <aws/elasticfilesystem/EFS_EXPORTS.h>
8#include <aws/elasticfilesystem/EFSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/elasticfilesystem/model/ReplicationOverwriteProtection.h>
42 template<
typename FileSystemIdT = Aws::String>
43 void SetFileSystemId(FileSystemIdT&& value) { m_fileSystemIdHasBeenSet =
true; m_fileSystemId = std::forward<FileSystemIdT>(value); }
44 template<
typename FileSystemIdT = Aws::String>
71 bool m_fileSystemIdHasBeenSet =
false;
74 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