7#include <aws/elasticfilesystem/EFS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/elasticfilesystem/model/LifeCycleState.h>
11#include <aws/elasticfilesystem/model/FileSystemSize.h>
12#include <aws/elasticfilesystem/model/PerformanceMode.h>
13#include <aws/elasticfilesystem/model/ThroughputMode.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
15#include <aws/elasticfilesystem/model/FileSystemProtectionDescription.h>
16#include <aws/elasticfilesystem/model/Tag.h>
54 template<
typename OwnerIdT = Aws::String>
55 void SetOwnerId(OwnerIdT&& value) { m_ownerIdHasBeenSet =
true; m_ownerId = std::forward<OwnerIdT>(value); }
56 template<
typename OwnerIdT = Aws::String>
66 template<
typename CreationTokenT = Aws::String>
67 void SetCreationToken(CreationTokenT&& value) { m_creationTokenHasBeenSet =
true; m_creationToken = std::forward<CreationTokenT>(value); }
68 template<
typename CreationTokenT = Aws::String>
78 template<
typename FileSystemIdT = Aws::String>
79 void SetFileSystemId(FileSystemIdT&& value) { m_fileSystemIdHasBeenSet =
true; m_fileSystemId = std::forward<FileSystemIdT>(value); }
80 template<
typename FileSystemIdT = Aws::String>
94 template<
typename FileSystemArnT = Aws::String>
95 void SetFileSystemArn(FileSystemArnT&& value) { m_fileSystemArnHasBeenSet =
true; m_fileSystemArn = std::forward<FileSystemArnT>(value); }
96 template<
typename FileSystemArnT = Aws::String>
107 template<
typename CreationTimeT = Aws::Utils::DateTime>
108 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
109 template<
typename CreationTimeT = Aws::Utils::DateTime>
131 template<
typename NameT = Aws::String>
132 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
133 template<
typename NameT = Aws::String>
163 template<
typename SizeInBytesT = FileSystemSize>
164 void SetSizeInBytes(SizeInBytesT&& value) { m_sizeInBytesHasBeenSet =
true; m_sizeInBytes = std::forward<SizeInBytesT>(value); }
165 template<
typename SizeInBytesT = FileSystemSize>
186 inline void SetEncrypted(
bool value) { m_encryptedHasBeenSet =
true; m_encrypted = value; }
196 template<
typename KmsKeyIdT = Aws::String>
197 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
198 template<
typename KmsKeyIdT = Aws::String>
236 template<
typename AvailabilityZoneNameT = Aws::String>
237 void SetAvailabilityZoneName(AvailabilityZoneNameT&& value) { m_availabilityZoneNameHasBeenSet =
true; m_availabilityZoneName = std::forward<AvailabilityZoneNameT>(value); }
238 template<
typename AvailabilityZoneNameT = Aws::String>
252 template<
typename AvailabilityZoneIdT = Aws::String>
253 void SetAvailabilityZoneId(AvailabilityZoneIdT&& value) { m_availabilityZoneIdHasBeenSet =
true; m_availabilityZoneId = std::forward<AvailabilityZoneIdT>(value); }
254 template<
typename AvailabilityZoneIdT = Aws::String>
265 template<
typename TagsT = Aws::Vector<Tag>>
266 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
267 template<
typename TagsT = Aws::Vector<Tag>>
269 template<
typename TagsT = Tag>
279 template<
typename FileSystemProtectionT = FileSystemProtectionDescription>
280 void SetFileSystemProtection(FileSystemProtectionT&& value) { m_fileSystemProtectionHasBeenSet =
true; m_fileSystemProtection = std::forward<FileSystemProtectionT>(value); }
281 template<
typename FileSystemProtectionT = FileSystemProtectionDescription>
289 template<
typename RequestIdT = Aws::String>
290 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
291 template<
typename RequestIdT = Aws::String>
297 bool m_ownerIdHasBeenSet =
false;
300 bool m_creationTokenHasBeenSet =
false;
303 bool m_fileSystemIdHasBeenSet =
false;
306 bool m_fileSystemArnHasBeenSet =
false;
309 bool m_creationTimeHasBeenSet =
false;
312 bool m_lifeCycleStateHasBeenSet =
false;
315 bool m_nameHasBeenSet =
false;
317 int m_numberOfMountTargets{0};
318 bool m_numberOfMountTargetsHasBeenSet =
false;
320 FileSystemSize m_sizeInBytes;
321 bool m_sizeInBytesHasBeenSet =
false;
324 bool m_performanceModeHasBeenSet =
false;
326 bool m_encrypted{
false};
327 bool m_encryptedHasBeenSet =
false;
330 bool m_kmsKeyIdHasBeenSet =
false;
333 bool m_throughputModeHasBeenSet =
false;
335 double m_provisionedThroughputInMibps{0.0};
336 bool m_provisionedThroughputInMibpsHasBeenSet =
false;
339 bool m_availabilityZoneNameHasBeenSet =
false;
342 bool m_availabilityZoneIdHasBeenSet =
false;
345 bool m_tagsHasBeenSet =
false;
347 FileSystemProtectionDescription m_fileSystemProtection;
348 bool m_fileSystemProtectionHasBeenSet =
false;
351 bool m_requestIdHasBeenSet =
false;
void SetSizeInBytes(SizeInBytesT &&value)
void SetPerformanceMode(PerformanceMode value)
const Aws::Vector< Tag > & GetTags() const
bool FileSystemIdHasBeenSet() const
bool LifeCycleStateHasBeenSet() const
const Aws::String & GetCreationToken() const
void SetProvisionedThroughputInMibps(double value)
bool FileSystemArnHasBeenSet() const
const FileSystemProtectionDescription & GetFileSystemProtection() const
AWS_EFS_API Aws::Utils::Json::JsonValue Jsonize() const
FileSystemDescription & WithOwnerId(OwnerIdT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetName() const
void SetCreationTime(CreationTimeT &&value)
FileSystemDescription & WithName(NameT &&value)
FileSystemDescription & AddTags(TagsT &&value)
bool NumberOfMountTargetsHasBeenSet() const
void SetFileSystemArn(FileSystemArnT &&value)
void SetTags(TagsT &&value)
FileSystemDescription & WithRequestId(RequestIdT &&value)
bool EncryptedHasBeenSet() const
bool TagsHasBeenSet() const
const Aws::String & GetOwnerId() const
LifeCycleState GetLifeCycleState() const
bool GetEncrypted() const
const Aws::String & GetAvailabilityZoneName() const
void SetNumberOfMountTargets(int value)
AWS_EFS_API FileSystemDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetOwnerId(OwnerIdT &&value)
FileSystemDescription & WithAvailabilityZoneId(AvailabilityZoneIdT &&value)
FileSystemDescription & WithFileSystemId(FileSystemIdT &&value)
const Aws::String & GetKmsKeyId() const
void SetAvailabilityZoneName(AvailabilityZoneNameT &&value)
const FileSystemSize & GetSizeInBytes() const
void SetCreationToken(CreationTokenT &&value)
void SetLifeCycleState(LifeCycleState value)
const Aws::Utils::DateTime & GetCreationTime() const
FileSystemDescription & WithCreationTime(CreationTimeT &&value)
void SetAvailabilityZoneId(AvailabilityZoneIdT &&value)
void SetEncrypted(bool value)
FileSystemDescription & WithKmsKeyId(KmsKeyIdT &&value)
void SetFileSystemId(FileSystemIdT &&value)
const Aws::String & GetAvailabilityZoneId() const
FileSystemDescription & WithSizeInBytes(SizeInBytesT &&value)
FileSystemDescription & WithProvisionedThroughputInMibps(double value)
bool ThroughputModeHasBeenSet() const
bool RequestIdHasBeenSet() const
bool CreationTokenHasBeenSet() const
AWS_EFS_API FileSystemDescription()=default
void SetFileSystemProtection(FileSystemProtectionT &&value)
FileSystemDescription & WithLifeCycleState(LifeCycleState value)
FileSystemDescription & WithFileSystemArn(FileSystemArnT &&value)
bool AvailabilityZoneIdHasBeenSet() const
bool PerformanceModeHasBeenSet() const
FileSystemDescription & WithPerformanceMode(PerformanceMode value)
void SetKmsKeyId(KmsKeyIdT &&value)
FileSystemDescription & WithNumberOfMountTargets(int value)
bool AvailabilityZoneNameHasBeenSet() const
const Aws::String & GetFileSystemArn() const
const Aws::String & GetRequestId() const
void SetName(NameT &&value)
double GetProvisionedThroughputInMibps() const
FileSystemDescription & WithAvailabilityZoneName(AvailabilityZoneNameT &&value)
bool CreationTimeHasBeenSet() const
FileSystemDescription & WithTags(TagsT &&value)
FileSystemDescription & WithCreationToken(CreationTokenT &&value)
bool FileSystemProtectionHasBeenSet() const
bool ProvisionedThroughputInMibpsHasBeenSet() const
bool OwnerIdHasBeenSet() const
FileSystemDescription & WithEncrypted(bool value)
FileSystemDescription & WithFileSystemProtection(FileSystemProtectionT &&value)
PerformanceMode GetPerformanceMode() const
ThroughputMode GetThroughputMode() const
bool NameHasBeenSet() const
FileSystemDescription & WithThroughputMode(ThroughputMode value)
const Aws::String & GetFileSystemId() const
bool SizeInBytesHasBeenSet() const
AWS_EFS_API FileSystemDescription(Aws::Utils::Json::JsonView jsonValue)
void SetThroughputMode(ThroughputMode value)
int GetNumberOfMountTargets() const
bool KmsKeyIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue