7#include <aws/elasticfilesystem/EFS_EXPORTS.h>
8#include <aws/elasticfilesystem/model/ReplicationOverwriteProtection.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
66 template<
typename RequestIdT = Aws::String>
67 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
68 template<
typename RequestIdT = Aws::String>
74 bool m_replicationOverwriteProtectionHasBeenSet =
false;
77 bool m_requestIdHasBeenSet =
false;
FileSystemProtectionDescription & WithReplicationOverwriteProtection(ReplicationOverwriteProtection value)
const Aws::String & GetRequestId() const
AWS_EFS_API FileSystemProtectionDescription()=default
AWS_EFS_API FileSystemProtectionDescription(Aws::Utils::Json::JsonView jsonValue)
void SetReplicationOverwriteProtection(ReplicationOverwriteProtection value)
FileSystemProtectionDescription & WithRequestId(RequestIdT &&value)
bool ReplicationOverwriteProtectionHasBeenSet() const
void SetRequestId(RequestIdT &&value)
bool RequestIdHasBeenSet() const
AWS_EFS_API FileSystemProtectionDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EFS_API Aws::Utils::Json::JsonValue Jsonize() const
ReplicationOverwriteProtection GetReplicationOverwriteProtection() const
ReplicationOverwriteProtection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue