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>
21template<
typename RESULT_TYPE>
22class AmazonWebServiceResult;
55 inline void SetOwnerId(
const char* value) { m_ownerId.assign(value); }
136 inline void SetName(
const char* value) { m_name.assign(value); }
200 inline void SetKmsKeyId(
const char* value) { m_kmsKeyId.assign(value); }
294 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
315 int m_numberOfMountTargets;
327 double m_provisionedThroughputInMibps;
const Aws::String & GetName() const
UpdateFileSystemResult & WithKmsKeyId(const char *value)
void SetAvailabilityZoneName(const char *value)
UpdateFileSystemResult & WithFileSystemId(const Aws::String &value)
UpdateFileSystemResult & WithFileSystemId(Aws::String &&value)
void SetFileSystemArn(const char *value)
void SetKmsKeyId(const char *value)
UpdateFileSystemResult & WithFileSystemArn(const char *value)
void SetTags(Aws::Vector< Tag > &&value)
void SetPerformanceMode(const PerformanceMode &value)
UpdateFileSystemResult & AddTags(const Tag &value)
void SetOwnerId(const Aws::String &value)
UpdateFileSystemResult & WithName(Aws::String &&value)
void SetSizeInBytes(FileSystemSize &&value)
AWS_EFS_API UpdateFileSystemResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateFileSystemResult & WithFileSystemId(const char *value)
UpdateFileSystemResult & WithPerformanceMode(const PerformanceMode &value)
void SetAvailabilityZoneName(const Aws::String &value)
const Aws::String & GetAvailabilityZoneName() const
void SetAvailabilityZoneId(const Aws::String &value)
void SetOwnerId(Aws::String &&value)
void SetName(const char *value)
UpdateFileSystemResult & WithTags(const Aws::Vector< Tag > &value)
const PerformanceMode & GetPerformanceMode() const
void SetTags(const Aws::Vector< Tag > &value)
const Aws::Vector< Tag > & GetTags() const
void SetCreationToken(const Aws::String &value)
UpdateFileSystemResult & WithOwnerId(const Aws::String &value)
void SetLifeCycleState(LifeCycleState &&value)
UpdateFileSystemResult & WithRequestId(Aws::String &&value)
const Aws::String & GetKmsKeyId() const
void SetKmsKeyId(const Aws::String &value)
UpdateFileSystemResult & WithFileSystemProtection(const FileSystemProtectionDescription &value)
UpdateFileSystemResult & WithKmsKeyId(const Aws::String &value)
UpdateFileSystemResult & WithOwnerId(Aws::String &&value)
UpdateFileSystemResult & AddTags(Tag &&value)
const FileSystemSize & GetSizeInBytes() const
UpdateFileSystemResult & WithThroughputMode(const ThroughputMode &value)
UpdateFileSystemResult & WithOwnerId(const char *value)
bool GetEncrypted() const
UpdateFileSystemResult & WithPerformanceMode(PerformanceMode &&value)
void SetAvailabilityZoneId(const char *value)
void SetPerformanceMode(PerformanceMode &&value)
UpdateFileSystemResult & WithCreationToken(const Aws::String &value)
void SetRequestId(const Aws::String &value)
UpdateFileSystemResult & WithAvailabilityZoneId(Aws::String &&value)
UpdateFileSystemResult & WithAvailabilityZoneId(const char *value)
void SetThroughputMode(const ThroughputMode &value)
UpdateFileSystemResult & WithName(const Aws::String &value)
void SetCreationTime(const Aws::Utils::DateTime &value)
void SetFileSystemId(const Aws::String &value)
int GetNumberOfMountTargets() const
UpdateFileSystemResult & WithSizeInBytes(const FileSystemSize &value)
UpdateFileSystemResult & WithAvailabilityZoneName(Aws::String &&value)
void SetLifeCycleState(const LifeCycleState &value)
const Aws::String & GetFileSystemId() const
UpdateFileSystemResult & WithName(const char *value)
void SetFileSystemArn(const Aws::String &value)
AWS_EFS_API UpdateFileSystemResult()
const Aws::String & GetRequestId() const
UpdateFileSystemResult & WithSizeInBytes(FileSystemSize &&value)
const LifeCycleState & GetLifeCycleState() const
UpdateFileSystemResult & WithCreationTime(Aws::Utils::DateTime &&value)
void SetFileSystemId(const char *value)
void SetAvailabilityZoneId(Aws::String &&value)
UpdateFileSystemResult & WithEncrypted(bool value)
void SetName(Aws::String &&value)
const Aws::String & GetOwnerId() const
const Aws::String & GetCreationToken() const
void SetCreationTime(Aws::Utils::DateTime &&value)
UpdateFileSystemResult & WithNumberOfMountTargets(int value)
UpdateFileSystemResult & WithFileSystemProtection(FileSystemProtectionDescription &&value)
void SetThroughputMode(ThroughputMode &&value)
UpdateFileSystemResult & WithCreationTime(const Aws::Utils::DateTime &value)
void SetFileSystemProtection(const FileSystemProtectionDescription &value)
void SetOwnerId(const char *value)
void SetRequestId(Aws::String &&value)
UpdateFileSystemResult & WithCreationToken(const char *value)
UpdateFileSystemResult & WithRequestId(const Aws::String &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 SetFileSystemId(Aws::String &&value)
void SetName(const Aws::String &value)
UpdateFileSystemResult & WithAvailabilityZoneId(const Aws::String &value)
UpdateFileSystemResult & WithLifeCycleState(const LifeCycleState &value)
void SetProvisionedThroughputInMibps(double value)
const FileSystemProtectionDescription & GetFileSystemProtection() const
UpdateFileSystemResult & WithAvailabilityZoneName(const Aws::String &value)
UpdateFileSystemResult & WithKmsKeyId(Aws::String &&value)
void SetCreationToken(const char *value)
UpdateFileSystemResult & WithTags(Aws::Vector< Tag > &&value)
void SetAvailabilityZoneName(Aws::String &&value)
void SetRequestId(const char *value)
UpdateFileSystemResult & WithFileSystemArn(Aws::String &&value)
UpdateFileSystemResult & WithFileSystemArn(const Aws::String &value)
UpdateFileSystemResult & WithCreationToken(Aws::String &&value)
const Aws::String & GetFileSystemArn() const
void SetCreationToken(Aws::String &&value)
const Aws::Utils::DateTime & GetCreationTime() const
UpdateFileSystemResult & WithAvailabilityZoneName(const char *value)
UpdateFileSystemResult & WithProvisionedThroughputInMibps(double value)
UpdateFileSystemResult & WithThroughputMode(ThroughputMode &&value)
void SetFileSystemArn(Aws::String &&value)
void SetSizeInBytes(const FileSystemSize &value)
UpdateFileSystemResult & WithRequestId(const char *value)
void SetKmsKeyId(Aws::String &&value)
void SetFileSystemProtection(FileSystemProtectionDescription &&value)
void SetEncrypted(bool value)
const ThroughputMode & GetThroughputMode() const
UpdateFileSystemResult & WithLifeCycleState(LifeCycleState &&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