7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticfilesystem/EFS_EXPORTS.h>
10#include <aws/elasticfilesystem/model/ReplicationOverwriteProtection.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
53 m_replicationOverwriteProtectionHasBeenSet =
true;
54 m_replicationOverwriteProtection = value;
65 template <
typename RequestIdT = Aws::String>
67 m_requestIdHasBeenSet =
true;
68 m_requestId = std::forward<RequestIdT>(value);
70 template <
typename RequestIdT = Aws::String>
83 bool m_replicationOverwriteProtectionHasBeenSet =
false;
84 bool m_requestIdHasBeenSet =
false;
ReplicationOverwriteProtection GetReplicationOverwriteProtection() const
Aws::Http::HttpResponseCode GetHttpResponseCode() 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