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/ThroughputMode.h>
38 template <
typename FileSystemIdT = Aws::String>
40 m_fileSystemIdHasBeenSet =
true;
41 m_fileSystemId = std::forward<FileSystemIdT>(value);
43 template <
typename FileSystemIdT = Aws::String>
60 m_throughputModeHasBeenSet =
true;
61 m_throughputMode = value;
82 m_provisionedThroughputInMibpsHasBeenSet =
true;
83 m_provisionedThroughputInMibps = value;
95 double m_provisionedThroughputInMibps{0.0};
96 bool m_fileSystemIdHasBeenSet =
false;
97 bool m_throughputModeHasBeenSet =
false;
98 bool m_provisionedThroughputInMibpsHasBeenSet =
false;
void SetThroughputMode(ThroughputMode value)
bool FileSystemIdHasBeenSet() const
void SetFileSystemId(FileSystemIdT &&value)
bool ProvisionedThroughputInMibpsHasBeenSet() const
void SetProvisionedThroughputInMibps(double value)
bool ThroughputModeHasBeenSet() const
AWS_EFS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
ThroughputMode GetThroughputMode() const
UpdateFileSystemRequest & WithProvisionedThroughputInMibps(double value)
double GetProvisionedThroughputInMibps() const
const Aws::String & GetFileSystemId() const
UpdateFileSystemRequest & WithFileSystemId(FileSystemIdT &&value)
AWS_EFS_API UpdateFileSystemRequest()=default
UpdateFileSystemRequest & WithThroughputMode(ThroughputMode value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String