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/PerformanceMode.h>
11#include <aws/elasticfilesystem/model/ThroughputMode.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/elasticfilesystem/model/Tag.h>
15#include <aws/core/utils/UUID.h>
49 inline void SetCreationToken(
const char* value) { m_creationTokenHasBeenSet =
true; m_creationToken.assign(value); }
86 inline void SetEncrypted(
bool value) { m_encryptedHasBeenSet =
true; m_encrypted = value; }
113 inline void SetKmsKeyId(
const char* value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId.assign(value); }
171 inline void SetAvailabilityZoneName(
const char* value) { m_availabilityZoneNameHasBeenSet =
true; m_availabilityZoneName.assign(value); }
192 inline void SetBackup(
bool value) { m_backupHasBeenSet =
true; m_backup = value; }
218 bool m_creationTokenHasBeenSet =
false;
221 bool m_performanceModeHasBeenSet =
false;
224 bool m_encryptedHasBeenSet =
false;
227 bool m_kmsKeyIdHasBeenSet =
false;
230 bool m_throughputModeHasBeenSet =
false;
232 double m_provisionedThroughputInMibps;
233 bool m_provisionedThroughputInMibpsHasBeenSet =
false;
236 bool m_availabilityZoneNameHasBeenSet =
false;
239 bool m_backupHasBeenSet =
false;
242 bool m_tagsHasBeenSet =
false;
void SetTags(const Aws::Vector< Tag > &value)
void SetTags(Aws::Vector< Tag > &&value)
CreateFileSystemRequest & AddTags(Tag &&value)
bool GetEncrypted() const
const ThroughputMode & GetThroughputMode() const
void SetThroughputMode(ThroughputMode &&value)
const Aws::String & GetCreationToken() const
CreateFileSystemRequest & WithProvisionedThroughputInMibps(double value)
bool ProvisionedThroughputInMibpsHasBeenSet() const
CreateFileSystemRequest & WithCreationToken(Aws::String &&value)
CreateFileSystemRequest & WithAvailabilityZoneName(const Aws::String &value)
void SetCreationToken(const char *value)
CreateFileSystemRequest & WithKmsKeyId(const Aws::String &value)
CreateFileSystemRequest & WithCreationToken(const Aws::String &value)
const Aws::String & GetKmsKeyId() const
CreateFileSystemRequest & WithEncrypted(bool value)
bool ThroughputModeHasBeenSet() const
bool KmsKeyIdHasBeenSet() const
CreateFileSystemRequest & WithCreationToken(const char *value)
CreateFileSystemRequest & WithTags(Aws::Vector< Tag > &&value)
void SetKmsKeyId(Aws::String &&value)
void SetProvisionedThroughputInMibps(double value)
bool EncryptedHasBeenSet() const
CreateFileSystemRequest & WithTags(const Aws::Vector< Tag > &value)
CreateFileSystemRequest & WithAvailabilityZoneName(const char *value)
CreateFileSystemRequest & WithAvailabilityZoneName(Aws::String &&value)
void SetAvailabilityZoneName(Aws::String &&value)
CreateFileSystemRequest & WithThroughputMode(const ThroughputMode &value)
void SetPerformanceMode(PerformanceMode &&value)
void SetKmsKeyId(const Aws::String &value)
CreateFileSystemRequest & WithBackup(bool value)
void SetThroughputMode(const ThroughputMode &value)
const PerformanceMode & GetPerformanceMode() const
void SetAvailabilityZoneName(const char *value)
void SetCreationToken(Aws::String &&value)
bool BackupHasBeenSet() const
bool TagsHasBeenSet() const
bool AvailabilityZoneNameHasBeenSet() const
bool PerformanceModeHasBeenSet() const
CreateFileSystemRequest & WithPerformanceMode(const PerformanceMode &value)
CreateFileSystemRequest & AddTags(const Tag &value)
void SetPerformanceMode(const PerformanceMode &value)
bool CreationTokenHasBeenSet() const
AWS_EFS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
double GetProvisionedThroughputInMibps() const
void SetCreationToken(const Aws::String &value)
void SetKmsKeyId(const char *value)
CreateFileSystemRequest & WithKmsKeyId(const char *value)
void SetAvailabilityZoneName(const Aws::String &value)
void SetBackup(bool value)
CreateFileSystemRequest & WithThroughputMode(ThroughputMode &&value)
CreateFileSystemRequest & WithKmsKeyId(Aws::String &&value)
CreateFileSystemRequest & WithPerformanceMode(PerformanceMode &&value)
void SetEncrypted(bool value)
AWS_EFS_API CreateFileSystemRequest()
const Aws::String & GetAvailabilityZoneName() const
const Aws::Vector< Tag > & GetTags() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector