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>
44 inline void SetFileSystemId(
const char* value) { m_fileSystemIdHasBeenSet =
true; m_fileSystemId.assign(value); }
75 bool m_fileSystemIdHasBeenSet =
false;
78 bool m_replicationOverwriteProtectionHasBeenSet =
false;
const Aws::String & GetFileSystemId() const
AWS_EFS_API UpdateFileSystemProtectionRequest()
UpdateFileSystemProtectionRequest & WithFileSystemId(const Aws::String &value)
void SetReplicationOverwriteProtection(const ReplicationOverwriteProtection &value)
AWS_EFS_API Aws::String SerializePayload() const override
UpdateFileSystemProtectionRequest & WithReplicationOverwriteProtection(const ReplicationOverwriteProtection &value)
UpdateFileSystemProtectionRequest & WithFileSystemId(const char *value)
const ReplicationOverwriteProtection & GetReplicationOverwriteProtection() const
void SetFileSystemId(const char *value)
void SetFileSystemId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetReplicationOverwriteProtection(ReplicationOverwriteProtection &&value)
UpdateFileSystemProtectionRequest & WithFileSystemId(Aws::String &&value)
bool ReplicationOverwriteProtectionHasBeenSet() const
bool FileSystemIdHasBeenSet() const
void SetFileSystemId(const Aws::String &value)
UpdateFileSystemProtectionRequest & WithReplicationOverwriteProtection(ReplicationOverwriteProtection &&value)
ReplicationOverwriteProtection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String