7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/elasticfilesystem/EFS_EXPORTS.h>
12#include <aws/elasticfilesystem/model/FileSystemProtectionDescription.h>
13#include <aws/elasticfilesystem/model/FileSystemSize.h>
14#include <aws/elasticfilesystem/model/LifeCycleState.h>
15#include <aws/elasticfilesystem/model/PerformanceMode.h>
16#include <aws/elasticfilesystem/model/Tag.h>
17#include <aws/elasticfilesystem/model/ThroughputMode.h>
22template <
typename RESULT_TYPE>
23class AmazonWebServiceResult;
48 template <
typename OwnerIdT = Aws::String>
50 m_ownerIdHasBeenSet =
true;
51 m_ownerId = std::forward<OwnerIdT>(value);
53 template <
typename OwnerIdT = Aws::String>
65 template <
typename CreationTokenT = Aws::String>
67 m_creationTokenHasBeenSet =
true;
68 m_creationToken = std::forward<CreationTokenT>(value);
70 template <
typename CreationTokenT = Aws::String>
82 template <
typename FileSystemIdT = Aws::String>
84 m_fileSystemIdHasBeenSet =
true;
85 m_fileSystemId = std::forward<FileSystemIdT>(value);
87 template <
typename FileSystemIdT = Aws::String>
103 template <
typename FileSystemArnT = Aws::String>
105 m_fileSystemArnHasBeenSet =
true;
106 m_fileSystemArn = std::forward<FileSystemArnT>(value);
108 template <
typename FileSystemArnT = Aws::String>
121 template <
typename CreationTimeT = Aws::Utils::DateTime>
123 m_creationTimeHasBeenSet =
true;
124 m_creationTime = std::forward<CreationTimeT>(value);
126 template <
typename CreationTimeT = Aws::Utils::DateTime>
139 m_lifeCycleStateHasBeenSet =
true;
140 m_lifeCycleState = value;
155 template <
typename NameT = Aws::String>
157 m_nameHasBeenSet =
true;
158 m_name = std::forward<NameT>(value);
160 template <
typename NameT = Aws::String>
162 SetName(std::forward<NameT>(value));
174 m_numberOfMountTargetsHasBeenSet =
true;
175 m_numberOfMountTargets = value;
197 template <
typename SizeInBytesT = FileSystemSize>
199 m_sizeInBytesHasBeenSet =
true;
200 m_sizeInBytes = std::forward<SizeInBytesT>(value);
202 template <
typename SizeInBytesT = FileSystemSize>
215 m_performanceModeHasBeenSet =
true;
216 m_performanceMode = value;
231 m_encryptedHasBeenSet =
true;
245 template <
typename KmsKeyIdT = Aws::String>
247 m_kmsKeyIdHasBeenSet =
true;
248 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
250 template <
typename KmsKeyIdT = Aws::String>
265 m_throughputModeHasBeenSet =
true;
266 m_throughputMode = value;
282 m_provisionedThroughputInMibpsHasBeenSet =
true;
283 m_provisionedThroughputInMibps = value;
300 template <
typename AvailabilityZoneNameT = Aws::String>
302 m_availabilityZoneNameHasBeenSet =
true;
303 m_availabilityZoneName = std::forward<AvailabilityZoneNameT>(value);
305 template <
typename AvailabilityZoneNameT = Aws::String>
321 template <
typename AvailabilityZoneIdT = Aws::String>
323 m_availabilityZoneIdHasBeenSet =
true;
324 m_availabilityZoneId = std::forward<AvailabilityZoneIdT>(value);
326 template <
typename AvailabilityZoneIdT = Aws::String>
339 template <
typename TagsT = Aws::Vector<Tag>>
341 m_tagsHasBeenSet =
true;
342 m_tags = std::forward<TagsT>(value);
344 template <
typename TagsT = Aws::Vector<Tag>>
346 SetTags(std::forward<TagsT>(value));
349 template <
typename TagsT = Tag>
351 m_tagsHasBeenSet =
true;
352 m_tags.emplace_back(std::forward<TagsT>(value));
362 template <
typename FileSystemProtectionT = FileSystemProtectionDescription>
364 m_fileSystemProtectionHasBeenSet =
true;
365 m_fileSystemProtection = std::forward<FileSystemProtectionT>(value);
367 template <
typename FileSystemProtectionT = FileSystemProtectionDescription>
377 template <
typename RequestIdT = Aws::String>
379 m_requestIdHasBeenSet =
true;
380 m_requestId = std::forward<RequestIdT>(value);
382 template <
typename RequestIdT = Aws::String>
405 int m_numberOfMountTargets{0};
407 FileSystemSize m_sizeInBytes;
411 bool m_encrypted{
false};
417 double m_provisionedThroughputInMibps{0.0};
425 FileSystemProtectionDescription m_fileSystemProtection;
429 bool m_ownerIdHasBeenSet =
false;
430 bool m_creationTokenHasBeenSet =
false;
431 bool m_fileSystemIdHasBeenSet =
false;
432 bool m_fileSystemArnHasBeenSet =
false;
433 bool m_creationTimeHasBeenSet =
false;
434 bool m_lifeCycleStateHasBeenSet =
false;
435 bool m_nameHasBeenSet =
false;
436 bool m_numberOfMountTargetsHasBeenSet =
false;
437 bool m_sizeInBytesHasBeenSet =
false;
438 bool m_performanceModeHasBeenSet =
false;
439 bool m_encryptedHasBeenSet =
false;
440 bool m_kmsKeyIdHasBeenSet =
false;
441 bool m_throughputModeHasBeenSet =
false;
442 bool m_provisionedThroughputInMibpsHasBeenSet =
false;
443 bool m_availabilityZoneNameHasBeenSet =
false;
444 bool m_availabilityZoneIdHasBeenSet =
false;
445 bool m_tagsHasBeenSet =
false;
446 bool m_fileSystemProtectionHasBeenSet =
false;
447 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetName() const
UpdateFileSystemResult & WithName(NameT &&value)
void SetFileSystemId(FileSystemIdT &&value)
AWS_EFS_API UpdateFileSystemResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetAvailabilityZoneName() const
void SetRequestId(RequestIdT &&value)
UpdateFileSystemResult & WithRequestId(RequestIdT &&value)
UpdateFileSystemResult & WithSizeInBytes(SizeInBytesT &&value)
UpdateFileSystemResult & WithPerformanceMode(PerformanceMode value)
const Aws::Vector< Tag > & GetTags() const
void SetPerformanceMode(PerformanceMode value)
const Aws::String & GetKmsKeyId() const
LifeCycleState GetLifeCycleState() const
UpdateFileSystemResult & WithCreationToken(CreationTokenT &&value)
const FileSystemSize & GetSizeInBytes() const
bool GetEncrypted() const
UpdateFileSystemResult & AddTags(TagsT &&value)
void SetAvailabilityZoneId(AvailabilityZoneIdT &&value)
int GetNumberOfMountTargets() const
UpdateFileSystemResult & WithFileSystemProtection(FileSystemProtectionT &&value)
const Aws::String & GetFileSystemId() const
UpdateFileSystemResult & WithAvailabilityZoneId(AvailabilityZoneIdT &&value)
UpdateFileSystemResult & WithCreationTime(CreationTimeT &&value)
PerformanceMode GetPerformanceMode() const
const Aws::String & GetRequestId() const
void SetAvailabilityZoneName(AvailabilityZoneNameT &&value)
UpdateFileSystemResult & WithKmsKeyId(KmsKeyIdT &&value)
UpdateFileSystemResult & WithEncrypted(bool value)
void SetKmsKeyId(KmsKeyIdT &&value)
const Aws::String & GetOwnerId() const
const Aws::String & GetCreationToken() const
void SetThroughputMode(ThroughputMode value)
UpdateFileSystemResult & WithNumberOfMountTargets(int value)
ThroughputMode GetThroughputMode() const
UpdateFileSystemResult & WithFileSystemId(FileSystemIdT &&value)
const Aws::String & GetAvailabilityZoneId() const
double GetProvisionedThroughputInMibps() const
AWS_EFS_API UpdateFileSystemResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNumberOfMountTargets(int value)
void SetProvisionedThroughputInMibps(double value)
const FileSystemProtectionDescription & GetFileSystemProtection() const
void SetFileSystemArn(FileSystemArnT &&value)
void SetLifeCycleState(LifeCycleState value)
void SetName(NameT &&value)
UpdateFileSystemResult & WithOwnerId(OwnerIdT &&value)
void SetFileSystemProtection(FileSystemProtectionT &&value)
UpdateFileSystemResult & WithLifeCycleState(LifeCycleState value)
UpdateFileSystemResult & WithTags(TagsT &&value)
UpdateFileSystemResult & WithThroughputMode(ThroughputMode value)
AWS_EFS_API UpdateFileSystemResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetFileSystemArn() const
UpdateFileSystemResult & WithAvailabilityZoneName(AvailabilityZoneNameT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
UpdateFileSystemResult & WithProvisionedThroughputInMibps(double value)
void SetCreationToken(CreationTokenT &&value)
UpdateFileSystemResult & WithFileSystemArn(FileSystemArnT &&value)
void SetTags(TagsT &&value)
void SetOwnerId(OwnerIdT &&value)
void SetEncrypted(bool value)
void SetSizeInBytes(SizeInBytesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue