7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/elasticfilesystem/EFS_EXPORTS.h>
9#include <aws/elasticfilesystem/model/ReplicationOverwriteProtection.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
52 m_replicationOverwriteProtectionHasBeenSet =
true;
53 m_replicationOverwriteProtection = value;
64 template <
typename RequestIdT = Aws::String>
66 m_requestIdHasBeenSet =
true;
67 m_requestId = std::forward<RequestIdT>(value);
69 template <
typename RequestIdT = Aws::String>
79 bool m_replicationOverwriteProtectionHasBeenSet =
false;
80 bool m_requestIdHasBeenSet =
false;
ReplicationOverwriteProtection GetReplicationOverwriteProtection() const
AWS_EFS_API UpdateFileSystemProtectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
UpdateFileSystemProtectionResult & WithRequestId(RequestIdT &&value)
AWS_EFS_API UpdateFileSystemProtectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetReplicationOverwriteProtection(ReplicationOverwriteProtection value)
UpdateFileSystemProtectionResult & WithReplicationOverwriteProtection(ReplicationOverwriteProtection value)
AWS_EFS_API UpdateFileSystemProtectionResult()=default
void SetRequestId(RequestIdT &&value)
ReplicationOverwriteProtection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue